關(guān)于9.0法師冰箱宏,魔獸世界法師冰箱宏這個問題很多朋友還不知道,今天小六來為大家解答以上的問題,現(xiàn)在讓我們一起來看看吧!
1、反制: /script SpellStopCasting();CastSpellByName("Counterspell") 用這個反制技能就能立刻發(fā)出了。
2、 冰箱: /script SpellStopCasting() CastSpellByName("Ice Block");local i for i = 0,15 do if ( GetPlayerBuffTexture(i) == "Interface\Icons\Spell_Frost_Frost") then CancelPlayerBuff(i);end;end 冰箱雖然是瞬發(fā),但是有公共CD,所以要等前一個法術(shù)進(jìn)度條過1.5秒后才起作用。
3、小于1.5秒按只會取消前一個法術(shù),冰箱不能發(fā)出,需要再按一下才有效果。
4、再按一下是取消冰箱。
5、 關(guān)于靈風(fēng)專注效果的兩個宏.. 宏1:/s cript i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Spell_Shadow_Teleport")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("炎爆術(shù)(等級 8)");else c("寒冰箭(等級 11)");end; 宏2:/s cript c="寒冰箭(等級 11)"; for i=1,16,1 do if (UnitBuff("player",i)~=nil) then if (string.find(UnitBuff("player",i),"Spell_Shadow_Teleport")~=nil) then c="炎爆術(shù)(等級 8)"; break; end; end; end; CastSpellByName(c)。
本文分享完畢,希望對大家有所幫助。
標(biāo)簽:
免責(zé)聲明:本文由用戶上傳,如有侵權(quán)請聯(lián)系刪除!