Moderator: MacroQuest Developers
Look at genbot or something like it... you can design your own text based events.worzel wrote:Is there a list of events that the Doevents command uses that I can refer to. I cant seem to find any references on the forums.
Code: Select all
#event SpellFizzle "Your spell fizzles"
Sub Main
/cast spell "supernal remedy"
/doevents
/echo Spell Fizzled: ${If[${Macro.Return},TRUE,FALSE]}
/endmacro
Sub Event_SpellFizzle
.
do this stuff
.
/return 1