Features
- After each kill, quest, dungeon, battleground and mining/herb gathering, the exact amount required of that particular item is displayed on the screen, and optionally in the default chat window.
- A small window displaying details about the kills, quests, dungeons, battles, mining/herb nodes, and time remaining to gain a level.
- A highly configurable LDB data-source, providing data to LDB front-end AddOns, such as TitanPanel and Fortress.
All of these display features can be configured via the configuration window, which is accessible by either right-clicking the average window or typing the commands: /xtl or /xtolevel
Language support
The AddOn now supports all the WoW clients.
You can help improve the translations via the Localization tool at curseforge.com. All contributions are greatly appreciated!
Special thanks to all the translators: - Trisquite/TAG Translations (Spanish) - Queltos (Portuguese) - Marcel and Axel (German) - gyw920812 and zhTW (Trad. Chinese) - Theerol and kim20 (Russian) - atty0530 (Korean) - carignou, Kanardator, lalrobin, tripollite (French) - Xyrec (Danish)
Custom LDB Text Patterns
You can create your own custom patterns for the LDB text output.
This is done by opening the config window, selecting the LDB tab and choosing "Custom" from the Pattern drop-down. Then the text-box will be enabled for you to enter you pattern.
In short, you can use HTML-like tags to represent the available data: - kills, quests, bgs (battles), bgo (bg objectives), xp
For example, you could do:
And the result would be something like:K: <kills> Q: <quests> XP: <xp>
K: <font color="lime">100</font> Q: <font color="lime">10</font> XP: <font color="lime">90%</font>
For full details on how to construct a custom pattern, see Custom LDB Patterns.
- 10 comments
- 10 comments
Facts
- Date created
- Mar 18, 2008
- Categories
- Last update
- Mar 06, 2013
- Development stage
- Release
- Language
- deDE
- enUS
- esES
- esMX
- frFR
- koKR
- ptBR
- ruRU
- zhCN
- zhTW
- License
- MIT License
- Curse link
- XToLevel
- Downloads
- 525,867
- Recent files
- R: 5.2.0_35 for 5.2.0 Mar 06, 2013
- A: 5.1.0_35b1-2-gfcd6c32 for 5.1.0 Mar 03, 2013
- B: 5.1.0_35b1 for 5.1.0 Feb 24, 2013
- R: 5.0.4_34 for 5.0.4 Sep 01, 2012
- R: 4.3.0_33 for 4.3 Dec 23, 2011
- Reply
- #10
eridius Feb 17, 2013 at 07:01 UTC - 0 likesgitignore doesn't ignore changes to existing files. I can use the assume-unchanged bit, but it's not really designed for this. What do you personally do?
For the syntax issue, my recommendation would be to change the locale files to look like
This way it will be syntactically correct without keyword substitution, and will insert the localizations into the
Ltable when packaged.In order to actually have good values without keyword substitution as well, you might have a default_enUS.lua file that contains a dump of the current English translations, and edit locale.xml to have
Load this as the first locale, and it will be skipped during packaging.
And then for the other locales, after the
--@localizationline you can addinstead of using the
handle-unlocalized="english"command. This will have the same effect except it will work when there's no keyword substitution.- Reply
- #9
AtliThor Feb 17, 2013 at 06:30 UTC - 0 likesHey eridius.
I would simply set up a gitignore file on my local clone of the repo to ignore changes to the localization files and then overwrite them with copies from the latest version from the site.
As for the globals. Thanks for the suggestion. I truthfully never gave it much thought. This was just an obvious way to do what I needed, and I've never had any problems with it.
- Reply
- #8
eridius Feb 17, 2013 at 06:04 UTC - 0 likesI tried checking out the git repo for this project, but because of the way localizations work, all the locale files are invalid (since they require the repository keyword substitution to become valid). How do you deal with that?
Also, you seem to be stuffing the locale info into two global variables named
LandLOCALE. This is a really bad idea. You should put these into the addon-specific table (the second arg passed to each lua file) instead.- Reply
- #7
AtliThor Jan 28, 2011 at 17:55 UTC - 0 likesHey dakar.
Sure that shouldn't be much trouble. I'll try to add that as soon as I can.
Thanks :)
- Reply
- #6
dakar2008 Jan 28, 2011 at 07:38 UTC - 0 likesHi AtliThor, do you think it would be possible to add a button to reset gathering data also, like for dungeon and mobs, and maybe a counter for when you pickup Archaeology fragments, like when you pickup Herbs, so i can track how many pickup's i need to lvl my character, by the way great addon you done there m8.
Best Regards.
Begnar @ EU-Runetotem
- Reply
- #5
skelgaard Oct 27, 2010 at 09:31 UTC - 0 likeswell now i'm raiding quite a bid on my hunter and therefor it "bugs" me a little to see the text disabled in the bar, but don't wanna run 4 different addon profiles, if i don't have to
- Reply
- #4
AtliThor Oct 26, 2010 at 17:00 UTC - 0 likesIn version 4.0.1_19 you should be able to uncheck the "Enabled" box at the top of the LDB Configuration tab to disable the LDB sources entirely. You should also be able to disable both the Window and Messages in their respective configuration tabs.
I'll see if I can make this a bit more automated in the next release. To be honest I never really payed much attention to what happened after chars reached 80. I usually just move onto my next alt when that happens :)
Could take me a little time. I've got a busy week ahead of me in RL.
- Reply
- #3
skelgaard Oct 25, 2010 at 20:31 UTC - 0 likesi have a hunter my selves... and it its fine it stays active, if it it then just removed all text and only was an icon, so it fills as little as possible then. or had an option for this. like "remove all text, if no leveling is possible"
- Reply
- #2
AtliThor Oct 24, 2010 at 16:43 UTC - 0 likesHey skelgaard.
The reason why I keep the Addon active for level 80 chars is so hunters can use it to level their pets. - I should be able to disable it, or at least the LDB source, for other classes though. I'll look into it.
Thanks ;)
- Reply
- #1
skelgaard Oct 23, 2010 at 12:16 UTC - 0 likesi like this addon alot, but in chokolade bars, but instead of writing disabled on a level 80, couldn't you just remove the text or disable the addon, if no level is possible ?