Is there a way to check if Necro trap AOE dmg line is ready to cast again?
Those spells cast a trap that aoe damages for about 6-7 ticks.
The limitation is that a single player can not place a 2nd trap as you get "You do get have sufficient focus to maintain that ability" message.
does not help as technically you can cast the spell.
One way would be to wait for "Sphere of Dissolution expires" event .
Currently I use a timeout but that is not precise.
Those spells cast a trap that aoe damages for about 6-7 ticks.
The limitation is that a single player can not place a 2nd trap as you get "You do get have sufficient focus to maintain that ability" message.
Rich (BB code):
${Cast.Ready[SpellName]}
One way would be to wait for "Sphere of Dissolution expires" event .
Currently I use a timeout but that is not precise.

