Dual boxing Mage and Priest

Minion^

Veteran XV
Anyone have any useful tips or macros for this? I've wrote a couple just wondering if they'll work properly.

Code:
MACRO 4 "Follow Dontpuntme"
/target Dontpuntme
/follow 
/promote
/focus
MACRO 1 "DPS/PW:S"
/castsequence [exists,harm,nodead] reset=8 Mind Blast,Smite,Smite,Smite,Smite
/castsequence [nocombat,target=dontpuntme] Power Word: Shield, [nocombat,target=Xenoo] Power Word: Shield
/stopmacro [exists,harm,nodead]
/assist Dontpuntme
MACRO 2 "SW:P"
/cast [exists,harm,nodead] Shadow Word: Pain
/assist Dontpuntme
MACRO 3 "Greater Heal"
/cast [target=Dontpuntme] Greater Heal
/cast [target=Dontpuntme] Flash Heal
MACRO 5 "Flash Heal"
/cast [target=Dontpuntme] Flash Heal
Macro 7 "Renew"
/cast [target=Dontpuntme] Renew
macro 8 "SmartBuff"
/click SmartBuff_KeyButton
 
I use some similar macros, but I always use Focus rather than a specific character name, so the macros work regardless of which pairs I'm playing.
 
Back
Top