乌龟服吧 关注:23,770贴子:298,200

1.17.2 CJQ一键输出宏 亲测好用

只看楼主收藏回复

/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;
这个只有一个问题 就是神打的BUFF和十字军的BUFF都叫神圣力量 他识别不了 有十字军的时候不会自动补神打


IP属地:吉林1楼2024-11-13 15:13回复
    用不起来呀。。哪里有教程吗?多谢


    IP属地:上海3楼2024-11-13 17:02
    收起回复
      你找到那个buff的文件,把buff名称改一下就可以了


      IP属地:浙江来自iPhone客户端4楼2024-11-13 19:11
      收起回复
        赞!


        IP属地:江西来自Android客户端5楼2024-11-13 20:02
        回复
          有猎人或者狂暴战的一键宏吗大哥哥


          IP属地:山东来自Android客户端6楼2024-11-13 21:31
          回复
            楼主有没有防骑一键宏?求分享谢谢


            IP属地:海南来自Android客户端7楼2024-11-14 00:50
            收起回复
              老哥,来个天赋图看看呗


              IP属地:山东来自Android客户端8楼2024-11-14 17:02
              收起回复
                辩护有BUG BOSS会免疫 不用点 神圣制裁减大圣光读条非常爽 孢子男 冰龙 4dk点了这个完全不用吃抗性药 配合狂热给的极速1.2读一个大圣光奶自己一口


                IP属地:吉林来自Android客户端9楼2024-11-14 18:23
                回复
                  大佬,有没有防骑单刷的一键宏呢?


                  IP属地:广东来自Android客户端10楼2024-11-15 20:52
                  回复
                    可以用,但是为啥不释放神圣打击和十字军打击


                    IP属地:上海来自iPhone客户端11楼2024-11-19 08:08
                    回复
                      神圣打击的buff叫神圣能量,十字军的叫狂热


                      IP属地:上海来自iPhone客户端12楼2024-11-19 08:13
                      回复
                        /startattack用不起来不知道什么原因,几个宏插件都有了呀


                        IP属地:广东13楼2024-11-30 14:22
                        收起回复
                          插眼


                          IP属地:江苏来自Android客户端14楼2024-12-01 19:42
                          回复
                            马克


                            IP属地:湖南来自Android客户端15楼2024-12-04 10:57
                            回复
                              借楼,发个防骑的
                              /run for z=1,172 do if IsAttackAction(z)then if not IsCurrentAction(z)then UseAction(z);end;end;end;
                              /run if not buffed("虔诚光环") then cast("虔诚光环");end
                              /run if not buffed("正义之怒") then cast("正义之怒");end
                              /script if not buffed("十字军圣印")then CastSpellByName("十字军圣印"); else CastSpellByName("审判");end
                              /run local p=math.floor(UnitMana("player")/UnitManaMax("player")*100);if p>=55 and FindBuff("十字军打击","target")then cast("奉献");end
                              /run local p=math.floor(UnitMana("player")/UnitManaMax("player")*100);if p<50 and not buffed("智慧祝福")then CastSpellByName("智慧祝福"); else CastSpellByName("神圣打击");end
                              /run local p=math.floor(UnitMana("player")/UnitManaMax("player")*100);if p>=50 and not buffed("力量祝福")then CastSpellByName("力量祝福"); else CastSpellByName("神圣打击");end
                              /run local p=math.floor(UnitMana("player")/UnitManaMax("player")*100);if p>40 then CastSpellByName("十字军打击"); else CastSpellByName("神圣打击");end
                              /脚本 local t=GetTime()macroT=macroT or 0;if t-macroT>30 then SendChatMessage("一键圣印舞,没蓝就吃土!","SAY")macroT=t;end


                              IP属地:浙江来自Android客户端16楼2024-12-06 14:49
                              收起回复