求射击猎人输出手法和宏

2024-12-18 16:05:56
推荐回答(2个)
回答1:

  首先要说的是现在由于国服最新版本把公共CD判断放到了服务器端,所以不能用一键抽筋宏了,用了会严重卡稳固射击,别的技能放不出来。手法如下:
  你应该使用宏将沉默射击和杀戮命令与你的所有射击技能绑定,然后按照下面的优先级顺序使用它们:
  1. 毒蛇钉刺(通常你只需要施放一次)
  2. 杀戮射击(能用就要马上用)
  3. 奇美拉射击
  4. 瞄准射击
  5. 奥术射击(当你的装备足够好的话就别用了,装备好的情况下会被稳固射击超越)
  6. 稳固射击

  以下是我的宏:
  "奇美拉宏射击"和“瞄准射击”一键宏 :
  #showtooltip 奇美拉射击
  /console Sound_EnableSFX 0
  /castsequence reset=8 奇美拉射击,瞄准射击
  /cast 沉默射击
  /cast [target=pettarget,exists]杀戮命令
  /script UIErrorsFrame:Clear()
  /console Sound_EnableSFX 1

  奥术射击宏:
  #showtooltip 奥术射击
  /console Sound_EnableSFX 0
  /cast 奥术射击
  /cast 沉默射击
  /cast [target=pettarget,exists]杀戮命令
  /script UIErrorsFrame:Clear()
  /console Sound_EnableSFX 1

  稳固射击宏:
  #showtooltip 稳固射击:
  /console Sound_EnableSFX 0
  /cast 稳固射击
  /cast 沉默射击
  /use 10 --“手套工程附魔专用”
  /cast [target=pettarget,exists]杀戮命令
  /script UIErrorsFrame:Clear()
  /console Sound_EnableSFX 1

  饰品大招宏:
  /use 13
  /use 14
  /cast 血性狂怒
  /cast 急速射击
  /cast 野性呼唤

回答2:

纠结的 我也是这问题啊