宏:/script PickupContainerItem(MainhandBag,MainhandBagSlot)
/script PickupInventoryItem(16)
/script PickupContainerItem(TwohandsBag,TwohandsBagSlot)
/script PickupContainerItem(OffhandBag,OffhandBagSlot)
/script PickupInventoryItem(17)
講解:假如你想把雙手武器放在第5個包的第1個格子就把(TwohandsBag,TwohandsBagSlot)改為(4,1)
這樣,你的主手武器放在第5個包的第2個格子就把(MainhandBag,MainhandBagSlot)改為(4,2)
副手嘛,你就把它放在第5個包的第3格子就把(OffhandBag,OffhandBagSlot)改為(4,3)就行了
以上操作最好按我告訴你的來做,剩下的其他內容都原封不動的照打下來(注意!!空隙大的地方是空格)
2。
(主手+副手) 換到 雙手武器
宏:/script PickupInventoryItem(17)
/script PickupContainerItem(MainhandBag,MainhandBagSlot)。
。
宏:/script PickupContainerItem(MainhandBag,MainhandBagSlot)
/script PickupInventoryItem(16)
/script PickupContainerItem(TwohandsBag,TwohandsBagSlot)
/script PickupContainerItem(OffhandBag,OffhandBagSlot)
/script PickupInventoryItem(17)
講解:假如你想把雙手武器放在第5個包的第1個格子就把(TwohandsBag,TwohandsBagSlot)改為(4,1)
這樣,你的主手武器放在第5個包的第2個格子就把(MainhandBag,MainhandBagSlot)改為(4,2)
副手嘛,你就把它放在第5個包的第3格子就把(OffhandBag,OffhandBagSlot)改為(4,3)就行了
以上操作最好按我告訴你的來做,剩下的其他內容都原封不動的照打下來(注意!!空隙大的地方是空格)
2。
(主手+副手) 換到 雙手武器
宏:/script PickupInventoryItem(17)
/script PickupContainerItem(OffhandBag,OffhandBagSlot)
/script PickupContainerItem(TwohandsBag,TwohandsBagSlot)
/script PickupInventoryItem(16)
/script PickupContainerItem(MainhandBag,MainhandBagSlot)。
。