请问哪为战士高手有一键切换单双手武器的的宏!?谢谢

热心网友

1。双手武器 换到(主手武器+盾)宏:/script PickupContainerItem(MainhandBag,MainhandBagSlot) /script PickupInventoryItem(16) /script PickupContainerItem(TwohandsBag,TwohandsBagSlot) /script PickupContainerItem(OffhandBag,OffhandBagSlot) /script PickupInventoryItem(17) 讲解:假如你想把双手武器放在第4个包的第1个格子就把(TwohandsBag,TwohandsBagSlot)改为(4,1)这样,你的主手武器放在第4个包的第2个格子就把(MainhandBag,MainhandBagSlot)改为(4,2)盾嘛,你就把它放在第4个包的第3格子就把(OffhandBag,OffhandBagSlot)改为(4,3)就行了以上操作最好按我告诉你的来做,剩下的其他内容都原封不动的照打下来(注意!!空隙大的地方是空格)2。(主手武器+盾) 换到 双手武器宏:/script PickupInventoryItem(17) /script PickupContainerItem(OffhandBag,OffhandBagSlot) /script PickupContainerItem(TwohandsBag,TwohandsBagSlot) /script PickupInventoryItem(16) /script PickupContainerItem(MainhandBag,MainhandBagSlot) 讲解:关于包和格子的位置数要和上面的一样[双手武器是(4,1) 主手武器是(4,2) 盾是(4,3)]。

热心网友

MainhandBag:备用主手武器存放背包编号MainhandBagSlot:备用主手武器存放格子编号OffhandBag:备用副手武器存放背包编号OffhandBagSlot:备用副手武器存放格子编号TwohandsBag:备用双手武器存放背包编号TwohandsBagSlot:备用双手武器存放格子编号双手武器 - (主手武器+副手物品)/script PickupContainerItem(MainhandBag, MainhandBagSlot)/script PickupInventoryItem(16)/script PickupContainerItem(TwohandsBag, TwohandsBagSlot)/script PickupContainerItem(OffhandBag, OffhandBagSlot)/script PickupInventoryItem(17)(主手武器+副手物品) - 双手武器/script PickupInventoryItem(17)/script PickupContainerItem(OffhandBag, OffhandBagSlot)/script PickupContainerItem(TwohandsBag, TwohandsBagSlot)/script PickupInventoryItem(16)/script PickupContainerItem(MainhandBag, MainhandBagSlot)。