国服临近,今天给大家介绍一些常用的宏命令
因为主玩盗贼,魔兽世界1.12盗贼宏非常的少,大多数都是骨灰玩家,希望大家多多补充,欢迎大家反馈缺少什么,会尽量补充。
pve一键dps宏,这个宏命令之前玩CC的时候使用过,虽然不是太好用,但是对于懒人来说还是不错的。
/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 a,_;if not UnitAffectingCombat("player") then _,_,a=GetShapeshiftFormInfo(1);if not a then CastSpellByName("潜行");end;end;
说明:不会因反复按而导致取消潜行
PK换匕首宏
/script
GameTooltip:SetInventoryItem("player", GetInventorySlotInfo("MainHandSlot")); if(
GameTooltipTextRight4:GetText()~="匕首") then PickupContainerItem(0,1); PickupInventoryItem(16);else CastSpellByName("背刺(等级 8)");end
说明:如果主手不是匕首,则用邪恶攻击。如果主手是匕首,则把主背包第1格的武器换到主手。
冷血+剔骨
/施放 冷血
/script SpellStopCasting();
/施放 剔骨(等级 8)
说明:这个宏大家应该都知道,不多做解释。
抓贼宏
/script TargetNearestEnemy({reverse})
/施放 闷棍
说明:盗贼内战经常使用,这个属于必备。