Close
Showing results 1 to 5 of 5

Hybrid View

  1. #1

    Default New to the scene help needed

    Hey guys, I am so thankfull I found some forums like this that can help me with what I want to do.

    I am dual boxing but alt tabbing on 1 computer, 1 computer 2 accounts and it has been fine ish so far but it is way to slow in fast paced combat, I need a way to have me just play on 1 and the other 1 follows and helps me out. Is there a way I can do this with some software? I have scoured the forums and haven't been able to get any sense out of anything because it is mostly people that have already got their setup.

    So to clarify I need a way to play on 1 and be able to control the other on the same computer, my setup will be a Shaman + Warrior.

  2. #2
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    Welcome!

    I use multiple machines, so can't speak from personal experience, but I encourage you to trawl through the old posts here for more information.

    This topic is touched upon in throughout the board, and specifically in one of the sticky posts here. The most popular solution seems to revolve around a program called Autohotkey, described in detail here.

    There is some discussion about how close this software comes to crossing that oh-so-grey line of "third party software".

    Good luck, and happy boxing!

  3. #3

    Default

    I've stated this in other posts, but using a hardware device like a Nostromo N52 or G15 Logitech Keyboard or the X-Keys device (which I don't know much about) can help you without having to use the Autohotkey program.

    These devices basically can be programmed to perform the ALT-Tabbing for you to make it a little simpler. One keypress can ALT-Tab to the second character, send the keystrokes you want, and then ALT-Tab back to your main. There is of course a delay associated while all this occurs, but its much better than trying to manually ALT-Tab back and forth.

    The best way is to have separate computers of course but if you are going to dual-box on just one PC these devices can help.

  4. #4

    Default

    Any ideas why this keeps making my mage cast frost shield which is number 3 when I press 2?

    [code:1]WinGet, wowid, List, World of Warcraft
    ~1::
    IfWinActive, World of Warcraft
    {
    ControlSend,, 1, ahk_id %wowid2%

    }
    ~2::
    IfWinActive, World of Warcraft
    {
    ControlSend,, 2, ahk_id %wowid2%

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

    }
    ~-::
    IfWinActive, World of Warcraft
    {
    ControlSend,, -, ahk_id %wowid2%

    }

    [/code:1]

  5. #5

    Default

    Do your key strokes record in the top wow that way? I have my script set like this to send to both wows.

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

Similar Threads

  1. Replies: 0
    Last Post: 08-10-2008, 12:45 PM
  2. Clubbin' Scene in Taiwan!
    By AnitoKid in forum Off-Topic
    Replies: 1
    Last Post: 04-13-2008, 08:47 PM
  3. Help needed!
    By Pararanger in forum General WoW Discussion
    Replies: 2
    Last Post: 03-15-2008, 01:22 PM
  4. New to the scene
    By Crovean in forum General WoW Discussion
    Replies: 3
    Last Post: 07-12-2007, 01:54 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •