求几个FS经典宏

来源:百度知道 编辑:UC知道 时间:2024/05/28 13:30:45
只要给出FS经典的宏,就给分!!

打断施法出冰箱闪现宏:
#showtooltip 闪现术
/stopcasting
/cancelAura 寒冰屏障
/stopcasting
/cast 闪现术

有焦点则对焦点反制,无焦点反制当前目标
/Cast [target=focus,exists] 法术反制;法术反制

焦点变羊宏,有焦点变焦点,无焦点变当前目标, 同时BB被动跟随
#showtooltip 变形术
/cast [target=focus,exists] 变形术;变形术
/click PetActionButton10
/petfollow

随机变羊,猪,乌龟宏
/script local s,m,r={"",":猪"},{"%t变成只会打屁的小屁羊了","%t成了和Redcat一样憨的小憨猪"},random(2); CastSpellByName("变形术"..s[r]);SendChatMessage(m[r],"yell");
变羊通告:

/团队 正在将〉〉〉%t〈〈〈变羊,注意不要上持续伤害,不要用多重群体技能
/施放 变羊术(等级4)
一键解诅咒:

/ if UnitDebuff("player",1) then TargetUnit("player");CastSpellByName("解除次级诅咒");end
/ i=1;
/ while (i<41) do who=string.format("%s%i","riad",i);if UnitDebuff(who,1) then TargetUnit(who);CastSpellByName("解除次级诅咒");end i=i+1; end
[PS:由于判断为Debuff,