回覆列表
-
1 # zussn3166
-
2 # 使用者4532147702961
/ for i=1,16,1 do if (UnitBuff("player",i)~=nil) then if (string.find(UnitBuff("player",i),"JungleTiger")~=nil) then CastSpellByName("雄鷹守護(等級 1)");break;end end if(i==16) then CastSpellByName("獵豹守護");end end
就這個了
豹守雄鷹切換宏(按第一下豹守,再按雄鷹):/scriptfori=1,16,1doif(UnitBuff("player",i)~=nil)thenif(string.find(UnitBuff("player",i),"JungleTiger")~=nil)thenCastSpellByName("雄鷹守護(等級7)");break;endendif(i==16)thenCastSpellByName("獵豹守護");endend上面的沒驗證過,用下面這個,可以用。/cast[harm]雄鷹守護/cast[noharm]獵豹守護有敵對目標就放雄鷹守護,沒有就放獵豹守護。