onsit Member Joined Feb 27, 2011 Messages 32 Reaction score 1 Mar 2, 2011 #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?
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?
K Kickazz006 Well-Known Member Joined Jan 15, 2010 Messages 20,566 Reaction score 302 Mar 2, 2011 #2 /cancelaura namehere is the macro version. dunno about lua
cowdude Active Member Joined Feb 17, 2010 Messages 337 Reaction score 27 Mar 2, 2011 #3 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.
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.
onsit Member Joined Feb 27, 2011 Messages 32 Reaction score 1 Mar 2, 2011 #4 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.
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.