ability check

Code:
 ${Me.State.NotEqual[Hide]}) {
/return


that statement will always return false, if you check what Army said, its the wrong statement.

Tried 'Hidden' ? otherwise im at a total loss
 
invis calls FALSE for my 85 rogue when hes hidden.
im searching through couple macs and websites atm,but cant find the right thing for hide check grml
 
good job soldier ))
so easy,must had thought about this first lol,but ok its 2am atm ))
 
the problem is it has to be a character member ...

like Me.PctHPs will tell me my percent of HPs...

there is a whole list of them on MQ2 site.. but other than invis I do not see another one that might work.
 
jep me.invis is working for hide,used state.invis before
 
germany ))

Code:
:hide
/if (${Me.Invis}) { 
/return 
} Else { 
/doability "Hide"
/goto :hide
}

working without any probs,tried it with SoS rog and shroud rog from lvl 5 - 70 with a little mac .
 
awesome! so my initial attempt wasnt "TOO" far off then, just needed the correct statement :p
 
:Hide
/if (${Me.Invis}) {
/return
} Else {
/doabilty "Hide"
/goto :Hide
}

Now to incorporate it into the slipgear mac lol. Gonna do that now, if I get it working I'll post it up and give credit where credit is due.
 
To my knowledge you can be hidden but not hidden, as in you would need to con a mob to make sure, and so I don't think Me.Invis will work 100 %
 
As a rogue, when you hide and it says "You have hidden yourself from view", there aren't very many things that can see you and there are no mobs that you see during the slipgear warp sequence that can see through hide.