Dear visitor, welcome to Gaming Insight Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Debuff timers
I noticed some mods use "SPELL_AURA_REMOVED" functions with cancel timers in them, other mods however don't. If say you enable a debuff timer for a curable debuff, does dbm automatically cancel the timer if debuff is cleansed? basically, is it nessessary to cancel the timer manually with SPELL_AURA_REMOVED or not?
Timers are never cancaled automatically, so you need to call Cancel() on SPELL_AURA_REMOVED.
Sounds good