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

Cancel player buff

onsit

Member
Joined
Feb 27, 2011
Messages
32
Reaction score
1
Probably old news but, Lua.doString("CancelUnitBuff()"); is no longer usable since it is a protected function now.

Is there any other method that can be used to cancel a buff?
 
/cancelaura namehere is the macro version. dunno about lua
 
Lua injected code is always run as if Blizzard's UI did it. This means that you can run any protected function using the Lua helper.
 
I am trying to do better add handling with my rogue, but Lua.doString("CancelUnitBuff('player','Blade Flurry')"); doesn't seem to cancel the buff.
 
Back
Top