-
Dual boxing
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
-
do a search for interact with target
(i said focus but i meant target :) )
-
Interact with target is your new best friend.
-
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:
-
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?
-
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.