$char(gem,xxx) returns the casting gem for a spell
Also can return:
0: Spell not on an gem
-2: The spell is on a gem but unusable right now
so should it work like this
Code: Select all
/cast 1
:wait
/if n $char(gem,1)==-2 {
/goto :wait
}
Moderator: MacroQuest Developers
$char(gem,xxx) returns the casting gem for a spell
Also can return:
0: Spell not on an gem
-2: The spell is on a gem but unusable right now
Code: Select all
/cast 1
:wait
/if n $char(gem,1)==-2 {
/goto :wait
}