1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 |
// wow1 zs , 2 sq ,3 fs ,4 ms , 5 ss //----------------------------------------------------------- // DEFINE MAIL LABELS FOR SENDING KEY STROKES. //----------------------------------------------------------- <Label w1 Local SendWinM wzs> <Label w2 Local SendWinM wsq> <Label w3 Local SendWinM wms> <Label w4 Local SendWinM wss> <Label w5 Local SendWinM wfs> //----------------------------------------------------------- // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. //----------------------------------------------------------- <Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F9-F12 except W, A, S, D,R,T,Q,V,F1,F2,F3,F4,F5,C,space> <SendLabel w1, w2, w3, w4,w5> <Key %Trigger%> //when warrior rush to enemy <Hotkey ScrollLockOn Q> <SendLabel w1> <Key Q> <SendLabel w2> //sq follow <Key 2> <SendLabel w3> //priest back one step <Key down> <SendLabel w4> //mega and warlock up one step <Key up> <SendLabel w5> <Key up> <Hotkey ScrollLockOn C> //ss get enemy 's soul <SendLabel w2> <Key 8> //<Hotkey ScrollLockOn Shift Q> //<SendLabel w1> //<Key Q> //<SendLabel w2> //<Key 2> //<SendLabel w3> //<Key down> //<SendLabel w4> //<Key F6> //<SendLabel w5> //<Key F7> //----------------------------------------------------------- // 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%> <MovementHotkey ScrollLockOn Shift F> // loose fragment <SendLabel w2> <Key up> <SendLabel w3> <Key left> <SendLabel w4> <Key left> <SendLabel w5> <Key right> //group again //set 5 chars 's window size , in my envir , total 1920 *1080 <Command ResizeAndPosition> <SendPC Local> <SendWin %1%> <SetWinSize 1500 900> <SetWinPos 0 0> <SendWinM %2%> <SetWinSize 420 600> <SetWinPos 1500 0> <SendWinM %3%> <SetWinSize 300 300> <SetWinPos 300 900> <SendWinM %4%> <SetWinSize 300 300> <SetWinPos 600 900> <SendWinM %5%> <SetWinSize 300 300> <SetWinPos 900 900> <Hotkey F1> <ResizeAndPosition wzs wfs wms wss wsq> <Hotkey F2> <ResizeAndPosition wsq wfs wms wss wzs> <Hotkey F3> <ResizeAndPosition wms wfs wsq wss wzs> <Hotkey F4> <ResizeAndPosition wss wfs wsq wms wzs> <Hotkey F5> <ResizeAndPosition wfs wzs wsq wss wms> <Hotkey F7> <SendPC Local> <SendWin wzs> <SetWinSize 1920 700> <SetWinPos 0 0> <SendWinM wsq> <SetWinSize 500 500> <SetWinPos 0 700> <SendWinM wms> <SetWinSize 500 500> <SetWinPos 500 700> <SendWinM wfs> <SetWinSize 500 500> <SetWinPos 1000 700> <SendWinM wss> <SetWinSize 500 500> <SetWinPos 1500 700> //left ctrl + 1,2,3,4,5 = heal party1,2,3,4,5 <Hotkey LCtrl 1> <SendLabel w3> <Key LCtrl 1> <Hotkey LCtrl 2> <SendLabel w3> <Key LCtrl 2> <Hotkey LCtrl 3> <SendLabel w3> <Key LCtrl 3> <Hotkey LCtrl 4> <SendLabel w3> <Key LCtrl 4> <Hotkey LCtrl 5> <SendLabel w3> <Key LCtrl 5> //left shift + 1,2,3,4,5 = shield party1,2,3,4,5 <Hotkey LShift 1> <SendLabel w3> <Key LShift 1> <Hotkey LShift 2> <SendLabel w3> <Key LShift 2> <Hotkey LShift 3> <SendLabel w3> <Key LShift 3> <Hotkey LShift 4> <SendLabel w3> <Key LShift 4> <Hotkey LShift 5> <SendLabel w3> <Key LShift 5> //left alt + 1,2,3,4,5 = huifu party1,2,3,4,5 <Hotkey Alt 1> <SendLabel w3> <Key Alt 1> <Hotkey Alt 2> <SendLabel w3> <Key Alt 2> <Hotkey Alt 3> <SendLabel w3> <Key Alt 3> <Hotkey Alt 4> <SendLabel w3> <Key Alt 4> <Hotkey Alt 5> <SendLabel w3> <Key Alt 5> //----------------------------------------------------------- // 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%> |