天锦工作室 发表于 2024-6-18 13:48:11

60年代魔兽世界怀旧服 【冰箱能用就冰箱,没冷却就急速冷却+冰箱】


版本:1.12
宏命令分类:法师
宏命令代码:/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;


【冰箱能用就冰箱,没冷却就急速冷却+冰箱】
把 寒冰屏障 放到一个你不用的按钮上,记下编号,编号看上边基础知识,
/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]
查看完整版本: 60年代魔兽世界怀旧服 【冰箱能用就冰箱,没冷却就急速冷却+冰箱】