Close
Showing results 1 to 5 of 5
  1. #1

    Default [WoW] Auto login / addons?

    Just started dual-boxing last night, 3 mage 1 lock 1 priest, and this forum has been very, very helpful. Using 1 pc and AHK to run them. Spent a hour or two setting up the macro's/buttons/ect, got everyone to level 4 in an hour. Another guildy of mine is running 2 mages 2 locks 1 priest as well. Been allot fun so far.

    I was wondering if there was a way (add lines to the shortcut?) to make all 5 copies of wow logon at the same time, without having to type anything. I don't know if I'd have to install wow 4 more times, or if thats possible.

    Was also wondering if anyone knows a good addon for making the alts auto accept a shared quest. AutoGroup is great for having them auto accept invites.

    I tried "Search" but couldn't find anything.

    Thanks.[/url]

  2. #2

    Default

    If they are all installed in diffrent directories just leave "save account name" on and add an AHK Hotkey which types your password.
    Wilbur

  3. #3
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Yep. Of course, I just type my password once and it broadcasts to all 5 machines. Pretty painless.
    Now playing: WoW (Garona)

  4. #4

    Default

    Quote Originally Posted by Ughmahedhurtz
    Yep. Of course, I just type my password once and it broadcasts to all 5 machines. Pretty painless.
    [code:1]#1::
    WinWait, World of Warcraft,
    IfWinNotActive, World of Warcraft, , WinActivate, World of Warcraft,
    WinWaitActive, World of Warcraft,
    Send, accountname1{TAB}password1{ENTER}
    return

    #2::
    WinWait, World of Warcraft,
    IfWinNotActive, World of Warcraft, , WinActivate, World of Warcraft,
    WinWaitActive, World of Warcraft,
    Send, accountname2{TAB}password2{ENTER}
    return[/code:1]

    pretty simple and you can't type it into any window but wow. windows key + 1 and windows key + 2 are used for this example.

  5. #5

    Default

    thanks allot

    i swear i didn't have it type out the entire password 1 character at a time, i swear.

Similar Threads

  1. auto login
    By nirita in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 03-06-2009, 09:12 AM
  2. Auto Attack/Auto Target Macro
    By kramer26 in forum Macros and Addons
    Replies: 4
    Last Post: 01-12-2009, 06:23 AM
  3. which addons and why? need to cut down my Addons folder
    By zoneblitz61 in forum Macros and Addons
    Replies: 15
    Last Post: 10-16-2008, 09:51 AM
  4. Auto Quest and Auto taxi ?
    By o_0 in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 07-26-2008, 05:52 AM
  5. Login "script"
    By hardc0re in forum Software Tools
    Replies: 4
    Last Post: 07-03-2008, 10: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
  •