Close
Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast
Showing results 11 to 20 of 43

Hybrid View

  1. #1

    Default

    So bassicly i just have to download that file open it reload script and open 2 wow acocunt and then if i click on acocunt A button1 would it click button 1 at account B or do i need to do other things also? so it will works

    many thanks

  2. #2

    Default

    Open your WoWs first, then reload script. All WoW instances have to be running for the script to work on them.
    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

    First of all, thanks for the script, Silencer. I've been thinking about getting started with dual-boxing, and having your script already made got me to finally jump into it.

    I've tried searching the forums for G15 info, but apparently the forum search doesn't like that phrase because it returns no results. But, the phrase "G15" is clearly in this thread. =P

    I looked at your script and I don't see any specific mention of binds for the G15 macro keys. How do you utilize those keys with this script?

  4. #4

    Default

    Follow-up to my question.

    I bound the G15 keys on my keyboard to Ctrl-Alt-Shift-<key> and was going to use those binds that you had setup in this script. But, when I use the G-keys the key presses get passed as "artificial" and they aren't triggering anything on my other WoW clients. If I press the key combination manually, it works.

    So, I guess the question really hasn't changed. I'd like to know how you have your G-keys setup and how you're getting them passed to the other clients.

    Thanks.

  5. #5

    Default

    Im probably an idiot but I cannot get the arrow keys to work one goes and the other one just kind of jerks around. Ive tried switching it to control+up down left right in key bindings and same thing. Any advice would be appreciated.

    PS not using g15 keyboard would that have anything to do with it?

  6. #6

    Default

    Quote Originally Posted by 'otep65',index.php?page=Thread&postID=116014#post1 16014
    Im probably an idiot but I cannot get the arrow keys to work one goes and the other one just kind of jerks around. Ive tried switching it to control+up down left right in key bindings and same thing. Any advice would be appreciated.

    PS not using g15 keyboard would that have anything to do with it?
    Look at how the F1 key is controlled. Duplicate that functionality for the Up/Down/Left/Right keys. Currently, if you hold down an arrow key, it gets broadcasted as a bunch of quick key presses. You don't want that - you want to send a "keydown" event, and don't send a "keyup" until you release the arrow key. That's what F1 does in this script. G15 has nothing to do with it.
    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.

  7. #7

    Default

    Heya thanks for taking the time to do this script I just have one question:

    I already use AHK and made my own script - mine is pretty basic - but for each hotkey (that I would use for a spell) I would have it press = also. As my macro on = is /assist.

    Code:
    #IfWinActive, World of Warcraft 
    ~3:: 
    ControlSend,,{3 down}{3 up}, ahk_id %idMain% 
    ControlSend,,{= down}{= up}, ahk_id %idClone% 
    ControlSend,,{3 down}{3 up}, ahk_id %idClone% 
    return
    So if I wanted your script to do something similar (press = so it would assist) would this work? : (I'm at work so can't test it at the mo)

    Code:
    ~3::
    KeyWait 3, D
    WinGet, Active_Window, ID, A
    IfWinActive, World of Warcraft
    {
    	If(%killbroadcast% = 0)
    	{
    		Loop, %wowid%
    		{
    			target_window := wowid%A_index%
    			If (Active_Window <> target_window)
    			{
    				ControlSend,, 3, ahk_id %target_window%
                                	ControlSend,, =, ahk_id %target_window%  
    			}
    		}
    	}
    }
    Return
    ..or does it need something else? :/

    Thanks in advance.

  8. #8

    Default

    Swap those two ControlSend lines and it should work - you want the = to be sent before the 3.
    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.

  9. #9

  10. #10

    Default

    Just downloaded
    looks good thanks!


    Chump

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
  •