Log in

View Full Version : Dual boxing



Barone
07-09-2009, 07:27 AM
Hi guys, im planning to level 2 priest with RAF.
Well i got autohotkey now and basically now how it works and how to setup macros for quest accepts and stuff.
But im wondering how i can loot? i will only play 1 priest and the other one will be the "slave" i dont plan to control that char itself at all.
But when there is a quest like "collect x amount of this" or "kill x mobs for [x] item" how iwll my 2nd guy loot it?

Thanks in advance

DrChaos
07-09-2009, 07:32 AM
do a search for interact with target
(i said focus but i meant target :) )

Otlecs
07-09-2009, 07:49 AM
Interact with target is your new best friend.

Barone
07-09-2009, 08:00 AM
Thanks i found it.

Should be alot easier now i think. Also 2 priest are easy to setup hence why i chose that setup:P :thumbsup:

Barone
07-09-2009, 09:25 AM
Just 1 more small question guys.

What is the difference in:

~3::
KeyWait 3
IfWinActive, World of Warcraft
{
ControlSend,, 3, ahk_id %wowid1%
ControlSend,, 3, ahk_id %wowid2%
Return
}

AND

~3::
KeyWait, 3, D
IfWinActive, World of Warcraft
{
ControlSend,, 3, ahk_id %wowid1%
ControlSend,, 3, ahk_id %wowid2%
Return
}

What is the difference?

Ualaa
07-09-2009, 04:49 PM
No clue, but the Auto Hot Key forums will have more people familiar with that program then the dual-boxing. Doesn't hurt to cross post in both places.