Thread Tools Display Modes
09-26-06, 06:58 AM   #1
Minou
A Fallenroot Satyr
Join Date: Jan 2006
Posts: 27
Cancel all buffs macro?

Is there a way to remove/cancel all active buffs very fast by macro or command?
(even faster than right-clicking on them^^ )

I am asking this as I want to quick-hellfire-suicide before a raid-wipe
  Reply With Quote
09-26-06, 09:55 AM   #2
Wikwocket
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 61
One of these might work:

/script for i = 0, 31 do CancelPlayerBuff(i); end

/script for i = 31, 0, -1 do CancelPlayerBuff(i); end
  Reply With Quote
10-02-06, 03:03 PM   #3
Minou
A Fallenroot Satyr
Join Date: Jan 2006
Posts: 27
Thank you, perfect
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Cancel all buffs macro?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off