- 窗口相关
a) 设置窗口别名 :
1 2 |
<Label w1 Local SendWinM derpatank_an1> <Label w2 Local SendWinM derpamage_an2> |
b) 改变窗口大小
1 2 3 |
<Hotkey ScrollLockOn Shift Ctrl F> <ResetWindowPosition Local derpatank_an1 derpaacct1 mycleverpw 960 720 480 360 > <ResetWindowPosition Local derpamage_an2 derpaacct2 mycleverpw 480 360 0 360> |
- movement
a)同步 movement
1 2 3 |
<MovementHotkey ScrollLockOn up, down, left, right> <SendLabel w1,w2,w3,w4,w5> <Key %Trigger%> |
b) same key , not same movement 重要, 用来做出 formation , 和上一条同时使用可以在运动中保持 formation
1 2 3 4 5 |
<MovementHotkey ScrollLockOn R> <SendLabel w2> <Key q> <SendLabel w3> <Key e> <SendLabel w4> <Key Up> <SendLabel w5> <Key Down> |
1 2 3 4 5 6 7 8 |
<MovementHotkey ScrollLockOn Shift W> <SendLabel w2> <Key Up> <SendLabel w3> <Key w> <Key e> <SendLabel w4> <Key Up> <SendLabel w5> <Key Down> |
1 2 3 4 5 6 7 |
// Back up your healer with key Y <MovementHotkey ScrollLockOn Y> <SendLabel w3> <Key down> // Back up your hunter with key T <MovementHotkey ScrollLockOn T> <SendLabel w5> <Key down> |
- action
all slaver char have 2 actionbar , one use for solo , one use for team