wow宏命令新手教学,盗贼一键宏推荐

2024-11-24 22:43:00

一、wow盗贼宏命令

1、/scrip t if( GetComboPoints()>= 5) then CastSpellByName("剔骨(等级 8)"); else CastSpellByName("背刺(等级 8)"); end

2、/scrip t if not(dagger== GetInventoryItemLink("player", 16)) then CastSpellByName("邪恶攻击(等级 8)") end

3、说明:这个宏刚刚做好,首先判断目标身上是否有5星,如果有,则剔骨。如果没有,且主手是匕首,则背刺,如果主手不是匕首,则邪恶攻击。测试有效。但是背刺要在目标背后。注意宏的格式,不要有回车。

4、/scrip t CastSpellByName("背刺(等级 8)")

5、/scrip t if not(dagger== GetInventoryItemLink("player", 16)) then CastSpellByName("邪恶攻击(等级 8)") end

6、说明:跟上面那个差不多,不判断5星剔骨而已。

7、/scrip t GameTooltip:SetInventoryItem("player", GetInventorySlotInfo("MainHandSlot")); if(GameTooltipTextRight4:GetText()~="匕首") then CastSpellByName("邪恶攻击(等级 8)") else PickupContainerItem(0,1); PickupInventoryItem(16); end

8、说明:如果主手不是匕首,则用邪恶攻击。如果主手是匕首,则把主背包第1格的武器换到主手。

9、/scrip t GameTooltip:SetInventoryItem("player", GetInventorySlotInfo("MainHandSlot")); if(GameTooltipTextRight4:GetText()~="匕首") then PickupContainerItem(0,1); PickupInventoryItem(16);else CastSpellByName("背刺(等级 8)");end

10、说明:如果主手不是匕首,则把主背包第1格的武器换到主手。如果是匕首,就背刺。

11、注意,以上2个宏要求匕首有唯一属性。如果匕首不是唯一,把GameTooltipTextRight4改成3。

12、说明:这个宏应该大部分贼都知道。冷血+剔骨,一键发出

13、/Scrip t UseContainerItem(0,1);

14、/Scrip t TargetUnit("player");

15、说明:绷带给自己,不丢星。其中绷带放在主背包第1个格。也就是最左上的格

16、/scrip t x="player";d=UnitHealthMax(x)-UnitHealth(x);if(d>1800) then UseContainerItem(0,1);end

17、/Scrip t TargetUnit("player");

18、说明:绷带给自己,不丢星。只有在角色掉1800血以上才使用绷带。

19、/Scrip t UseInventoryItem(14);

20、/Scrip t UseInventoryItem(13);

21、/Scrip t d=UnitHealthMax("player")-UnitHealth("player");if(d>1000) then UseContainerItem(4,14);end

