Close
Showing results 1 to 10 of 60

Hybrid View

  1. #1

    Default

    Quote Originally Posted by bluelol View Post
    It will complain if you close one of the windows down, that it can't send commands to that window. But it won't cause problems.
    Yup, nothing wrong with that. Those sort of errors can be ignored as you've already seen. I often use the same script for 5 that I do for even solo play.

    There might be code redundancies, I haven't had time to check and test each snippet of the script.
    I'm not seeing any glaring redundancies. If it's something that's going to cause problems, HotKeyNet will usually throw up an error about it, like you saw before with the Shift F problems.

    Code:
    // Subroutine starts WoW and logs in
    <Command WoWStart>
      <Run %1%>
      <WaitForWin "World of Warcraft" 20000>
      <WaitForWinEnabled 20000><wait 2000>
      <SetFocusWin>
      <SendWinSF "World of Warcraft">
      <Key Backspace><wait 500>
      <SendWin "World of Warcraft">
       <Text %3%><wait 100><Key tab><wait 100><Text  %4%><wait 100><Key Enter><wait 500>
      <RenameWin "World of Warcraft" %2%>
      <WaitForWin %2% 20000>
    //----------------------------------------------------------------
    // Pressing ctrl+alt+w will launch and log into the toons below. 
    // TODO: Add support for solo, 3box, 5box
      <Hotkey ctrl alt w>
      <SendPC local>
      <if WinDoesNotExist wow1>
        <WoWStart "C:\World of Warcraft_clean\wow.exe" wow1 ToonA Password>
      <endif>
      <if WinDoesNotExist wow2>
        <WoWStart "C:\World of Warcraft_clean\wow.exe" wow2 ToonB Password>
      <endif>
      <if WinDoesNotExist wow3>
        <WoWStart "C:\World of Warcraft_clean\wow.exe" wow3 ToonC Password>
      <endif>
      <wait 2000>
      <SetPip wow1 wow2 wow3>
    My startup routine varies from yours slightly, but six of one half dozen of another. One thing I do note is that you have an enter command in there to automatically log all the way in to character selection. Do you use an authenticator? If you do or plan to {always a good idea}, you'll probably want to remove the enter part, otherwise when you trigger the authenticator it'll trigger on all your windows. Because the code is only good for one login now, IIRC, you'll have to close down the other windows and relaunch them after entering the Authenticator code for the first window.

    I also note that you are running all accounts out of the same folder. Again, while there's nothing wrong with that, you might want to look at symlinks. I run with 5 separate folders - 1 main folder which is a full install, then 1 folder for each of my slaves with Cache, Data, Interface and Screenshots folders symlinked to the main folder. What this does is allow the same level of performance as you'd have running from a single folder, but allows each account to have their own WTF folder, which stores Config.wtf. That's the file that stores things like graphics settings, frame caps and last login information.

    You generally want your slaves running at a lower FPS and lower graphics settings to reduce load on your system and allows you to run higher settings on the main and can be swapped as you switch windows with a macro {that was the most recent I saw, someone else may have a newer one}. Independent login settings means you can use the "Remember Account Name" checkbox on the login screen and it will always load with the proper account name per window, so you don't have to re-enter the account name, just the password.


    Macros look good. As you get more spells, you can take a look at the MoP Macro Library for a look at how others have their macros built out for more optimal DPS at max level.
    Last edited by Khatovar : 03-13-2013 at 12:17 AM
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Similar Threads

  1. A simple request.
    By noob123 in forum New Multi-Boxers & Support
    Replies: 5
    Last Post: 11-02-2008, 12:04 AM
  2. Just a simple question?
    By Hellsceammulti in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 10-08-2008, 04:34 PM
  3. Templates
    By Djarid in forum Off-Topic
    Replies: 2
    Last Post: 03-08-2008, 12:26 PM
  4. Class templates
    By Djarid in forum Off-Topic
    Replies: 3
    Last Post: 03-06-2008, 04:05 PM
  5. Simple Question
    By Moon in forum New Multi-Boxers & Support
    Replies: 10
    Last Post: 11-25-2007, 10:24 PM

Posting Rules

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