MQ2Melee Downshitif

wwarwolf911

Member
Joined
Sep 5, 2008
Messages
901
Reaction score
13
Points
18
MQ2Bot overwrites this in my melee file. How can I also make it not cast if a group member is dead? Do not want to recast.


downshitif=${If[!${Select[${Zone.ID},344,202,151,345,33505]} && !${Me.Invis} && ${Me.Standing} && ${Me.Buff[Resurrection Sickness].Duration}<38 && ${Me.Buff[Revival Sickness].Duration}<18,1,0]}
 
I guess you could put in to check ${Group.Member[1].Dead} for 1 to 5, and enclose those as an additional check. Could just do 1 of ${Group.AnyoneMissing}, but that includes anyone offline or in other zone also.