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

    Default Beginning boxer trouble

    Yep, I started today. It was fun, started a mage team, buut had a few issues.

    After three-boxing my shamans, all on the same laptop with AutoHotKey, I logged out my main, closed the other two clients and tried to log on my priest. crash.
    It told me my installation was 'severely damaged' and that it needed to revert...

    Could the multi-boxing have done this, or is it more likely due to the fact that I closed the other two clients through the 'Close button' in the windowed mode?


    Also, I did this using the accounts of two of my cousins who trusted me with their passwords. Is this against the Terms of Service?

  2. #2

    Default

    Can't get it, but Mutliboxing isn't the reason for that, I used AHK with 5 Char's for about 25-30 levels nothing happened...

    Are you running it with different Path's for your WoW? I Mean something like 3 (or whatever number you want to Box) Folders with a WoW Copy for it self? or are you running with only 1 Folder?

    Maybe when you copied it into another Folder it could be corrupted through the copying process so some Files are missing or something.

    (U cuold also use the wiki or something for advice , do you've read the Guides and stuff?)
    Clash of the Titans
    Almost Done -.-
    CotT
    [/align]Current Playlist:
    • Megadeth, Nine Inch Nails, Soilwork, Soil, Mudvayne, Killswitch Engage, Evanescence(Again :love: )

  3. #3

    Default

    Heheh... I just read enough to get the code working. It works flawlessly, so I think it's the fact that I closed two clients by basically alt-f4ing them while a third was running. My idea is that it screwed something up in the ui.

    I haven't made any wow copies, though I am considering it, just so I can back things up and don't have to patch a third time. Right now I've been knocked back to re-downloading patch 2.3 and up... so... it's taking a while.

    Fun, though. I think I'm going to like this.

    Oh, and if you wanted to look it over, this is the code I cut-and-pasted from wikipedia to work my 3-shaman group.

    Code:
    #IfWinActive, World of Warcraft
    WinGet, WowWinId, List, World of Warcraft
    ClonesPush(strKeys)
    {
    	global WowWinId1
    	global WowWinId2
    	global WowWinId3
    	global WowWinId4
    	global WowWinId5
    	IfWinNotActive, ahk_id %WowWinId1%
    		ControlSend, , %strKeys%, ahk_id %WowWinId1%
    	IfWinNotActive, ahk_id %WowWinId2%
    		ControlSend, , %strKeys%, ahk_id %WowWinId2%
    	IfWinNotActive, ahk_id %WowWinId3%
    		ControlSend, , %strKeys%, ahk_id %WowWinId3%
    }
    
    ; *** Hotbars 1-0 ***
    ~1::ClonesPush("{= down}{= up}{1 down}{1 up}")
    ~2::ClonesPush("{= down}{= up}{2 down}{2 up}")
    ~3::ClonesPush("{= down}{= up}{3 down}{3 up}")
    ~4::ClonesPush("{= down}{= up}{4 down}{4 up}")
    ~5::ClonesPush("{= down}{= up}{5 down}{5 up}")
    ~6::ClonesPush("{= down}{= up}{6 down}{6 up}")
    ~7::ClonesPush("{= down}{= up}{7 down}{7 up}")
    ~8::ClonesPush("{= down}{= up}{8 down}{8 up}")
    ~9::ClonesPush("{= down}{= up}{9 down}{9 up}")
    ~0::ClonesPush("{= down}{= up}{0 down}{0 up}")
    
    ~Enter::Suspend, Toggle
    
    ~/::Suspend, On
    ~Escape::Suspend, Off
    
    ~r::Suspend, On

  4. #4

    Default

    Oh my ... it's easier then my old AHK script ^^ my old was like:

    Code:
    WinGet, wowid, List, World of Warcraft 
    
    ~2:: 
    KeyWait 2 
    IfWinActive, World of Warcraft 
    { 
    ControlSend,, 2, ahk_id %wowid1% 
    ControlSend,, 2, ahk_id %wowid2% 
    ControlSend,, 2, ahk_id %wowid3% 
    ControlSend,, 2, ahk_id %wowid4% 
    ControlSend,, 2, ahk_id %wowid5% 
    Return 
    }
    And the Shift+X was the funniest ^^ Ctrlsend shift down x down, x up shift up ahk_id ...
    ^^ It was a lot work to add only 1 Combination^^ (even with Copy + Paste it to 5 Cloneversion) I had to edit the Numbers of the ID for each as well^^

    Hm, I hope for you your WoW isn't crashing again, and wish you a lot of fun with Boxing.

    btw, found my script with googling only AHK Script + WoW or something.
    Clash of the Titans
    Almost Done -.-
    CotT
    [/align]Current Playlist:
    • Megadeth, Nine Inch Nails, Soilwork, Soil, Mudvayne, Killswitch Engage, Evanescence(Again :love: )

  5. #5

    Default

    Yah, I found mine on the world's source of all knowledge and answers. Wikipedia... <3


    I like its use of a custom-made function. Really efficient-izes everything

  6. #6

    Default

    I'm using Octopus now, it's more comfortable , and easy to set up ^^ You could use my Guide in the German forum part, I made it with Pics, so you can see what you have to do or use the Thread in the Software tools part, It way better than AHK, and it's free too^^
    Clash of the Titans
    Almost Done -.-
    CotT
    [/align]Current Playlist:
    • Megadeth, Nine Inch Nails, Soilwork, Soil, Mudvayne, Killswitch Engage, Evanescence(Again :love: )

  7. #7

    Default

    All right, I'll look into it- Thanks for the suggestion!

  8. #8

    Default RE: Beginning boxer trouble

    Quote Originally Posted by 'Sagen',index.php?page=Thread&postID=68864#post688 64
    Also, I did this using the accounts of two of my cousins who trusted me with their passwords. Is this against the Terms of Service?
    In short yes, it is against the Terms of Service and in fact you can get the accounts banned. All accounts must be under the same name, preferably yours

    Multiboxing usually attracts attention, you may want to get your own accounts rather sooner then later.

  9. #9

    Default

    Hoooooo... wow. Um... well, in that case... ok. >_o

    Yeeaah, I'll shy away from that one.

Similar Threads

  1. Stopped 5 boxing. Thinking of beginning again!
    By Negativ1337 in forum General WoW Discussion
    Replies: 11
    Last Post: 02-11-2009, 06:16 AM
  2. Beginning Maximizer 101
    By Sun in forum New Multi-Boxers & Support
    Replies: 21
    Last Post: 05-17-2008, 08:58 PM
  3. Clonekey and Me... iClone (same as in beginning forum)
    By Rowdysattva in forum Software Tools
    Replies: 1
    Last Post: 04-13-2008, 01:21 AM
  4. New to all this, Starting at the beginning
    By drpepper244 in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 01-24-2008, 04:21 PM
  5. Beginning Macro Help... 3xSpriest...
    By Xy in forum New Multi-Boxers & Support
    Replies: 14
    Last Post: 12-27-2007, 07:59 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
  •