Log in

View Full Version : [RoM] My Dual Boxing Macros



drmidnight
09-27-2009, 09:54 PM
I am new around here and new to multi-boxing in general and felt like I would share a few macros I have been using. Nothing too special I just had trouble coming up with the right ones and with some trial and error I finally got a working setup that might be of some use to anyone else that boxes this game.


I just started so both my characters are only level 10 and I am sure these will change once I pick my secondary class. I have a warrior as my main and a priest as my second character. All my priest macros are on the F keys while my warriors are on the number keys.

Priest Macros:

Shield + Regenerate

/script TargetUnit("party1");
/cast Wave Armor
/wait 1.5
/cast Regenerate

Very simple macro I throw on my warrior when pulling multiple mobs.

Damage

/script AssistUnit("party1");
/cast Bone Chill
/wait 1
/cast Rising Tide

Another simple macro for when I need some extra damage done.

Heal

/script TargetUnit("party1");
/script if (UnitHealth("party1")/UnitMaxHealth("party1")<.20) then UseAction(22); end
/script if (UnitHealth("party1")/UnitMaxHealth("party1")>=.20) then UseAction(21); end

If my Warrior's health is greater than 20% it casts Heal and if it is less than 20% it casts the Insta full heal. I have another variation of this that is to heal my priest. Just substitute party1 for player. Im working on combining these two but so far its been a little buggy.

I also use a few that Farleito posted, like follow and loot.

I know they are very basic but I figured I would share them with everyone since it took me awhile to find what I wanted.

Anyone have any they use that saves some time?