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

Turn of stealth on rogue HB2

Ernst

New Member
Joined
May 9, 2010
Messages
17
Reaction score
0
Title says it all. How to turn stealth off with the default rogue class? :)

I just want it to open with SS or Trow, whatever.


Thanks
 
remove
Code:
 if (!Me.Buffs.ContainsKey("Stealth"))
            {
                SpellManager.CastSpell("Stealth");
            }
 
Back
Top