Page 1 of 1

skull of impending doom

PostPosted: Sun Jan 31, 2016 7:51 pm
by Slibzshady
Code: Select all
/script  use('Skull of Impending Doom');  local i=0 g=GetPlayerBuff while not(g(i) == -1)do if(strfind(GetPlayerBuffTexture(g(i)), "Spell_Magic_PolymorphChicken"))then CancelPlayerBuff(g(i))end i=i+1 end


1st click uses it, 2nd click removes buff

Re: skull of impending doom

PostPosted: Sun Jan 31, 2016 9:49 pm
by Dreez
use() only works with supermacro (if anyone tries this macro)