热度:6747

怀旧服盗贼(潜行者)实用宏命令

盗贼
2019-04-18 17:17:09
怀旧服盗贼(潜行者)实用宏命令
全程切割

/script i=1;t=0;while UnitBuff("player",i) do if string.find(UnitBuff("player",i),"SliceDice") then t=1;break;end;i=i+1;end;if((GetComboPoints()>0 and t<1) or UnitHealth("target")<0) then CastSpellByName("切割") end

PvE一键DPS宏

/script local p,c,b,i,f=GetComboPoints(),CastSpellByName;for i=1,16 do b=UnitBuff("player",i);if b and strfind(b,"SliceDice") then f=1;break;end;end;if p>0 and not f then c("切割");elseif p==5 and f then c("割裂");else c("邪恶攻击");end;

抓贼宏

/script TargetNearestEnemy({reverse})
/施放 闷棍

亡灵意志后抓恐惧你的目标

/script SpellStopCasting();
/script ClearTarget() /施放 亡灵意志(种族特长) /script TargetLastEnemy()亡灵意志宏

致盲 + 绷带

/script local a,_;if not UnitAffectingCombat("player") then _,_,a=GetShapeshiftFormInfo(1);if not a then CastSpellByName("潜行");end;end;

出血鬼魅宏

/script local c,s,d=CastSpellByName,GetActionCooldown(鬼魅编号);if d<2 then c("鬼魅攻击") else c("出血");end;

闷棍目标

#showtooltip 闷棍
/targetenemy [harm][nodead] /targetenemy [noharm][dead] /cast 闷棍

还击宏

/Cast [target=mouseover, harm, exists]还击; 还击

影袭+自动攻击宏

#showtooltip 影袭 (出血)
/startattack /cast 影袭(出血)

脚踢+停止攻击宏

#showtooltip 脚踢
/cast 脚踢
/Stopattack

乱舞+加速药水宏

#showtooltip 剑刃乱舞
/use 剑刃乱舞 /use 加速药水

冲动+饰物宏

#showtooltip 冲动
/use 冲动 /use 狂暴者的召唤 (胸针等等同类饰物)

加速鼓小队提示

#showtooltip 战斗之鼓
/use 战斗之鼓 /P 战斗之鼓以施放,持续时间30S,下个继续 /in 28 /p 战斗之鼓效果结束,下个接上

投掷宏

#showtooltip 致命投掷
/cast 致命投掷 /cast 投掷

预谋偷袭(绞喉)宏

#showtooltip cheap shot
/cast [modifier:alt] 预谋
/cast 偷袭

暗影步肾击

#showtooltip Kidney Shot
/cast 暗影步 /cast 肾击

暗影步+闷棍

#showtooltip
/cast 暗影步
/cast 闷棍

换武器毒刃

#show [副手武器名]
/equipslot 17 [副手武器名]
/cast 毒刃

凿击绷带

/cast Gouge
/stopcasting
/use [target=player] 厚灵纹布绷带

预谋偷袭

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

预备前清空技能

#show 伺机待发
/cast 闪避
/stopcasting
/cast 疾跑
/stopcasting
/cast 伺机待发

盗贼邪恶还击宏

/script if (GetComboPoints() >= 5) then CastSpellByName("剔骨(等级 8)") else CastSpellByName("还击"); CastSpellByName("邪恶攻击(等级 8)"); end;