Close
Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Showing results 21 to 30 of 43

Hybrid View

  1. #1

    Default

    Ive recently started with Multiboxing to help leveling my friends WoW account because he doesnt have that much time for leveling and i tried your AHK script, I Open WoW's (( 2 )) , i run autohotkey and i run your script, then i reload the script but whatever i do i cant get it working, my second char keeps doing nothing... Please help a rookie ;(



    (( while writing this i got killed by boars :cursing: "))

  2. #2

    Default

    Quote Originally Posted by 'Nvas',index.php?page=Thread&postID=117097#post117 097
    Ive recently started with Multiboxing to help leveling my friends WoW account because he doesnt have that much time for leveling and i tried your AHK script, I Open WoW's (( 2 )) , i run autohotkey and i run your script, then i reload the script but whatever i do i cant get it working, my second char keeps doing nothing... Please help a rookie ;(



    (( while writing this i got killed by boars :cursing: "))
    Stop account sharing before you get both accounts banned. Blizzard takes this very seriously.
    Ex-WoW 5-boxer.
    Currently playing:
    Akama [Empire of Orlando]
    Zandantilus - 85 Shaman, Teebow - 85 Paladin, Kodex - 85 Rogue.

    Definitely going to 4-box Diablo 3 after testing the beta for how well this would work.

  3. #3

    Default

    I'm also using AutoHotKey these days, my script is a little different from yours though. The thing that strikes me is that you manually bind all those keys, I use this little thingy

    Code:
    HotKeys := "abc012"
    
    keycount := StrLen(HotKey)
    Loop, keycount
    {
    	key := SubStr(HotKeys, A_index, 1)
    	HotKey, %key%, KeyPress
    }
    
    KeyPress:
    	ClonesPush(A_ThisHotKey)
    	return
    Just put all the keys you need in the HotKeys string, the only thing that doesn't work are special keys. That ClonesPush functions is from the Wiki.

  4. #4

    Default

    hi, i am new to this, and am having trouble with the g buttons from g15 keyboard, i have set the g15 keyboard profiler with the ctrl+shit+alt+(x), x beeing a-r, and in wow interface keybind options (using g15 addon) i have set them to the same bindings, but once i sue them nothing happens, and it stops working on the normal 1to= buttons, what can i do to make the g15 buttons work on both clients or more?

  5. #5

    Default

    Thank you for posting

  6. #6

    Default

    I'm having a few problems with this. Whenever i try to use my arrows keys to run the player on /follow stops following and wont move.I have to go back to that screen and put him on /follow again and can only move by the mouse.

    Also,how do i get my player on /follow to attack.i attack with the main guy but the 2nd player just sits there

  7. #7

    Default across pc's?

    Curious if theres a way to get your script to broadcast across to another pc? or can autohotkey even do that?

  8. #8

    Default

    Iwonder if anyone else is having the same problem as me..
    I load my two WoW's, load Autohotkey then try and load Silencer's script.. AHK freaks out saying
    " Finished loading hotkey file.
    5401 errors were found
    0 definitions were loaded
    0 keys will be used as modifiers "

    It keeps spamming " Line 5146 in AutoHotkey-codex-beta\AutoHotkey-codex-beta.ahk: Return
    text was found outside <> symbols; that's not allowed. "

    ?

  9. #9

    Default

    Quote Originally Posted by 'spedzer999',index.php?page=Thread&postID=144848#p ost144848
    I'm having a few problems with this. Whenever i try to use my arrows keys to run the player on /follow stops following and wont move.I have to go back to that screen and put him on /follow again and can only move by the mouse.

    Also,how do i get my player on /follow to attack.i attack with the main guy but the 2nd player just sits there
    The script wasn't written to intend the arrow keys to be used for movement (just WASD). To allow arrow key use without /follow breaking, you'll need to unbind all arrow key movement from the followers, and comment out all Up::, Down::, Left::, Right:: sections in the script. I did this to play on my laptop and it works fine. To comment, just put a semicolon ( in front of every line in the ==== ARROW KEYS ==== section of the script.

    Quote Originally Posted by 'Trok',index.php?page=Thread&postID=145297#post145 297
    Curious if theres a way to get your script to broadcast across to another pc? or can autohotkey even do that?
    Autohotkey can't do that alone. You need KeyClone, Synergy, or (I believe) Octopus for multi-pc broadcasting. A combination of Autohotkey and Synergy would probably work, but KeyClone would be the easiest solution.

    Quote Originally Posted by 'Tokolosi',index.php?page=Thread&postID=150756#pos t150756
    Iwonder if anyone else is having the same problem as me..
    I load my two WoW's, load Autohotkey then try and load Silencer's script.. AHK freaks out saying
    " Finished loading hotkey file.
    5401 errors were found
    0 definitions were loaded
    0 keys will be used as modifiers "

    It keeps spamming " Line 5146 in AutoHotkey-codex-beta\AutoHotkey-codex-beta.ahk: Return
    text was found outside <> symbols; that's not allowed. "

    ?
    I just downloaded this script to play on my laptop with no problems. Are you sure the script didn't get edited at all when you downloaded & extracted it? Re-download it and try again.
    Ex-WoW 5-boxer.
    Currently playing:
    Akama [Empire of Orlando]
    Zandantilus - 85 Shaman, Teebow - 85 Paladin, Kodex - 85 Rogue.

    Definitely going to 4-box Diablo 3 after testing the beta for how well this would work.

  10. #10

    Default

    Ok, I'm a rookie with dualboxing.
    I've downloaded your script, launched it etc... But only my numpad & F-Buttons work, can I change this? xD
    Thanks

Similar Threads

  1. Autohotkey - Wie script schreiben!
    By Yannik333 in forum German
    Replies: 1
    Last Post: 04-14-2009, 08:46 AM
  2. Autohotkey script, for 5!
    By Mofse in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 02-19-2008, 04:50 AM
  3. Autohotkey Script Problem
    By russs in forum Software Tools
    Replies: 3
    Last Post: 01-02-2008, 10:58 AM
  4. AHK ( AutoHotKey ) Script....
    By doc in forum Software Tools
    Replies: 5
    Last Post: 10-31-2007, 05:02 AM
  5. AHK ( AutoHotKey ) Script....
    By doc in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 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
  •