RSS
热门关键字:  巫妖王之怒  魔兽私服  wow私服  魔兽世界

3.0盗贼的一些宏分享

来源: 作者: 时间:2008-12-18 Tag: 点击:

    魔兽世界里面有个自定义宏的功能,这个很好很强大,希望大家多多关注。本人主要玩盗贼,现在就和大家分享一下多年来常用的一些宏,还请多多指点。

鬼魅出血宏/施放 鬼魅攻击

/script if(UnitMana("player") >= 35 ) then CastSpellByName("出血(等级 3)"); end

闪避冲动乱舞宏

/castsequence 剑刃乱舞,闪避,冲动

自动还击宏:

/startattack

/castrandom 邪恶攻击, 还击


/cast [stealth] 偷袭; 潜行
/cast [combat] 消失; [nostealth] 潜行


预谋偷袭/绞喉

#show 预谋
/stopattack
/cast 预谋
/cast 偷袭


毁伤+自动开饰品

#show 毁伤
/console Sound_EnableSFX 0


自动冷血+剔骨 

/施放 冷血
/script SpellStopCasting();
/施放 剔骨(等级 8)

全程切割宏
战斗贼版
/script c=CastSpellByName;p="player";u=0;i=1;while UnitBuff(p,i) do u=string.find(UnitBuff(p,i),"SliceDice");if(u)then break;end;i=i+1;end;if(not u and GetComboPoints()>0)then c("切割");else CastSpellByName("邪恶攻击");end


匕首贼版
/script c=CastSpellByName;p="player";u=0;i=1;while UnitBuff(p,i) do u=string.find(UnitBuff(p,i),"SliceDice");if(u)then break;end;i=i+1;end;if(not u and GetComboPoints()>0)then c("切割");else CastSpellByName("背刺");end


出血贼版
/script c=CastSpellByName;p="player";u=0;i=1;while UnitBuff(p,i) do u=string.find(UnitBuff(p,i),"SliceDice");if(u)then break;end;i=i+1;end;if(not u and GetComboPoints()>0)then c("切割");else CastSpellByName("出血");end
/use [combat] 狂暴的者召唤     ------饰符
/use [combat] 嗜血胸针
/startattack
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast 毁伤

出血 鬼魅 宏:

鬼魅攻击 -> 出血 x5

/castsequence reset=20 鬼魅攻击, 出血, 出血, 出血, 出血, 出血

20秒重置一次。
或者:
/castrandom 鬼魅攻击, 出血

 

鬼魅攻击 -> 邪恶攻击 x4 -> 剔骨

/castsequence reset=target 鬼魅攻击, 邪恶攻击, 邪恶攻击, 邪恶攻击, 邪恶攻击, 剔骨


破甲/偷袭不破凿盲

/equip 武器
/cast 破甲
/stopattack

 

/equip 武器
/cast 偷袭
/stopattack


邪恶攻击 -> 切割
#show剑刃乱舞
/startattack
/castsequence reset=120 邪恶攻击, 切割, 剑刃乱舞, 邪恶攻击, 邪恶攻击, 邪恶攻击, 邪恶攻击, 邪恶攻击, 剔骨


超人模式

剑刃乱舞 -> 闪避 -> 冲动 -> 邪恶攻击

/startattack
/castsequence reset=120 剑刃乱舞, 闪避, 冲动, 邪恶攻击

 

/castsequence reset=target 偷袭, 凿击, 潜行, 偷袭, 邪恶攻击, 冷血, 剔骨, 消失, 偷袭, 凿击, 邪恶攻击, 邪恶攻击, 剔骨

    有了这些宏以后,PVP更是简单轻松,组合各种常用的技能,发挥特别大的威力。


上一篇魔兽世界私服文章:末日的回响最简单的成就
下一篇魔兽世界私服文章:3.0.5盗贼黑暗神庙灵魂任务新方法
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册