《魔兽世界》怀旧服法师宏的设置
2023-06-06 22:43:55
大中小
魔兽世界怀旧服职业法师宏怎么设置?应该很多朋友都还不是很清楚吧,所以呢小编今天给大家带来的就是魔兽世界怀旧服法师宏设置的方法,需要的朋友不妨进来看看。
宏
急冷冰箱宏:冰箱能用就冰箱,不能用就急冷+冰箱。
/script local
c,i,b,f,d,_=CastSpellByName;for i=1,16 do b=UnitBuff("player",i);if b and strsub(b,5)=="Frost" then f=1;break;end;end;if not f then _,d=GetActionCooldown(你冰箱编号);if d>2 then c("急速冷却");SpellStopCasting();end;c("寒冰屏障");end;
奥暴宏:有目标的时候高级奥暴,没目标的时候1级奥暴,抓贼用,省个1级奥暴键位
/script if UnitCanAttack("target","player") then CastSpellByName("魔爆术");else CastSpellByName("魔爆术(等级 1)");end;