Hi Guys,
I'm new here and got some (probably stupid) problems setting up a basic macro for my paladin.
If I use
/cast seal of the crusader
/cast judgement
only the first cast is done. So I figured I need sth to stop the first cast. Using
/cast seal of the crusader
/script SpellStopCasting()
/cast judgement
will do nothing, it just says "Interrupted".
When trying
/cast holy light
/script SpellStopCasting()
it works, my pala briefly tries to start healing and is stopped right away.
Can anyone explain me why
/cast seal of the crusader
/script SpellStopCasting()
/cast judgement
is not working at all? And of course, also can enlighten of what I need to use in order to make this macro work?
Thanks a lot! :-)