Hi, I'm trying to write an addon that will add the duration left to the icon of durational items, but I can't find out how to get that information. It shows in the tooltips (Duration: 1 day or whatever) but I can't seem to figure out how to call it. Any help is appreciated, I'm teaching myself and its going ridiculously slowly. (Bad grammar ftl.) Thanks in advance.
OmniCC hooks 'SetCooldown' used in 'CooldownFrame_SetTimer'
which in turn is used by the default frames to set cooldowns for
everything with a cooldown in the game (actionbuttons, bankbuttons, bagbuttons etc).
OmniCC hooks 'SetCooldown' used in 'CooldownFrame_SetTimer'
which in turn is used by the default frames to set cooldowns for
everything with a cooldown in the game (actionbuttons, bankbuttons, bagbuttons etc).
Or did I misunderstand the question?
Duration and Cooldown are not the same.
Duration means that in X days/hours/minutes/seconds, the item will expire and disappear from your bag.
Cooldown means that in X days/hours/minutes/seconds, the item/spell/craftable will become usable/doable again.
which in turn is used by the default frames to set cooldowns for
everything with a cooldown in the game (actionbuttons, bankbuttons, bagbuttons etc).
Or did I misunderstand the question?
Duration and Cooldown are not the same.
Duration means that in X days/hours/minutes/seconds, the item will expire and disappear from your bag.
Cooldown means that in X days/hours/minutes/seconds, the item/spell/craftable will become usable/doable again.
OP was talking about items like those for seasonal events etc I get it now :p