MQ2Melee

wwarwolf911

Member
Joined
Sep 5, 2008
Messages
901
Reaction score
13
Points
18
How would I restrict this to outdoor zones only?

HTML:
downshit11=/if (${Spell[Venomous Raptor].Stacks} && !${Me.Buff[Venomous Raptor].ID} ) /casting 60944|Item
 
So indoor zone type is "0", outdoor w/o Levitate is "2". Have not tested Indoor no leveitate and outdoor with levitate yet.


so would I add:


HTML:
 If[!${Select[Zone.Type],0,1]}]

A little help here.