Using this Macro;
#showtooltip Divine Shield
/stopcasting
/cast Divine Shield
/yell Divine Shield used
I want to add a CD on the ‘yell part’ so if i click it 3 times i dont yell 3 times
ive done this before but cant remember how
Using this Macro;
#showtooltip Divine Shield
/stopcasting
/cast Divine Shield
/yell Divine Shield used
I want to add a CD on the ‘yell part’ so if i click it 3 times i dont yell 3 times
ive done this before but cant remember how
/run if GetSpellCooldown("Divine Shield")==0 then SendChatMessage("Divine Shield used", "YELL") end
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.