乌龟服吧 关注:22,817贴子:281,526

回复:分享骑士一键宏以及解决宏使用不了的问题

只看楼主收藏回复

不不不,我的目的不是讨论骑士的输出方式和手法啊,我是求宏的。。。
我不会写宏啊,楼主
我写出我对惩戒骑的理解和认为合适的输出手法是在表达我的需求,求大神帮我写个好用的宏。。。


IP属地:山西154楼2023-12-16 18:24
收起回复
    /script if(GetActionCooldown(66)==0) then cast("奉献");end
    /script RunMacro("神盾")
    /script local m,h=math.floor(UnitMana("player")/UnitManaMax("player")*100),math.floor(UnitHealth("player")/UnitHealthMax("player")*100);if not buffed("智慧圣印") then cast("智慧圣印");else if not buffed("智慧审判","target") and (GetActionCooldown(12)==0) then cast("审判");end;end
    /script if not buffed("庇护祝福", 'player') then cast("庇护祝福",1);end
    /script if not buffed("正义之怒") then cast("正义之怒");end
    /script RunMacro("攻击")


    IP属地:重庆155楼2023-12-20 20:11
    收起回复
      楼主大大,有战士的宏吗?


      IP属地:山东来自Android客户端156楼2023-12-30 23:57
      回复
        /script local m,h=math.floor(UnitMana("player")/UnitManaMax("player")*100),math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if not buffed("智慧圣印") and not buffed("智慧审判","target") then cast("智慧圣印");else if not buffed("智慧审判","target") and buffed("智慧圣印") and SpellReady("审判") then cast("审判");else if buffed("智慧审判","target") and not buffed("正义圣印") then cast("正义圣印");else if buffed("正义圣印") and SpellReady("审判") and m>70 then cast ("审判");end;end;end;end
        /script local i,n,l,t,c,b;c=CastSpellByName;for i=1,64 do n,l,t = UnitDebuff("target",i); if n and string.find(n, "Spell_Holy_CrusaderStrike") and l >2 then b=1;break; end;end;if b then c("神圣打击") else c("十字军打击(等级 1)") end
        /script if math.floor(UnitMana("player")/UnitManaMax("player")*100)>70 then CastSpellByName("十字军打击(等级 1)");else CastSpellByName("十字军打击(等级 1)")end
        在大佬的基础上,我又把宏改进了一下,3层十字军打击释放神圣打击


        IP属地:重庆157楼2024-01-03 09:48
        回复
          感谢楼主 刚开了骑士小号 练级太难了


          IP属地:浙江来自iPhone客户端158楼2024-01-11 08:56
          回复
            楼主有命令审判的宏么,另外能不能在宏里插入十字军审判补充狂野之刃的BUFF


            IP属地:浙江159楼2024-01-11 16:16
            回复
              插眼


              IP属地:湖北来自Android客户端160楼2024-01-13 08:17
              回复
                有没办法做一个换武器宏?比如找到哪个buff换技能栏上的双手武器,没找到换单手加盾


                IP属地:江西来自Android客户端161楼2024-01-14 18:37
                收起回复
                  我想问一句,为什么 龟壳下载的 super macro不能?


                  IP属地:四川来自iPhone客户端162楼2024-01-14 19:05
                  收起回复
                    /script if ( not PlayerFrame.inCombat ) then CastSpellByName("攻击")end
                    /script local m,h=math.floor(UnitMana("player")/UnitManaMax("player")*100),math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if not buffed("命令圣印") then cast("命令圣印");else if buffed("命令圣印") and SpellReady("审判") and m>100 then cast ("审判");end;end
                    /script if SpellReady("神圣打击") then cast("神圣打击");end
                    /script if math.floor(UnitMana("player")/UnitManaMax("player")*100)>70 then CastSpellByName("十字军打击");else CastSpellByName("十字军打击(等级 1)")end
                    楼主大佬,能麻烦帮我这个宏加个1级命令圣印进去吗,我怎么加都不对,谢谢


                    IP属地:贵州163楼2024-01-18 09:16
                    收起回复
                      /script local m,h=math.floor(UnitMana("player")/UnitManaMax("player")*100),math.floor(UnitHealth("target")/UnitHealthMax("target")*100);if not buffed("命令圣印") then cast("命令圣印(等级 1)");else if buffed("命令圣印") and SpellReady("审判");end/script if SpellReady("神圣打击") then cast("神圣打击");end/script if math.floor(UnitMana("player")/UnitManaMax("player")*100)>70 then CastSpellByName("十字军打击");else CastSpellByName("十字军打击(等级 1)")end
                      大佬麻烦看看 最终是这样子可以吗,要不要再优化一下什么 ,谢谢


                      IP属地:贵州164楼2024-01-18 15:52
                      收起回复
                        /script if not buffed("命令圣印") then cast("命令圣印(等级 1)");end
                        /script if SpellReady("神圣打击") then cast("神圣打击");end
                        /script if math.floor(UnitMana("player")/UnitManaMax("player")*100)>70 then CastSpellByName("十字军打击");else CastSpellByName("十字军打击(等级 1)");end


                        IP属地:广西来自iPhone客户端165楼2024-01-18 17:38
                        收起回复
                          谢谢大佬


                          IP属地:贵州来自Android客户端166楼2024-01-18 22:37
                          回复
                            LZ一个突然出现的问题 我之前超级宏可以用 正常没问题 今天小号新做了一个 发现不能用了 如果PT宏里没有空白宏 就无法拖到技能栏,如果有空白PT宏或者别的PT宏,超级宏拖到技能栏就变成这个PT宏了怎么办啊


                            IP属地:河南167楼2024-01-20 21:33
                            收起回复
                              感谢大佬分享


                              IP属地:广东来自iPhone客户端168楼2024-01-26 17:03
                              回复