《魔獸世界》cjq輸出宏介紹
來源:9游 編輯:代練通小紅 更新時間:2025-01-07 17:17:40
懲戒騎是魔獸世界當中非常受玩家們歡迎的一種職業,很多玩家好奇魔獸世界cjq輸出宏是什么,小編為玩家們整理了魔獸世界cjq輸出宏,玩家們可以參考下面的輸出宏在游戲當中使用,希望能夠幫助到大家。
【正式服宏命令大全】
1、八秒審判宏
#showtooltip
/startattack
/castsequence reset=8/target 審判,命令圣印
/stopcasting
/castsequence 十字軍打擊
介紹:玩家需要手動啟動圣印,在面對非消耗戰的時候,能夠有效的去在最大化你的dps。
2、十字軍打擊宏
/equip 雙手武器名字
/startattack
/cast 十字軍打擊
/stopcasting
介紹:十字軍打擊的強化版本,可以幫助你自動的進行攻擊,裝備武器來更好的進行戰斗。
3、審判+憤怒之錘整合宏
#showtooltip
/cast 審判
/cast 憤怒之錘
4、一鍵輸出
/startattack
/script A =GetSpellCooldown;
/script C =CastSpellByName;
/script h =UnitHealth("target")/UnitHealthMax("target");
/script m =UnitMana("player")/UnitManaMax("player");
/script combat =UnitAffectingCombat("player");
/script if IsBuffActive("十字軍圣印", "player") then C("審判"); end;
/script if not IsBuffActive("十字軍審判", "target") and h>0.2 then C("十字軍圣印"); end;
/script if not IsBuffActive("命令圣印", "player") then C("命令圣印"); end;
/script if IsBuffActive("命令圣印", "player") then C("審判"); end;
/run if not UnitExists("target") or UnitIsDead("target") or UnitIsFriend("player","target") then TargetNearestEnemy() end;
/script if ( not PlayerFrame.inCombat ) and UnitExists("target") then CastSpellByName("攻擊") end;
/script if not buffed("神圣力量") then CastSpellByName("神圣打擊") else CastSpellByName("十字軍打擊") end;
/script if buffed("復仇") then CastSpellByName("驅邪術") else end;
/script if UnitClassification("target")=="worldboss" then CastSpellByName("懺悔") end;
使用方法:
1、在游戲主界面點擊ESC打開宏命令設置。
2、然后點擊【新建宏】輸入宏命令。
3、接著保存好之后就可以快速使用了。