Check if melee dics is running

xzav

Lifetime Member
Joined
Jan 13, 2007
Messages
243
Reaction score
12
Points
18
I would like to call a disc in a macro but only if another one is not running. Is there a way to check that?

Closest thing I found is

CombatAbilityReady[name|#]

but that just lets me know if the new disc is ready not if the other one is finished (I think).

Thanks,
 
!${Melee.DiscID} would tell the macro no disc is running. or
!${Me.ActiveDisc} and
!${Me.ActiveDisc.ID}
 
Last edited:
Thanks didn't see ActiveDisc on the mq2 wiki.
 
Feel free to add it to the wiki everyone with a macroquest2.com login can add/edit the wiki.
 
It doesn't return a bool it returns a spell which is why you can do /echo ${Me.ActiveDisc.ID} for example.
 
Ahh sorry I misunderstood I see you got it fixed on wiki thanks.