魔兽世界 盗贼宏
- 游戏信息
- 发布时间:2025-05-10 15:27:23

1 2 楼是没当过近战,战斗状态切换武器是很正常的事
伏击换刀宏
/cast 伏击
/run local f=RbA or CreateFrame("Frame","RbA") f:SetScript("OnEvent",function(s,e,u,p) if u=="player" and p=="伏击" then PickUpInventoryItem(16);PickUpInventoryItem(17) end end) f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
背刺换刀宏
/cast 背刺
/run local f=RbA or CreateFrame("Frame","RbA") f:SetScript("OnEvent",function(s,e,u,p) if u=="player" and p=="背刺" then PickUpInventoryItem(16);PickUpInventoryItem(17) end end) f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
这两个宏能够保证如果没有成功背刺或伏击的情况下不会切换