PDA

View Full Version : Dualbox - macro question - WOtLK group instances



Narezza
02-10-2009, 05:24 PM
I'm currently using Keyclone and 2 monitors to level my DK and priest at the same time. The DK is the main and the priest is basically just following and leeching xp, although I do have the macros set up to heal and dps. I am hoping to both tank and heal a 5-man instance with the other 3 people in the group. My macro question was if it was possible for a mouseover macro on the DK screen to register on the priest account, or if there was a relatively simple way to heal other group members if the priest is not the main.

Thanks in advance

Maxion
02-10-2009, 05:40 PM
The priest can not see who the DK is mousing over.
Your best option is to have a separate button for healing each party member.

Motgib
02-10-2009, 05:50 PM
Using Tank as main and using Mouseover heal macros ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=19094')

Owltoid
02-10-2009, 06:02 PM
The priest can not see who the DK is mousing over.
Your best option is to have a separate button for healing each party member.

Mouseover healing is definitely possible with Hotkeynet (I do it currently, along with other mouseover spells). I don't know about KeyClone. The link posted above discusses mouseover healing by sending a signal from the master (tank) to the slave (healer). However, most info is actually found by following the link inside the thread to the HKN forums. It was surprisingly easy to set-up, and it works very well. Note that you'll likely need a UI addon, like Pitbull, that puts the party nameplates in the same position (through alphabatizing them) for all accounts.

If you decide to use HKN and have any questions, just post them here (or there) and I will try to help.

Motgib
02-11-2009, 12:59 PM
To expand on Boxi ng instances:

I ran a few BC instances as pally tank / disc priest. The best way I found to effectively tank and heal was to setup my pally tanks action buttons on the 1 through = , and my holy priests action buttons on the Numpad 0 through Numpad 6. (you can do more healing spells or damaging spells on Num7-Num9, /,*,- if you need them).

I used mod macros (an example below) for the disc priest so that Num0 would GHeal my priest, Alt+Num0 would flash heal, and Ctrl+Num0 would Shield. Num1-Num4 were setup to do the exact same thing with Part1-Party4. Num5 was CoH and Num6 was binding heal. (Note: You can't use shift modifier with your Numpad)
Keeping the party number matched with the numpad number made it easier to remember which target would be receiving the heals.

Num0 macro:
/cast [nomod, target=priestsname] Greater Heal
/cast [mod=alt, target=priestsname] Flash Heal
/cast [mod=ctrl, target=priestsname] Power Word: Shield

Num1 macro:
/cast [nomod, target=party1] Greater Heal
/cast [mod=alt, target=party1] Flash Heal
/cast [mod=ctrl, target=party1] Power Word: Shield

A couple other ways to do it:
1) Simplify your tanks actions by using the one button tanking methodwhere you could actually bind it to your mouse, and use your regular keypad for healing.
2) Have all of your tanking keybinds to 1 through = and all of your healing keybinds to be modifiers of those (Shift+1, Alt+1, Ctrl+1).
3) For simple macro solution you could make /cast [target=party1target] Healing Spell, you would just have to target who needed heals with your DK each time. (pita imo)