|
| |
Paladin Macros
Flash of Light
Will use trinkets when available and cast Flash of Light on myself if Alt is pressed or on target if not.
#showtooltip Flash of Light(Rank 7)
/stopcasting
/use 13
/use 14
/cast [modifier:alt target=player] Flash of Light(Rank 7)
/cast [nomodifier:alt] Flash of Light(Rank 7)
/script UIErrorsFrame:Clear();
|
Cleanse helper
Casts Cleanse on myself if Alt is pressed. If not,then it checks if mouse is over friendly target and tries to cleanse it. If no one is under mouse or there is nothing to cleanse it tries to cleanse current target.
#showtooltip Cleanse
/cast [modifier:alt target=player] Cleanse;
/cast [target=mouseover,exists,help] Cleanse; [target=target,help] Cleanse;
|
Blessing of Protection
Casts BoP on target after sending him appropriate whisper.
/script if UnitExists("target") then SendChatMessage("You are bop´ed","WHISPER",nil,UnitName("target")) end
/cast Blessing of Protection(Rank 3)
|
Astromancer Solarian Macro
Instantly target and heal Solarian's current victim from arcane missiles.
/target High Astromancer Solarian
/assist
/cast Flash of Light (Rank 7)
|
| |
|