乌龟服吧 关注:23,513贴子:294,423

回复:1.172 骑士一键宏 惩戒 防骑 单刷

只看楼主收藏回复

感谢大佬


IP属地:辽宁来自Android客户端36楼2024-12-10 17:58
回复
    cy


    IP属地:山东37楼2024-12-11 17:31
    回复
      给楼主顶上去,好贴。


      IP属地:上海38楼2024-12-12 09:53
      回复
        回复楼主,用了KOOK上的插件区的大佬更新的SuperMacro之后findbuff就不正常了,用龟壳装回去旧的可以,但是一直在智慧圣印和正义圣印切换。


        IP属地:上海39楼2024-12-14 00:27
        收起回复
          我把我用的,结合楼主的几次发言改了下,发到这里。 起手按2次确保自己身上挂着 智慧圣印+神圣之盾之后就冲着怪去,先手动打一个神圣打击确保仇恨够,然后就一直按了,如果蓝量大于1400挂正义圣印吸引仇恨,如果蓝量小于600 换回智慧圣印 ,这个要注意就是 狂热 3层时间到了,一定要补,不然就断了,宏不能检测buff的剩余时间。
          /run if not UnitExists("target") or UnitIsDead("target") or UnitIsFriend("player","target") then TargetNearestEnemy() end;
          /script if not buffed("正义之怒") then cast("正义之怒");end
          /script if ( not PlayerFrame.inCombat ) and UnitExists("target") then CastSpellByName("攻击") end;
          /script if not buffed("庇护祝福") and not buffed("自由祝福") then CastSpellByName("庇护祝福") end;
          /script if not FindBuff("智慧审判","target") and not buffed("智慧圣印") then CastSpellByName("智慧圣印"); else if not FindBuff("智慧审判","target") then CastSpellByName("审判") end;end;
          /script if UnitMana("player")>1400 and FindBuff("智慧审判","target") and not buffed("正义圣印") then CastSpellByName("正义圣印"); end;
          /script if UnitMana("player")<600 and FindBuff("智慧审判","target") and not buffed("智慧圣印") then CastSpellByName("智慧圣印") end;
          /script if not buffed("盾牌壁垒") then CastSpellByName("神圣之盾") end;
          /script if UnitMana("player")>1200 then CastSpellByName("奉献(等级 5)") elseif UnitMana("player")>600 then CastSpellByName("奉献(等级 1)") end;
          /script CastSpellByName("驱邪术");
          /script f=nil;
          /script local i,b,d; for i=1,40 do b,d=UnitBuff("player",i); if b and strfind(b,"InnerFire") and d==3 then f=1;break;end; end;
          /script if (not f or cnt >1) and SpellReady("十字军打击") then CastSpellByName("十字军打击"); cnt=0;end;
          /script if SpellReady("神圣打击") and cnt<2 then CastSpellByName("神圣打击"); cnt=cnt+1;end;


          IP属地:上海40楼2024-12-14 01:36
          收起回复
            楼主 你之前一个帖子里写的用来识别自身buff的那段宏,还需要放进宏里去吗?


            IP属地:上海来自iPhone客户端41楼2024-12-16 15:05
            收起回复
              回复 hexiediyu :楼主,好几个1,16啊,改哪几个啊?end local c=nil; for i=1, 16 do tooltip:SetOwner(UIParent, "ANCHOR_NONE"); tooltip:SetUnitBuff(unit, i); b = textleft1:GetText(); tooltip:Hide(); if ( b and strfind(strlower(b), buff) ) then return "buff", i, b; elseif ( c==b ) then break; end --c = b; end c=nil; for i=1, 16 do。这几个要改吗?


              IP属地:江西42楼2024-12-17 08:34
              收起回复
                /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 IsBuffActive("神圣灌注") then CastSpellByName("神圣打击") else CastSpellByName("十字军打击") end;
                /script if not IsBuffActive("智慧审判","target") and not IsBuffActive("智慧圣印") then CastSpellByName("智慧圣印") end;
                /script CastSpellByName("审判");
                /script if IsBuffActive("智慧审判","target") and not IsBuffActive("命令圣印") then CastSpellByName("命令圣印") end;
                /script if IsBuffActive("复仇") then CastSpellByName("驱邪术") else end;
                /script if UnitClassification("target")=="worldboss" then CastSpellByName("忏悔") end;
                /script CastSpellByName("感知");
                下面2个自行判断用不用
                /script CastSpellByName(UnitMana("player") > 1500 and "奉献" or "奉献(等级 1)")
                /cast [hp<20] 愤怒之锤


                IP属地:安徽43楼2024-12-19 14:36
                收起回复
                  麻烦问一下,有没有新的输出手法?要不要用十字军圣印打?


                  IP属地:北京来自Android客户端46楼2024-12-28 17:37
                  收起回复
                    点出来神盾就点惩戒的


                    IP属地:安徽来自Android客户端48楼2024-12-30 10:18
                    收起回复
                      /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 CastSpellByName("十字军打击");
                      /script if not buffed("正义圣印", "player") then CastSpellByName("正义圣印"); end;
                      /script CastSpellByName("审判");
                      /script CastSpellByName(UnitMana("player") > 1500 and "奉献" or "奉献(等级 1)")
                      /script if buffed("复仇") then CastSpellByName("驱邪术") else end;
                      /script if UnitClassification("target")=="worldboss" then CastSpellByName("忏悔") end;
                      /script if UnitClassification("target")=="worldboss" then CastSpellByName("感知") end;
                      /cast [hp<20] 愤怒之锤


                      IP属地:安徽50楼2024-12-31 13:01
                      收起回复
                        大哥有没有 狂热三层并且保持然后其他时间一直使用圣神打击的宏?


                        IP属地:浙江51楼2025-01-05 23:58
                        收起回复
                          插个眼。有没有练级过程中必刷的装备帖子。


                          IP属地:河南52楼2025-01-10 08:39
                          回复


                            IP属地:北京55楼2025-01-23 16:12
                            回复
                              做个记号,感谢楼主的无私分享


                              IP属地:浙江57楼2025-02-02 20:00
                              回复