What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Me.IsStealthed not working?

Mirage

New Member
Joined
Jan 14, 2011
Messages
8
Reaction score
0
Hey,

I'm working on a plugin to always get into stealth when walking and when waiting. To not spam "Stealth" all the time I also use Me.IsStealthed in my if-clauses. Unfortunately this always returns false. I'm using the last Release (Honorbuddy v2.0.0.5354).

Reproduce:
Login with a rogue display Me.IsStealthed, use Stealth and get Me.IsStealthed again.

Have I misunderstood the use of IsStealthed or is this a Bug? I will probably see if I can detect the "Stealth-Buff" as a workaround for now.
 
Code:
if(Me.Shapeshift == ShapeshiftForm.Stealth)

try that.
 
Back
Top