找回密码
 入门

QQ登录

只需一步,快速开始

查看: 842|回复: 2

几个战士宏

[复制链接]
发表于 2006-8-7 12:23:02 | 显示全部楼层 |阅读模式
/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 拦截
/script if(UnitHealth("target")<20) then C("斩杀");end
/script if(M>29) then C("致死打击");end
/script if(M>45) then C("英勇打击");end


/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 拦截
/script if(UnitHealth("target")<20) then C("斩杀");end
/script if(M>49) then C("致死打击");end
/script if(M>25) then C("英勇打击");end


/script C=CastSpellByName;
/script M=UnitMana("Player");
/施放 冲锋
/施放 压制
/script if(UnitHealth("target")<20) then C("斩杀");end
/script if(M>29) then C("致死打击");end
/script if(M>45) then C("英勇打击");end


/script C=CastSpellByName;
/施放 盾牌格挡
/script SpellStopCasting()
/script if(IsUsableAction(89)==nil)then C("破甲攻击");elseif(GetActionCooldown(89)==0)then C("复仇");else C("破甲攻击");end
/script if(UnitMana("Player")>35) then C("英勇打击");end
 楼主| 发表于 2006-8-7 12:26:04 | 显示全部楼层
/script C=CastSpellByName;
/施放 拦截
/script if(UnitHealth("target")<20) then C("斩杀");end
/script if(UnitMana("Player")>49) then C("致死打击");end
/施放 英勇打击
发表于 2006-8-17 11:08:57 | 显示全部楼层
你写的那个拦截的宏,打奥罗的时候有用没???
您需要登录后才可以回帖 登录 | 入门

本版积分规则

Archiver|手机版|浙公网安备 33059102000121号|【 老鸟 】 ( 浙ICP备12032149号 )

GMT+8, 2025-6-3 11:28 , Processed in 0.090159 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表