Log in

View Full Version : WoW Macros



archer75
04-15-2008, 05:57 PM
I am just starting to setup dual boxing with Keyclone, a priest and a warrior.

I play mostly on the Warrior window and am setting up a number of macros on the Priest side to be passed through from the warrior side.

I have macros now to set my focus and follow my focus. What I need are macros that will cast a heal on my focus(warrior) and if my warrior is dead, cast that heal on self(priest)

A Macro to cast a spell, let's say mind flay, on the target of my focus(warrior). If my focus(warrior) is dead then cast that spell on priests own target.

Also, is it possible in Keyclone to only pass keys to one client but not back to the main window? For example, pass commands typed while playing my Warrior to my Priests window but not commands typed on the priests window to the warrior window.

Blubber
04-15-2008, 06:07 PM
I have macros now to set my focus and follow my focus. What I need are macros that will cast a heal on my focus(warrior) and if my warrior is dead, cast that heal on self(priest)




/cast [target=focus, nodead] Greater Heal
/stopmacro [target=focus, nodead]
/cast [target=player] Greater Heal



A Macro to cast a spell, let's say mind flay, on the target of my focus(warrior). If my focus(warrior) is dead then cast that spell on priests own target.



/cast [target=focustarget, exists, nodead, harm] Mind Flay
/stopmacro [target=focustarget, exists, nodead, harm]
/cast Mind Flay



Also, is it possible in Keyclone to only pass keys to one client but not back to the main window? For example, pass commands typed while playing my Warrior to my Priests window but not commands typed on the priests window to the warrior window.

Not a Keyclone user here, so I can't help you with that :).

Some Pointers: make sure you check both Macro (http://www.wowwiki.com/Macro) at wowwiki.com and the Macros and Addons (http://www.dual-boxing.com/forums/index.php?page=Board&boardID=10) forum (in particular the stickies). And be prepared to spend a lot of time making, and customizing your macros.

Maxion
04-16-2008, 02:01 AM
I think if you right click your main window in the keyclone list and select suspend, then the keys will not be passed to that window from the other one, but should still work the other way, like you wanted.
I don't know for sure, so try it and see if it works.