职业休闲玩家吧 关注:6贴子:143
  • 12回复贴,共1

职业休闲玩家教你如何轻松多开操作

只看楼主收藏回复

关于wow的多开,双开的操作


1楼2013-11-07 12:18回复
    ; 《职业休闲玩家教你如何轻松多开操作》
    ; 百度贴吧 @空空零零空
    ; 跟随宏:/跟随 [@focus]
    ; 可以跟随焦点目标,关于焦点目标的设置:右键点目标头像,然后点击设置焦点。此跟随宏可以将[@focus]替换成跟随人的名字
    ; 治疗宏:/cast [@mouseover,help,nodead][help][@targettarget,help][@player]治疗技能
    ; 可以治疗鼠标指向的目标也可以治疗当前目标,没有目标则治疗自己。
    ; 输出宏:/cast [@mouseover,harm][harm][@targettarget,harm]输出技能
    ; 可以对鼠标指向敌对目标使用技能,也可以对目标使用,目标是友方的时候则是协助攻击。
    ;---------------------------------------------------------------------------
    ; 简易键位设定
    ;首先把键位设置里所有带ctrl shift alt 的键位清除掉,为了避免冲突。
    ;然后设置左右技能栏和主技能栏以及{键位}
    ;(左技能栏)[q] [e] [r] [t] [y] [f] [g] [h] [z] [x] [c] [v] (右技能栏)[b] [n] [~] [鼠标滑轮上] [鼠标滑轮下]
    ;(主技能栏)[1] [2] [3] [4] [5] [6] [F1] [F2] [F3] [F4] [F5] [F6]
    ;w前进 s后退 a左平移 d右平移 m打开所有包裹 shift+m打开地图 j屏幕上显示血条 u快速回复
    ;alt+w 自动跑步 shift+鼠标滚轮上 镜头拉近 shift+鼠标滑轮下 镜头拉远
    ;---------------------------------------------------------------------------
    ;关于双开里面治疗的键位
    ;可以把F1~F5改成队友目标1~5 并且 [q]键上做跟随宏 [e]键上设置为后退
    ;然后[1] [2] [3] [4] [5] [6]则为治疗的治疗技能。这样就可以同时轻松双开坦克和治疗。
    ;如果是双开坦克和治疗的话则坦克一方则是主控技能为[r] [t] [y] [f] [g] [h] [z] [x] [c] [v] [b]
    ;如果是双开输出和治疗的话则输出一方则是主控技能为[r] [t] [y] [f] [g] [h] [z] [x] [c] [v] [b]
    ;如果双开输出的话键位则不需变化,两面一样即可。[q]键上做跟随宏 [e]键上设置为后退
    ;不建议双开坦克和输出。


    2楼2013-11-07 12:19
    回复
      WinGet, wowid, List, 魔兽世界
      ~1::
      KeyWait 1
      IfWinActive, 魔兽世界
      {
      ControlSend,, 1, ahk_id %wowid1%
      ControlSend,, 1, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~2::
      KeyWait 2
      IfWinActive, 魔兽世界
      {
      ControlSend,, 2, ahk_id %wowid1%
      ControlSend,, 2, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~3::
      KeyWait 3
      IfWinActive, 魔兽世界
      {
      ControlSend,, 3, ahk_id %wowid1%
      ControlSend,, 3, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~4::
      KeyWait 4
      IfWinActive, 魔兽世界
      {
      ControlSend,, 4, ahk_id %wowid1%
      ControlSend,, 4, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~5::
      KeyWait 5
      IfWinActive, 魔兽世界
      {
      ControlSend,, 5, ahk_id %wowid1%
      ControlSend,, 5, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~6::
      KeyWait 6
      IfWinActive, 魔兽世界
      {
      ControlSend,, 6, ahk_id %wowid1%
      ControlSend,, 6, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~7::
      KeyWait 7
      IfWinActive, 魔兽世界
      {
      ControlSend,, 7, ahk_id %wowid1%
      ControlSend,, 7, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~8::
      KeyWait 8
      IfWinActive, 魔兽世界
      {
      ControlSend,, 8, ahk_id %wowid1%
      ControlSend,, 8, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~9::
      KeyWait 9
      IfWinActive, 魔兽世界
      {
      ControlSend,, 9, ahk_id %wowid1%
      ControlSend,, 9, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~0::
      KeyWait 0
      IfWinActive, 魔兽世界
      {
      ControlSend,, 0, ahk_id %wowid1%
      ControlSend,, 0, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~-::
      KeyWait -
      IfWinActive, 魔兽世界
      {
      ControlSend,, -, ahk_id %wowid1%
      ControlSend,, -, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~=::
      KeyWait =
      IfWinActive, 魔兽世界
      {
      ControlSend,, =, ahk_id %wowid1%
      ControlSend,, =, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~Q::
      KeyWait Q
      IfWinActive, 魔兽世界
      {
      ControlSend,, Q, ahk_id %wowid1%
      ControlSend,, Q, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~E::
      KeyWait E
      IfWinActive, 魔兽世界
      {
      ControlSend,, E, ahk_id %wowid1%
      ControlSend,, E, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~R::
      KeyWait R
      IfWinActive, 魔兽世界
      {
      ControlSend,, R, ahk_id %wowid1%
      ControlSend,, R, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~T::
      KeyWait T
      IfWinActive, 魔兽世界
      {
      ControlSend,, T, ahk_id %wowid1%
      ControlSend,, T, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~Y::
      KeyWait Y
      IfWinActive, 魔兽世界
      {
      ControlSend,, Y, ahk_id %wowid1%
      ControlSend,, Y, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~F::
      KeyWait F
      IfWinActive, 魔兽世界
      {
      ControlSend,, F, ahk_id %wowid1%
      ControlSend,, F, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~G::
      KeyWait G
      IfWinActive, 魔兽世界
      {
      ControlSend,, G, ahk_id %wowid1%
      ControlSend,, G, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~H::
      KeyWait H
      IfWinActive, 魔兽世界
      {
      ControlSend,, H, ahk_id %wowid1%
      ControlSend,, H, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~Z::
      KeyWait Z
      IfWinActive, 魔兽世界
      {
      ControlSend,, Z, ahk_id %wowid1%
      ControlSend,, Z, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~X::
      KeyWait X
      IfWinActive, 魔兽世界
      {
      ControlSend,, X, ahk_id %wowid1%
      ControlSend,, X, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~C::
      KeyWait C
      IfWinActive, 魔兽世界
      {
      ControlSend,, C, ahk_id %wowid1%
      ControlSend,, C, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~V::
      KeyWait V
      IfWinActive, 魔兽世界
      {
      ControlSend,, V, ahk_id %wowid1%
      ControlSend,, V, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~B::
      KeyWait B
      IfWinActive, 魔兽世界
      {
      ControlSend,, B, ahk_id %wowid1%
      ControlSend,, B, ahk_id %wowid2%
      Return
      }
      WinGet, wowid, List, 魔兽世界
      ~N::
      KeyWait N
      IfWinActive, 魔兽世界
      {
      ControlSend,, N, ahk_id %wowid1%
      ControlSend,, N, ahk_id %wowid2%
      Return
      }
      #IfWinActive, 魔兽世界
      F1::
      {
      ControlSend,,{F1 down}{F1 up}, ahk_id %wowid1%
      ControlSend,,{F1 down}{F1 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F2::
      {
      ControlSend,,{F2 down}{F2 up}, ahk_id %wowid1%
      ControlSend,,{F2 down}{F2 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F3::
      {
      ControlSend,,{F3 down}{F3 up}, ahk_id %wowid1%
      ControlSend,,{F3 down}{F3 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F4::
      {
      ControlSend,,{F4 down}{F4 up}, ahk_id %wowid1%
      ControlSend,,{F4 down}{F4 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F5::
      {
      ControlSend,,{F5 down}{F5 up}, ahk_id %wowid1%
      ControlSend,,{F5 down}{F5 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F6::
      {
      ControlSend,,{F6 down}{F6 up}, ahk_id %wowid1%
      ControlSend,,{F6 down}{F6 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F7::
      {
      ControlSend,,{F7 down}{F7 up}, ahk_id %wowid1%
      ControlSend,,{F7 down}{F7 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F8::
      {
      ControlSend,,{F8 down}{F8 up}, ahk_id %wowid1%
      ControlSend,,{F8 down}{F8 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F9::
      {
      ControlSend,,{F9 down}{F9 up}, ahk_id %wowid1%
      ControlSend,,{F9 down}{F9 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F10::
      {
      ControlSend,,{F10 down}{F10 up}, ahk_id %wowid1%
      ControlSend,,{F10 down}{F10 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F11::
      {
      ControlSend,,{F11 down}{F11 up}, ahk_id %wowid1%
      ControlSend,,{F11 down}{F11 up}, ahk_id %wowid2%
      }
      return
      #IfWinActive, 魔兽世界
      F12::
      {
      ControlSend,,{F12 down}{F12 up}, ahk_id %wowid1%
      ControlSend,,{F12 down}{F12 up}, ahk_id %wowid2%
      }
      return


      3楼2013-11-07 12:21
      回复
        啊 最近在研究你这个 貌似 不起作用 不知道为啥 根据你的具体操作来做的 但是就是不行


        17楼2013-11-17 11:17
        收起回复
          马克


          IP属地:重庆来自iPhone客户端18楼2014-10-29 18:27
          回复