找回密码
 立即注册

【1.12猎豹形态新潜行宏(不会因反复按而导致取消潜行) 】

作者:天锦工作室 | 时间:2024-6-18 13:54:47 | 阅读:328| 显示全部楼层
宏推荐:
版本:
1.12
宏命令分类:
德鲁伊
宏命令代码:
/script local i,b,f;if not UnitAffectingCombat("player") then for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"Ambu") then f=1;break;end;end;if not f then CastSpellByName("潜行");end;end;

【1.12猎豹形态新潜行宏(不会因反复按而导致取消潜行) 】
/script local i,b,f;if not UnitAffectingCombat("player") then for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"Ambu") then f=1;break;end;end;if not f then CastSpellByName("潜行");end;end;


您需要登录后才可以回帖 登录 | 立即注册