22、/Scrip t SpellTargetUnit("player

二、魔兽世界盗贼宏命令

script local u,pi="focus","嫁祸诀窍";if IsSpellInRange(pi,u)==1 and GetSpellCooldown(pi)==0 then SendChatMessage("已经释放"..GetSpellLink(pi).."!","WHISPER",nil,UnitName(u)) end

施放技能时会自动给施放的目标M语,focus是焦点的意思,需提前设置焦点,可以改成人名。

/cast [help] [target=focus, help] [target=targettarget, help]嫁祸诀窍

/w角色名给你增高药了,使劲打矬子,打得他生活不能自理!!

优先顺序如下:当前目标、焦点、目标的目标。当你的目标是友方时,对其施放嫁祸诀窍;当你没有友方目标,但是有一个友好的焦点时,对其释放嫁祸诀窍;当你没有友方目标也没有友方焦点时,对你目标的目标施放嫁祸诀窍,然后对你制定的角色名密语

/run SetRaidTarget("target",数值)

target是目标的意思,可以换成人名和焦点

请把套装1和套装2改成你自己设定的套装的名字

刀扇同时自动攻击周围的目标。因为AOE时当前目标容易死亡,但是该死的刀扇又不会开启自动攻击所以我在刀扇前面加入了自动攻击

/run BattlefieldMgrQueueRequest(1)

一次点击使用背部降落伞,再次点击取消降落伞效果。

/cast [nomodifier]你的手套名字

/castsequence [nomodifier] reset=110你的手套名字,剑刃乱舞,剑刃乱舞

/cast [modifier:shift]你的手套名字

/cast [modifier:shift]剑刃乱舞

默认是先开启手套效果在开剑刃乱舞按住CTRL是单独开剑刃乱舞按住SHIFT是同时开启手套和剑刃乱舞

#showtooltip [modifier:alt][modifier:shift] 8;疾跑

这个宏点一下是疾跑,0.5秒内抽筋一下就是火箭鞋。反正都是加速跑效果,省得一个一个点了。也可以把8和疾跑互相换,不过这样的话在战歌里抗旗子的时候自动就会把旗子扔了……所以还是不推荐改动

三、魔兽世界 盗贼职业 宏命令设置

没满60级的或者在战场中的绷带名自己改

/script local b,s,l;for b=0,4 do for s=1,18 do l=GetContainerItemLink(b,s);if l and strfind(l,"厚符文布绷带") then UseContainerItem(b,s,1);break;end;end;end

另外给你一些其他的盗贼实用宏,希望你用得到

宏无法判断是否在背后,所以做不出背后就背刺,否则就邪恶之类的宏,不要再问了

绷带不丢星,这其实就是自我施法,暴雪已经整合了这个功能,打开主菜单->界面设置->自动自我施法打个勾就解决了

如果目标是怪,连击点>=4才冷剔,否则普通剔骨;

如果目标是玩家,连击点>=3就冷剔,如果冷血未CD,才使用普通剔骨。

/script local p,f=GetComboPoints(),UnitIsPlayer("target");if f and p>2 or not f and p>3 then CastSpellByName("冷血");SpellStopCasting();end;

/script c,s,x,u,p,d,e,_=CastSpellByName,SpellStopCasting;GetInventoryItemCooldown,UseInventoryItem,"player";c("剑刃乱舞");s();_,d,e=x(p,13);if d<2 and e>0 then u(13);else _,d,e=x(14);if d<2 and e>0 then u(14);end;end;

平时用邪恶搌星若无切割状态只要有星立即施放切割若有则继续邪恶搌星若能搌到5星时切割状态还在则施放剔骨

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

平时用邪恶搌星若目标无割裂状态只要有星立即施放割裂若有则继续邪恶搌星若能搌到5星时割裂状态还在则施放剔骨

/script local p,c,d,i,f=GetComboPoints(),CastSpellByName;for i=1,16 do d=UnitDebuff("target",i);if d and strfind(d,"Rupture") 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 local c,a,_=CastSpellByName;_,_,a=GetShapeshiftFormInfo(1);if a then c("偷袭");elseif UnitMana("player")>=60 then if GetInventoryItemCooldown("player",13)==0 then UseInventoryItem(13);SpellStopCasting();end;c("背刺");end;

如果在潜行状态,按第一下偷袭,再按就护符+背刺,不在潜行状态的话直接护符+背刺

用还击在动作条上的序号替换下边红色字,查编号看上边基础知识

/script local s,d=GetActionCooldown(还击编号);if IsUsableAction(还击编号) and d<2 then CastSpellByName("还击");else CastSpellByName("邪恶攻击");end;

用鬼魅攻击在动作条上的序号替换下边红色字,查编号看上边基础知识

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

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

RAID专用:平时邪恶攻击,目标转向自己就闪避

/script if UnitIsUnit("targettarget","player") then CastSpellByName("闪避");SpellStopCasting();end;CastSpellByName("邪恶攻击");

能消失就消失,消失冷却中就预备

/script local c,s,d=CastSpellByName,GetActionCooldown(你消失编号);if d>2 then c("预备");SpellStopCasting();end;c("消失");

/script local c,s,d=CastSpellByName,GetSpellCooldown(你消失编号,"spell");if d>2 then c("预备");SpellStopCasting();end;c("消失");

没满60级的或者在战场中的绷带名自己改

/script local b,s,l;for b=0,4 do for s=1,18 do l=GetContainerItemLink(b,s);if l and strfind(l,"厚符文布绷带") then UseContainerItem(b,s,1);break;end;end;end

注意,你身上的包至少要都是16格的

local e,b,s=0;for b=0,4 do for s=1,16 do if not GetContainerItemLink(b,s) then while e<18 do e=e+1;if e==11 then e=16;end;if GetInventoryItemLink("player",e) then PickupInventoryItem(e);PickupContainerItem(b,s);break;end;end;end;end;end

自动判定当前远程武器类型而决定使用该种武器进行射击,弓,弩使用箭,枪械使用子弹

这个不会切换,所以弹药自己处理

/script local l,_=GetInventoryItemLink("player",18);_,_,l=strfind(l,"item:(%d+)");_,_,_,_,_,l=GetItemInfo(l);l=strsub(l,1,6);if l~="投掷" then l=l.."射击";end;CastSpellByName(l);

1.12新潜行宏(不会因反复按而导致取消潜行)

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

暗夜精灵贼专用-潜行CD中使用影遁,连续按也不会取消影遁,潜行冷却完毕使用潜行,连续按不会取消潜行

连续按不取消影遁写不下了,去掉,但潜行中不取消潜行还可以,用时自己注意点

把潜行放动作条上,查出编号,替换下边红色字,查编号看上边基础知识

/script local c,s,d,a,_=CastSpellByName;_,_,a=GetShapeshiftFormInfo(1);if not a then s,d=Get(潜行编号);if d>2 then c("影遁");else c("潜行");end;end;

声明

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;
2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;
3.作者投稿可能会经我们编辑修改或补充。

搜索
排行榜
标签列表