Brusalk / EventHorizon_Continued

EventHorizon_Continued for Legion+
MIT License
19 stars 15 forks source link

Add timer after cast functionality #129

Closed StragaSevera closed 1 year ago

StragaSevera commented 2 years ago

Added functionality for creating timers after a spell had been cast. This is useful for situations like Paladin Consecration or Mage Rune of Power, when your ability creates some object that is not trackable via common buffs or debuffs. The syntax is:

  self:newSpell({
    -- ...
    timerAfterCast = {26573, 12}, -- spellID and the length of timer
  })