LevCheck.mac - for seeing if anyone on your raid is levitating

Norrathian

Lifetime Member
Joined
Jun 7, 2007
Messages
238
Reaction score
52
Points
28
Location
The hills of Tennessee
Code:
sub main
    /declare x int outer
        /for x 1 to ${Raid.Members}
            /if (${NearestSpawn[${x},pc].Levitating}) /echo ${NearestSpawn[${x},pc].CleanName} levitating
        /next x
    /echo ${x} checked
/return

I threw this together tonight because a returning player was continually buffing people with lev, and the raid mechanic doesn't allow it. Hope it helps yall.
 
  • Like
Reactions: EQDAB