I've been looking for something to write for achievement, such as an improved tracker.
But ther is a boring thing with the event API. For exemple if you fish, in the achievement panel you'll see that you have 21 fishs instead of 20, but the only event send is CRITERIA_UPDATE ... with no args.
This mean you'll have to check each unfinished achievement to find what has been updated...
For earned achievements there is a specific event so that's not a problem.
Here is a strange issue I have with tomQuest (see screen). A "white" space appears after couple of minutes in game at the bottom of the tip and at the right. Also this isn't a big issue except that at the same time columns are reduced.
First I though it was a tomquest issue, but the same appears with Broker_HitCrit, Broker_Currency, Broker_RecZone.
All these addons use LibQTip.
(I didn't use the ticket system cause I couldn't figure out what kind of issue that was ^^)
All cooldowns are tracked, you should see them in the "skills" pane, when mousing over a profession level. I do not make any distinction between professions or specific crafts.
Yep I've been looking for it in the character panel. Sorry :p
Anyway, I haven't noticed anything else. Just THE addon I was looking for :)
Hi, really usefull addon since characterInfo is no more maintened.
Two suggestions:
first change the icon cause it's exactly the same bartender is using.
second could it be possible to store the cooldowns of specific crafts such as "Minor Inscription Research" "Smelt Titansteel" and few others in tailoring and alchemy?
0
0
0
0
For some variables: This variable can be used anywhere, in anyaddon. This variable can only be used IN the function, il called outside the function it will return nothing.
now if you use objects functions can be used anywhere with the name object You can call the functions anywhere with myAddon:MyFunction() or myOtherAddon:MyFunction() it will work any as intended.
see aldo http://www.lua.org/pil/6.2.html
0
lua-users.org
old.wowace.com
notepad++ (or else)
and a lot of time to learn :p
0
0
0
But ther is a boring thing with the event API. For exemple if you fish, in the achievement panel you'll see that you have 21 fishs instead of 20, but the only event send is CRITERIA_UPDATE ... with no args.
This mean you'll have to check each unfinished achievement to find what has been updated...
For earned achievements there is a specific event so that's not a problem.
0
First I though it was a tomquest issue, but the same appears with Broker_HitCrit, Broker_Currency, Broker_RecZone.
All these addons use LibQTip.
(I didn't use the ticket system cause I couldn't figure out what kind of issue that was ^^)
0
Anyway, I haven't noticed anything else. Just THE addon I was looking for :)
0
Two suggestions:
first change the icon cause it's exactly the same bartender is using.
second could it be possible to store the cooldowns of specific crafts such as "Minor Inscription Research" "Smelt Titansteel" and few others in tailoring and alchemy?
0
I'm currently using around the same amount of addon and before playing it just taking me 5 min to update those who needs to.
0
The main reason is for the personnal datas:
L["'s DPS"] can not be translated in french that way. You have to use de "DPS of <name>" to do so.
With a string.format we just need do put %s to solve the problem.
0
in fact I'm not sure it is really possible.
0
Edit: I manage too remove the error message by erasing the lines in the Prat-3.0 saved variables about the ChannelColorMemory.
Hope it can help.