I have 4 mages and a paladin tank. The macro for flamestrike isn't working, as it seems to cast flamestrike in the air. These macros pretty much automate things as much as possible so I don't have to think too much, other than hitting a button twice. Plus, they clear up my interface so I only really need a few buttons to do everything necessary. The biggest thing was making the mages not shoot random characters that were far away, and not in combat. This is for PVE only really (so far). Post any others or changes that I might add, but this seems to work pretty well atm.
AcceptScript:
/script AcceptGroup();
/script AcceptQuest();
/script AcceptTrade();
/script RetrieveCorpse();
/script RepopMe()
Follow:
/follow focus
/assist focus
/stopcasting
Choose Focus:
/clearfocus
/focus party1
/stopmacro [target=focus,exists,nodead]
/focus party2
/stopmacro [target=focus,exists,nodead]
/focus party3
/stopmacro [target=focus,exists,nodead]
/focus party4
/stopmacro [target=focus,exists,nodead]
/focus [target=player]
Single DPS Script:
/cast [target=focustarget, harm, nodead,combat] fireball; [target=focustarget,harm,nodead,nocombat] pyroblast; [target=target, harm, nodead,combat] fireball
Fireblast:
/cast [target=focustarget, harm, nodead] fire blast
AOE Script:
(change the position of Frost Nova per Mage)
/castsequence reset=25 Mana Shield, Arcane Explosion, Arcane Explosion, Frost Nova, Arcane Explosion, Arcane Explosion, Arcane Explosion,Arcane Explosion, Arcane Explosion,Arcane Explosion, Arcane Explosion,Arcane Explosion, Arcane Explosion,Mana Agate
AOE Blizzard Script:
/cast blizzard
/script Minimap: PingLocation(0,0)
AOE Flamestrike Script:
/cast blizzard
/script Minimap: PingLocation(0,10)
(Doesn't work. Casts flamestrike in the air on some characters. Would cast Flamestrike directly in front of you, if rotate minimap is enabled. Also, minimap must be zoomed completely in on all characters.)
Buff Script:
/stopmacro [modifier:shift]
/castsequence [target=player] reset=3, Arcane Intellect, Frost Armor
..and buff Script on one mage so you can buff random people you target and yourself:
/castsequence [target=focustarget,modifier:shift] Arcane Intellect
/castsequence [target=player] reset=3, Arcane Intellect, Frost Armor
Create Drink/Food:
/castsequence reset=4 Conjured Fresh Water, Conjured Bread
Drink/Eat:
/castsequence reset=4, Conjure Water, Conjure Food
Pretargeted Polymorph:
/stopcasting
/cast [exists,harm, nodead] Polymorph
Oh $hit Polymorph:
/stopcasting
/assist [target=focus]
/targetenemy
/cast [exists,nodead,combat,harm] Polymorph
Shoot with wand:
/target [target=focustarget,nodead,combat,harm]
/cast shoot
Connect With Us