求魔兽世界双持武器(两把武器主手副手)换成双手武器的宏

2024-11-17 00:47:10
推荐回答(3个)
回答(1):

MainhandBag:备用主手武器存放背包编号
MainhandBagSlot:备用主手武器存放格子编号
TwohandsBag:备用副手武器存放背包编号
TwohandsBagSlot:备用副手武器存放格子编号
第一个宏
/script PickupInventoryItem(17)
/script if (CursorHasItem()) then chan(); end
/script if (not CursorHasItem()) then PickupInventoryItem(17);PickupContainerItem(MainhandBag,MainhandBagSlot);PickupInventoryItem(16);PickupContainerItem(TwohandsBag,TwohandsBagSlot);PickupInventoryItem(17) end

再新建一个宏,定义函数chan()

/script chan=function() PickupContainerItem(TwohandsBag, TwohandsBagSlot);PickupContainerItem(MainhandBag,MainhandBagSlot:);PickupInventoryItem(16) end

第二个只用定义就可以了
这个用于双手武器<->单手+副手
只用把武器放到特定位置 再把宏里面的
MainhandBag
MainhandBagSlot
TwohandsBag
TwohandsBagSlot
换成数字就可以了
背包的位置看http://bbs.ngacn.com/read.php?tid=116439&fpage=1

回答(2):

装备主副手武器不变,装备鱼竿改为
/equip 鱼竿名

回答(3):

谁也不能拿2把主手武器,有的职业可以双持,拿2把单手武器,只有狂暴战士才可以拿2把双手武器,天赋出的