我发现了一个插件,里面自带的宏,完美解决了这个问题,它就是DoTimer,相信大部分术士朋友们都在用它监控dot时间,
它内部其实隐藏了个功能就是缺什么dot补什么dot,而且不受其他术士dot影响,它的说明就是dotimer插件的readme文档里,下面就是我常用的宏,献丑了:
3dot上满,暗影箭,不想打献祭就“if DoT_IsPSpell("献祭") then”和结尾的一个“end” 有几个if就有几个end
Code: Select all
/script if DoT_IsPSpell("腐蚀术") then if DoT_IsPSpell("痛苦诅咒") then if DoT_IsPSpell("献祭") then CastSpellByName("暗影箭") end end end
Code: Select all
/script if DoT_IsPSpell("腐蚀术") then if DoT_IsPSpell("痛苦诅咒") then if DoT_IsPSpell("生命虹吸") then CastSpellByName("吸取生命") end end end
Code: Select all
/script if DoT_ReturnElapsed("献祭") >= 13 then CastSpellByName("燃烧") end
插件的readme里面还有几个例子,比如元素鲁莽的切换,