请教3.0盗贼高级宏命令

来源:百度知道 编辑:UC知道 时间:2024/05/29 23:17:34
一键完成,能伏击用伏击,不能伏击用背刺,包括判断是不是暗影之舞状态下,另能偷袭用偷袭,不能偷袭用出血,也判断是不是暗影之舞状态下,不管怎么连续按,只要是能用偷袭,出血技能就用不出来,还有闷棍和凿击,能用闷棍的时候包括暗影之舞状态下,怎么也用不出凿击

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

/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,