View Single Post
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