I am trying to update/fix/edit/improve some of the singular dps spec's and learning this coding as I go
Seems that everyone has different methods
Anyway what's wrong with this code?
Trying to get moonkin to only cast Stargesurge when I have the proc/buff "Shooting Stars". But it seem to fire it every time it is off cooldown
Tia


Anyway what's wrong with this code?
Code:
Spell.Cast("Starsurge", ret => StyxWoW.Me.HasAura("Shooting Stars")),
Trying to get moonkin to only cast Stargesurge when I have the proc/buff "Shooting Stars". But it seem to fire it every time it is off cooldown
Tia