Wikia

WoWWiki

Watchlist Recent changes

Talk:API CancelPlayerBuff

Back to page

So Does anyoneknow how I can find a specific buff to remove from myself. I'm trying to write a macro that will remove Catform from myself so I can /script SpellStopCasting(); /script CastSpellByName("Nature's Swiftness"); /script SpellStopCasting(); /script TargetUnit("player"); /script CastSpellByName("Healing Touch(Rank 10)"); /script TargetUnit("playertarget");

now using /script CastSpellByName("Cat Form"); and then /script SpellStopCasting(); (because shiftingout of a stance has no global cooldown) but when I do it with Cat Form I guess there's some lag because I get the "Can't do that in Shapeshift Form" error --JLandrum


i think u may try this: /script local T; /script for i=0,15,1 do T=GetPlayerBuffTexture(i); if (T and string.find(T,"cat")) then CancelPlayerBuff(i);break;end end /cast xxxx;

Pages on WoWWiki

95,776pages on
this wiki

Latest Photos

Add a Photo
58,077photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki