Divine Shield macro

Divine Shield macro

by Brotein » Mon Apr 04, 2016 7:17 am

Can anyone post a working instant cast/remove divine shield macro?

that is, a macro that will cast Divine Shield, then instantly remove it at the press of a button two times.

I Used to use: #showtooltip Divine Shield
/auracancel Divine Shield or /statsauracancel i think
/cast Divine Shield

This used to work on my old TBC server, but as i see it here, #showtooltip does not work in vanilla and neither does this macro at removing Divine Shield regardless if tooltip is in it or not.
Brotein
Private
Private
 

Re: Divine Shield macro

by Ourk » Mon Apr 04, 2016 9:55 am

Hello,

macro #1
Code: Select all
/cast Divine Protection(Rank 1)
/script local i=0 g=GetPlayerBuff while not (g(i) == -1) do if(strfind(GetPlayerBuffTexture(g(i)), "Spell_Holy_Restoration"))then CancelPlayerBuff(g(i))end i = i + 1; end


macro #2
Code: Select all
/script local i=0 g=GetPlayerBuff while not (g(i) == -1) do if (strfind(GetPlayerBuffTexture(g(i)), "Spell_Holy_Restoration")) then CancelPlayerBuff(g(i)) end i = i + 1; end
/cast Divine Protection(Rank 1)


At your choice :mrgreen:
User avatar
Ourk
Senior Sergeant
Senior Sergeant
 

Re: Divine Shield macro

by Brotein » Mon Apr 04, 2016 10:00 am

thx m8
Brotein
Private
Private
 


Return to Paladin