新练了个冰法,发现龟壳上没有冰法能用的宏。
求个宏,希望能把寒冰护体和寒冰箭弄到一起,因为老是忘记释放寒冰护体
。
自己试着写了个,但是不起作用,哪位大佬能指导下。
#showtooltip 冰盾寒冰箭
/script for i=1,16 do if(UnitBuff("player",i))
then if(string.find(UnitBuff("player",i),"IceBarrier"))
then CastSpellByName("寒冰箭");break;end;
else CastSpellByName("寒冰护体");break;end;
end
希望宏是这样,没有寒冰护体就释放寒冰护体,有寒冰护体就释放寒冰箭。
但是这个宏不起作用,哪位大佬能指导下??
求个宏,希望能把寒冰护体和寒冰箭弄到一起,因为老是忘记释放寒冰护体

自己试着写了个,但是不起作用,哪位大佬能指导下。
#showtooltip 冰盾寒冰箭
/script for i=1,16 do if(UnitBuff("player",i))
then if(string.find(UnitBuff("player",i),"IceBarrier"))
then CastSpellByName("寒冰箭");break;end;
else CastSpellByName("寒冰护体");break;end;
end
希望宏是这样,没有寒冰护体就释放寒冰护体,有寒冰护体就释放寒冰箭。
但是这个宏不起作用,哪位大佬能指导下??