Close
Page 8 of 10 FirstFirst ... 6 7 8 9 10 LastLast
Showing results 71 to 80 of 92
  1. #71

    Default

    Well, I've been messing around with it and got it working by changing to setwinrect.
    Now, however, my question is how can I broadcast the function keys to all windows?
    I tried this:
    Code:
    <KeyList MyList A-Z, 0-9, Enter, Tab, Oem4, Space, Comma, Oem6, F1-F12 except W, A, S, D, Q, E>
    But it doesn't seem to work.
    No errors, but not working, either.
    Actually, since I use keyclone for my mac I would be happy just broadcasting any and all keys.
    I tried using this:
    Code:
    <Hotkey AllMainKeys; Shift AllMainKeys; Ctrl AllMainKeys; Alt AllMainKeys>
      	 <SendLabel w1, w2, w3, w4, w5>
       	<Key %Trigger%>
    but that gives me these errors:
    Disregarding empty hotkey: <Hotkey E>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey G>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey H>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey I>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey J>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey K>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey L>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey M>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey N>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey O>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey P>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Q>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey R>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey S>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey T>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey U>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey V>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey W>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey X>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Y>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Z>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Apps>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad0>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad1>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad2>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad3>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad4>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad5>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad6>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad7>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad8>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Numpad9>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Multiply>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey NumpadPlus>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Separator>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey NumpadMinus>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey Decimal>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F1>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F2>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F3>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F4>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F5>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F6>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F7>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F8>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F9>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F10>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F11>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F12>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F13>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F14>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F15>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F16>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F17>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F18>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F19>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F20>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F21>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F22>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F23>

    Empty hotkeys were found.
    Disregarding empty hotkey: <Hotkey F24>

    Finished loading hotkey file.
    111 errors were found
    12 definitions were loaded
    0 keys will be used as modifiers

    Installing mouse hook
    Hook installation succeeded
    So, I don't know what I'm doing wrong with it.
    Any help is appreciated.

  2. #72

    Default

    Those pieces of code will work fine in the right context. Since you didn't show your whole script I don't know what caused your errors. It could be something you left out or something extra you put in.

    Here's a complete script that shows how to use your second piece of code.

    Code:
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    <Label w3 Local SendWinM WoW3>
    <Label w4 Local SendWinM WoW4>
    <Label w5 Local SendWinM WoW5>
    
    
    <Hotkey AllMainKeys; Shift AllMainKeys; Ctrl AllMainKeys; Alt AllMainKeys>
          <SendLabel w1, w2, w3, w4, w5>
               <Key %Trigger%>
    �Author of HotkeyNet and Mojo

  3. #73

    Default

    I would guess that you hav defined some keys double. MAybe the function keys, when you use the pip-example wich uses F1-F5.
    OLIPCS - ordinary life is pretty complex stuff
    ----------------------------------------------------------------
    Pala, Priest, Druid, Hunter, Mage
    Focusless Targetless Leaderless - Wiki
    HotKeyNet - Guide

  4. #74

    Default

    my ftl setup runs fine now .. only one problem . vehicle follow wont work :<
    could some please post some way to make it work (need it for my weekly malygos clear tomorrow ;D -> testet it with the ebon blade daily in icecrown)

  5. #75

    Default

    Quote Originally Posted by 'olipcs',index.php?page=Thread&postID=208477#post2 08477
    I would guess that you hav defined some keys double. MAybe the function keys, when you use the pip-example wich uses F1-F5.
    The program is probably displaying an error message that explains the cause of the problem. But it's the first error message, and it's followed by more than a hundred others, so the first error message (the one that really counts) may be scrolling off the top of the buffer and getting lost.

    This is why the new program (HotkeyNet 2) only shows one error message. (There are other reasons too.)
    �Author of HotkeyNet and Mojo

  6. #76

    Default PiP and XP issues

    So I'm not sure if anyone else is having a similar issue. From what I've read of similar posts, Windows XP seems to be the culprit. I'm just not entirely sure how to fix it.

    So the problem is that everything directly beneath my picture window shows desktop. I copy-pasted the text from HKN sample Pip into a text-file and this is what I got. no matter how much I fiddled with the numbers it didn't change.



    Someone mentioned turning off borders earlier but I'm not certain what they're speaking of. I'm really green at this so I apologize if it's something simple. Thanks

  7. #77

    Default

    There's no issue with XP.

    This particular PIP script works by (1) making a hole in the big window and (2) putting the little window in the exact same spot as the hole.

    The screenshot shows that you're putting the hole and window in different places. That's the cause of the problem.

    There are two ways to solve the problem. You can either use the same numbers for the hole and little window so they'll be in the same spot. Or else you can stop making the hole (remove SetWinRegion from the script) and instead, use AlwaysOnTop to keep the little window on top of the big one.
    �Author of HotkeyNet and Mojo

  8. #78

    Default 5-box HKN ftl script

    I thought I'd share my full script implementing "ftl" for Hotkeynet. I'm running Win7 64-bit, and using 4 small pip screens in the bottom two corners of my main 1920 x 1200 screen. I have 5 separate folders for my WoW instances for keeping my configs and addons separate. Hope this might be of use to someone. This has been rock solid for me.
    Code:
     
    //----------------------------------------------------------- 
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW. 
    //----------------------------------------------------------- 
    <Command LaunchAndRename> 
    <SendPC %1%> 
    <Run "%2%:\World of Warcraft %3%\WoW.exe"> 
    <RenameTargetWin %4%> 
    <RemoveWinFrame> 
    //----------------------------------------------------------- 
    // HOTKEY TO LAUNCH AND RENAME YOUR WOW WINDOWS 
    //----------------------------------------------------------- 
    <Command ResizeAndPosition> 
    <SendPC Local> 
    <SendWin %1%> 
    <SetWinSize 1920 1200> 
    <SetWinPos 0 0> 
    <SetWinRegion 0 1050 240 150> 
    <SetWinRegion 240 1050 240 150> 
    <SetWinRegion 1440 1050 240 150> 
    <SetWinRegion 1680 1050 240 150> 
    <SendWinM %2%> 
    <SetWinSize 240 150> 
    <SetWinPos 0 1050> 
    <SendWinM %3%> 
    <SetWinSize 240 150> 
    <SetWinPos 240 1050> 
    <SendWinM %4%> 
    <SetWinSize 240 150> 
    <SetWinPos 1440 1050> 
    <SendWinM %5%> 
    <SetWinSize 240 150> 
    <SetWinPos 1680 1050> 
    <Hotkey ScrollLockOn RCtrl L> 
    <LaunchAndRename Local E 1 WoW1> 
    <LaunchAndRename Local E 2 WoW2> 
    <LaunchAndRename Local E 3 WoW3> 
    <LaunchAndRename Local E 4 WoW4> 
    <LaunchAndRename Local E 5 WoW5> 
    <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5> 
    //----------------------------------------------------------- 
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES. 
    //----------------------------------------------------------- 
    <Label w1 Local SendWinM WoW1> 
    <Label w2 Local SendWinM WoW2> 
    <Label w3 Local SendWinM WoW3> 
    <Label w4 Local SendWinM WoW4> 
    <Label w5 Local SendWinM WoW5> 
    //----------------------------------------------------------- 
    // DEFINE ASSIST COMMAND FUNCTIONS 
    //----------------------------------------------------------- 
    <command main1> 
    <SendPC Local> 
    <Sendwin WoW1> 
    <Key %all%> 
    <command assist1> 
    <SendPC Local> 
    <SendWinM WoW2> 
    <Key RCtrl %1%> 
    <SendWinM WoW3> 
    <Key RCtrl %1%> 
    <SendWinM WoW4> 
    <Key RCtrl %1%> 
    <SendWinM WoW5> 
    <Key RCtrl %1%> 
    <command main2> 
    <SendPC Local> 
    <SendWin WoW2> 
    <Key %all%> 
    <command assist2> 
    <SendPC Local> 
    <SendWinM WoW1> 
    <Key RAlt %1%> 
    <SendWinM WoW3> 
    <Key RAlt %1%> 
    <SendWinM WoW4> 
    <Key RAlt %1%> 
    <SendWinM WoW5> 
    <Key RAlt %1%> 
    <command main3> 
    <SendPC Local> 
    <SendWin WoW3> 
    <Key %all%> 
    <command assist3> 
    <SendWinM WoW1> 
    <Key RShift %1%> 
    <SendWinM WoW2> 
    <Key RShift %1%> 
    <SendWinM WoW4> 
    <Key RShift %1%> 
    <SendWinM WoW5> 
    <Key RShift %1%> 
    <command main4> 
    <SendPC Local> 
    <SendWin WoW4> 
    <Key %all%> 
    <command assist4> 
    <SendWinM WoW1> 
    <Key RShift RCtrl %1%> 
    <SendWinM WoW2> 
    <Key RShift RCtrl %1%> 
    <SendWinM WoW3> 
    <Key RShift RCtrl %1%> 
    <SendWinM WoW5> 
    <Key RShift RCtrl %1%> 
    <command main5> 
    <SendPC Local> 
    <SendWin WoW5> 
    <Key %all%> 
    <command assist5> 
    <SendWinM WoW1> 
    <Key RShift RAlt %1%> 
    <SendWinM WoW2> 
    <Key RShift RAlt %1%> 
    <SendWinM WoW3> 
    <Key RShift RAlt %1%> 
    <SendWinM WoW4> 
    <Key RShift RAlt %1%> 
    ? 
    //---------------------------------------------------------------- 
    //Window Switching 
    //---------------------------------------------------------------- 
    <Hotkey ScrollLockOn F1> 
    <ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5> 
    <Main1 %trigger%><Assist1 %trigger%> 
    <Hotkey ScrollLockOn F2> 
    <ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5> 
    <Main2 %trigger%><Assist2 %trigger%> 
    <Hotkey ScrollLockOn F3> 
    <ResizeAndPosition WoW3 WoW1 WoW2 WoW4 WoW5> 
    <Main3 %trigger%><Assist3 %trigger%> 
    <Hotkey ScrollLockOn F4> 
    <ResizeAndPosition WoW4 WoW1 WoW2 WoW3 WoW5> 
    <Main4 %trigger%><Assist4 %trigger%> 
    <Hotkey ScrollLockOn F5> 
    <ResizeAndPosition WoW5 WoW1 WoW2 WoW3 WoW4> 
    <Main5 %trigger%><Assist5 %trigger%> 
    //----------------------------------------------------------- 
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET 
    // SENT TO ALL WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //----------------------------------------------------------- 
    //<Hotkey ScrollLockOn A-Z, 0-9, Tab, F1-F12 except W, A, S, D, Q, E> 
    //<SendLabel w1, w2, w3, w4, w5> 
    //<Key %Trigger%> 
    <Hotkey ScrollLockOn 0-9, Tab, Minus, Plus, Numpad0-Numpad9, NumpadMinus, Divide, Multiply, Numpadplus, PgUp, PgDn, Home, End, Insert, Oem6, F6-F12> 
    <If ActiveWinIs WoW1> <Main1 %trigger%><Assist1 %trigger%> 
    <Else If ActiveWinIs WoW2> <Main2 %trigger%><Assist2 %trigger%> 
    <Else If ActiveWinIs WoW3> <Main3 %trigger%><Assist3 %trigger%> 
    <Else If ActiveWinIs WoW4> <Main4 %trigger%><Assist4 %trigger%> 
    <Else If ActiveWinIs WoW5> <Main5 %trigger%><Assist5 %trigger%> 
    //----------------------------------------------------------- 
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S. 
    // ADD MORE KEYS IF YOU WANT. 
    //----------------------------------------------------------- 
    <MovementHotkey ScrollLockOn up, down, left, right> 
    <SendLabel w1, w2, w3, w4, w5> 
    <Key %Trigger%> 
    //----------------------------------------------------------- 
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS, 
    // THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU 
    // WANT TO BROADCAST. 
    //----------------------------------------------------------- 
    <UseKeyAsModifier oem3> 
    <Hotkey ScrollLockOn oem3 LButton, MButton, RButton, Button4, Button5> 
    <SendLabel w1, w2, w3, w4, w5> 
    <ClickMouse %TriggerMainKey%> 
    ?

  9. #79

    Default

    As a followup, here's two essential macros to go with the above HKN script:


    Code:
    Macro to be placed on my button 9 of hotbar 1 (I'm using Bartender4): 
    
    /targetexact [nomod:rshift,mod:rctrl,target=WoW1toon] [nomod:rshift,mod:ralt,target=WoW2toon] [nomod:rctrl,nomod:ralt,mod:rshift,target=WoW3toon] [mod:rctrl,mod:rshift,target=WoW4toon] [mod:ralt,mod:rshift,target=WoW5toon] 
    
    Macro placed on whatever key I want to use to make all toons follow the leader (and target the leaders' target): 
    
    /petpassive 
    /stopmacro [nomod] 
    /click BT4Button9 
    /follow 
    /tar [target=targettarget] 
    
    This is the most basic form for most any other spell macro: 
    
    #showtooltip 
    /click BT4Button9 
    /tar [mod,target=targettarget] 
    /startattack [harm] 
    /cast [harm]Smite;[help]Lesser Heal

  10. #80

    Default

    Hi, I want to share my HKN script too.

    I run 5 chars on a core i7 cpu with 16MB of RAM, vista64 and 2 graphic cards with 2 monstrous 27" monitors 8)
    I start all accounts from the same directory. I do not need to separate addons, because I use very few. Currently I have only healbot, CT-Mod core module, Atlas and Jamba installed. Jamba is absolutely cool for multiboxing :thumbsup:

    The speciality of my script is that I can turn on synchronous mode to let all chars chat or emote the same.

    Pause turns HKN on/off.

    PrintScreen and ScrollLock controll keyboard transmission to one/all windows. Target of this was to be able to chat without breaking follow of the slave chars. So if you press enter or shift 7 to enable the input line, a flag is set and all normal keys are no longer transmitted to the slave windows (space, q, w, e,...). After you leave the input line, everything is to normal.
    Sometimes you want to make the group act syncronous, (/dance, /chicken,...) Press printscreen once, press enter, type "/dance", press enter, Tadaaa!
    To disable synchronization, press printscreen once more.
    A lot of normal keyboard commands are not transmitted to the slave windows. But sometimes you want to open all pockets of all chars at once, or whatever. Press printscreen, press scrolllock, then anything you like. Don't forget to press printscreen and scrolllock again after you are done

    With ctrl alt w you can start 5 clients of WoW. If any of the clients are open allready, that one is skipped.

    With capslock the group disperses a little so the chars are no longer standing all on the same spot. It has the nice side effect that you will never again shout in chat

    F1-F5 do no longer target the group members. Instead, they make window1-window5 of the different accounts act as main window and let them switch places.

    Sone other keys are defined for other actions, they are described in the script.


    Code:
    // HotKeyNet on/off!
    <Hotkey Pause>
      <ToggleHotkeys>
      <DisplayVars>
      <SendPC local>
    	<Cancel>
    
    
    // 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">
      <SetAffinity %5% %6%>
      <Text %3%><wait 100><Key tab><wait 100><Text %4%><wait 100><Key Enter><wait 500>
      <RenameWin "World of Warcraft" %2%>
      <WaitForWin %2% 20000>
    
    <Command script>
      <Key shift 7><wait 100><Text script %1%><wait 100><Key enter>
    <Command cmd>
      <wait 300><Key shift 7><wait 100><Text %1%><wait 1000><Key enter>
    
    
    // move windows to their place
    <Command OrderWin>
      <SendPC local>
      <TargetWin %1%><SetWinRect -1280 168 1280 1024>
      <SetFocusWin>
      <TargetWin %2%><SetWinRect 0 0 800 590>
      <TargetWin %3%><SetWinRect 800 0 800 590>
      <TargetWin %4%><SetWinRect 0 590 800 590>
      <TargetWin %5%><SetWinRect 800 590 800 590>
    
       
    // Eingabezeilenmodus trigger
    <Hotkey ScrollLock>
      < 	if kz is -->	<SetVar kz e->
      <else if kz is -m>	<SetVar kz em>
      <else if kz is e->	<SetVar kz -->
      <else if kz is em>	<SetVar kz -m>
      <endif>
    
    // Multichatmodus trigger
    <Hotkey PrintScreen>
      < 	if kz is -->	<SetVar kz -m>
      <else if kz is -m>	<SetVar kz -->
      <else if kz is e->	<SetVar kz em>
      <else if kz is em>	<SetVar kz e->
      <endif>
    
    
    <Hotkey F1>
      <OrderWin wow1 wow2 wow3 wow4 wow5>
    <Hotkey F2>
      <OrderWin wow2 wow1 wow3 wow4 wow5>
    <Hotkey F3>
      <OrderWin wow3 wow1 wow2 wow4 wow5>
    <Hotkey F4>
      <OrderWin wow4 wow1 wow2 wow3 wow5>
    <Hotkey F5>
      <OrderWin wow5 wow1 wow2 wow3 wow4>
    
    
    <label win1 local SendWinM wow1>
    <label win2 local SendWinM wow2>
    <label win3 local SendWinM wow3>
    <label win4 local SendWinM wow4>
    <label win5 local SendWinM wow5>
    <label mwin1 local SendWinS wow1>
    <label mwin2 local SendWinS wow2>
    <label mwin3 local SendWinS wow3>
    <label mwin4 local SendWinS wow4>
    <label mwin5 local SendWinS wow5>
    <label current local SendFocusWin>
    
    
    // synchron chat and commands
    //kz indicates if commandline or not
    <hotkey Enter; NumpadEnter>
      <DoHotkey Hotkey ScrollLock>
      <if kz is -m>
    	<SendLabel win1, win2, win3, win4, win5>
      	<Key %Trigger%>
      <else if kz is em>
    	<SendLabel win1, win2, win3, win4, win5>
      	<Key %Trigger%>
      <else>
    	<SendPC local>
      	<SendFocusWin>
        	<Key %Trigger%>
      <endif>
    
    <hotkey b-c; f-p; r; t-v; x-z>
      <if kz is em>
      <SendLabel win1, win2, win3, win4, win5>
    	<Key %Trigger%>
      <else>
    	<SendLabel current>
      	<Key %Trigger%>
      <endif>
    
    <hotkey shift a-z>
      <if kz is em>
      <SendLabel mwin1, mwin2, mwin3, mwin4, mwin5>
    	<key %Trigger%>
      <else>
    	<SendLabel current>
      	<Key %Trigger%>
      <endif>
    
    <hotkey shift 7>
      <if kz is -m>
       <SendLabel mwin1, mwin2, mwin3, mwin4, mwin5>
    	<DoHotkey Hotkey ScrollLock>
    	<key shift 7>
      <else if kz is -->
       <SendLabel current>
    	<DoHotkey Hotkey ScrollLock>
    	<key shift 7>
      <else if kz is em>
       <SendLabel mwin1, mwin2, mwin3, mwin4, mwin5>
       <key divide>
      <else if kz is e->
       <SendLabel current>
       <key divide>
      <endif>
    
    
    // turn camera 180° assigned to Backspace. Very useful
    <hotkey Backspace; Delete>
      <if kz is em>
      <SendLabel win1, win2, win3, win4, win5>
    	<Key %Trigger%>
      <else>
    	<SendLabel current>
      	<Key %Trigger%>
      <endif>
    
    
    // Movement ALL chars
    <MovementHotkey q; w; e; a; s; d; space>
      <if kz is e->
    	<SendLabel current>
      	<Key %Trigger%>
      <else>
      <SendLabel win1, win2, win3, win4, win5>
    	<Key %Trigger%>
    
    // Movement Slaves only
    <MovementHotkey Numpad8>
      <Sendlabel win2, win3, win4, win5>
    	<Key up>
    <MovementHotkey Numpad2>
      <Sendlabel win2, win3, win4, win5>
    	<Key down>
    <MovementHotkey Numpad4>
      <Sendlabel win2, win3, win4, win5>
    	<Key left>
    <MovementHotkey Numpad6>
      <Sendlabel win2, win3, win4, win5>
    	<Key right>
    
    
    // follow groupleader (WoW Follow Macro assigned to this key)macrocall
    <hotkey decimal>
      <SendLabel win2, win3, win4, win5>
    	<Key %Trigger%>
    
    // ^ assist groupleader (WoW Assist Macro assigned to this key)macrocall
    <hotkey OEM5>
      <if kz is e->
    	<SendLabel current>
      	<Key %Trigger%>
      <else if kz is em>
    	<SendLabel mwin1, mwin2, mwin3, mwin4, mwin5>
      	<Key %Trigger%>
      <else>
    	<SendLabel win2, win3, win4, win5>
      	<Key F2><Key F>
    	<SendLabel win1, win2, win3, win4, win5>
      	<Key G>
      <endif>
    
    
    // attack key bar (the main left bottom bar)
    <hotkey 0-9; OEM4; OEM6>
      <if kz is e->
    	<SendLabel current>
      	<Key %Trigger%>
      <else>
    	<SendLabel win1, win2, win3, win4, win5>
      	<Key %Trigger%>
      <endif>
    
    // support key bar (in WoW I assigned these keys to the right bottom bar)
    <hotkey ctrl alt 0-9>
      <SendLabel win1, win2, win3, win4, win5>
    	<Key %Trigger%>
    
    // stop follow
    // capslock - master nothing, slaves disperse
    <HotKey capslock>
      <if kz is e->
      <else if kz is em>
      <else>
      <SendPC local>
    	<SendWinM wow1><KeyDown down>
    	<SendWinM wow2><KeyDown down>
    	<SendWinM wow3><KeyDown down>
    	<SendWinM wow4><KeyDown down>
    	<SendWinM wow5><KeyDown down>
    	<wait 10>
    	<SendWinM wow2><KeyDown q>
    	<SendWinM wow3><KeyDown e>
    	<SendWinM wow4><KeyDown q>
    	<SendWinM wow5><KeyDown e>
    	<wait 160>
    	<SendWinM wow1><KeyUp down>
    	<SendWinM wow2><KeyUp q>
    	<SendWinM wow3><KeyUp e>
    	<SendWinM wow4><KeyUp down>
    	<SendWinM wow5><KeyUp down>
    	<wait 110>
    	<SendWinM wow2><KeyUp down>
    	<SendWinM wow3><KeyUp down>
    	<SendWinM wow4><KeyUp q>
    	<SendWinM wow5><KeyUp e>
      <endif>
    
    <Hotkey ctrl alt w>
      <SendPC local>
      <if WinDoesNotExist wow1>
    	<WoWStart "D:\Programme\Spiele\World of Warcraft\wow.exe" wow1 user1 password1 0 2>
      <endif>
      <if WinDoesNotExist wow2>
    	<WoWStart "D:\Programme\Spiele\World of Warcraft\wow.exe" wow2 user2 password2 1 3>
      <endif>
      <if WinDoesNotExist wow3>
    	<WoWStart "D:\Programme\Spiele\World of Warcraft\wow.exe" wow3 user3 password3 4 6>
      <endif>
      <if WinDoesNotExist wow4>
    	<WoWStart "D:\Programme\Spiele\World of Warcraft\wow.exe" wow4 user4 password4 5 7>
      <endif>
      <if WinDoesNotExist wow5>
    	<WoWStart "D:\Programme\Spiele\World of Warcraft\wow.exe" wow5 user5 password5 5 6>
      <endif>
      <wait 2000>
      <OrderWin wow1 wow2 wow3 wow4 wow5>
      <SetVar kz -->

Similar Threads

  1. Replies: 15
    Last Post: 03-18-2012, 08:42 AM
  2. Lotro Dual-Boxing Howto
    By KrunkTheMadMan in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 04-02-2009, 02:27 AM
  3. 2 Boxing, 1-60 guide RAF guide?
    By pinnacle2009 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-18-2009, 07:59 PM
  4. Beginners Guide 2 Dual-Boxing (3,4,5 boxing)
    By piejoh77 in forum New Multi-Boxers & Support
    Replies: 78
    Last Post: 03-12-2009, 03:17 AM
  5. Dual-Boxing / Multi-Boxing leveling guide
    By Ziie in forum General WoW Discussion
    Replies: 3
    Last Post: 09-06-2007, 12:45 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
  •