Current Version: 1.8
NOTICE: Since this addon relies on quest-caching when quests are accepted, this addon will not include any quests you already have in your quest log. You can, however, abandon and re-take the quests.
Hopefully, this addon lets you decide whether or not you need to a grind a few extra mobs before returning to town, to avoid running back and forth.
- This addon adds a status bar that summarizes your total experience quest reward, from all currently completable quests in your quest log.
- The bar keeps track of your current and required experience and will show you when you have saved up enough experience to go back to your quest hub to ding.
- Quest that require you to “speak with” some NPC are included as completed.
- Quests that are not yet completed are shown on the bar with green fill/texture.
- Options panel allows for slight configuration.
Options
- /tqxp to open the options panel
You can also find it in the Menu > Interface Options > AddOns > TotalQuestXP
Issues or Feedback?
Go to my GitHub repository to add any issues please: https://github.com/smp4903/TotalQuestXP
When i change the bar height to let's say 15 there isnt any text, is this normal? Guess it's related to the font size
In reply to paroyer:
Hm, doesn't sound right. I'm a bit busy atm, but ill try to take a look asap! Apologies for the inconvenience.
// Cassini
In reply to Forge_User_70399425:
Np bruh, for real i've just change that line (326) and everything work perfectly for me:
local px = height - remainder - 1
instead of:
local px = height - remainder - 10
Since i'm using it as an experience bar it's perfect for me even if the text is a bit bigger, so sincerly minor issue there. Tyvm for the quick answer tho!
Awesome addon bud! Just some idea here but an Alpha slider and a keybind to hide/show the bar would be really amazing
In reply to paroyer:
Awesome suggestions! Added to the list :-) And thank you for your kind words!
the commands isn't working, i can't press enter
the only one that works is /tqxp
if i write something after it don't let me press enter
In reply to yololucifer:
Hey,
Sorry I forgot to update the Readme. The commands have been remove and all the options are just available through the options panel.
Is that an inconvenience?
It can be put back in no problem.
Thanks for letting me know about a potential issue!
In reply to Forge_User_70399425:
oh thanks i didnt saw the options, so many addons already haha thanks it's great now
well just update the description in the curse website, i think the options work just fine, no need for commands
In reply to Forge_User_70399425:
also instead of showing XXXX/XXXX it could be X.XXX/X.XXX
In reply to yololucifer:
You're right :-) Thanks for the feedback!
Any chance of adding quest xp per hour while farming enemies? That would complete this.
In reply to Forkinator88:
Hey Forkinator88,
Thanks for your feedback! What you're suggesting is similar to the addon XpCounter. I actually use that myself as well. Have you checked it out?
I think it would make sense to integrate xp/hour and relate it to the "missing" portion of the bar, so that you know how many kills and minutes until you can return to town.
I will definitely consider this addition!
Thanks a lot!
See you in Azeroth \o/
New in Version 1.6
Upon release of Classic a few methods (including one to request Quest XP rewards) were removed. Consequently, this addon was broken.
The addon now caches quest XP rewards instead of querying them, and once again, it works!