Started Dual-Boxing Today, Bought Keyclone, Read The Guids,, But Still got some questions :)
Hey Guys, i just started today, and keyclone, is awsome, but i cant get it to work propperly...
do i need other programs
1# How do i get my alt to react on my mouse movement ?
2# and how do i make my alt to follow me all the time ?
3# and what is that all about "Assist" and "Follow" macro's ?
Michael :)
RE: Started Dual-Boxing Today, Bought Keyclone, Read The Guids,, But Still got some questions :)
Quote:
Originally Posted by 'Rygh',index.php?page=Thread&postID=92383#post9238 3
2# and how do i make my alt to follow me all the time ?
3# and what is that all about "Assist" and "Follow" macro's ?
What? 8| Did you read what you just typed?
Look, if you cannot work out how to make a character follow you, it is not a good idea to be jumping into multiboxing right now, your going to drown in macro's you cannot handle.
RE: Started Dual-Boxing Today, Bought Keyclone, Read The Guids,, But Still got some questions :)
Quote:
Originally Posted by 'Rygh',index.php?page=Thread&postID=92383#post9238 3
Hey Guys, i just started today, and keyclone, is awsome, but i cant get it to work propperly...
do i need other programs
1# How do i get my alt to react on my mouse movement ?
2# and how do i make my alt to follow me all the time ?
3# and what is that all about "Assist" and "Follow" macro's ?
Michael :)
Keyclone send key strokes to all of the predefined windows that match what you specified in keyclone's setup. If you are pressing the space bar and they're all jumping, then keyclone is not the issue.
You actually don't need any programs to do this. Some programs will make your life easier. "Need" and "want to use" are the key phrases.
You move your mouse between windows on your computer if you want to click something. Keyclone has a feature called "focus follows mouse" if you don't want to click the extra time to switch the window focus.
An assist macro makes your followers assist your "main" guy.
A follow macro makes your followers, well, follow your "main" guy.
The only one you left out is a focus macro. It sets you focus on your guys to something that you have targeted or predefined in the macro. i.e. /focus MainDude1
There is a great UI and Macro forum at the WoW forums. I'd suggest starting there if you're not sure what some of the most basic commands and macros in the game are. If you're not using macros in your solo play or know/understand programming logic then this is going to be a huge learning curve for you.
This is the kind of stuff you're going to end up writting:
MACRO 4 "healing wave" INV_Misc_QuestionMark
#showtooltip Healing Wave
/cleartarget
/cast [target=focustargettarget,help,nodead,exists] Healing Wave; [target=focustarget,help,nodead,exists] Healing Wave; [target=focus,help,nodead,exists] Healing Wave
END