Trojan
Respected Member
This macro will change you from dual weild/sword,heild to 2H weapon
/script PickupInventoryItem(17);if(CursorHasItem()) then PickupContainerItem(4,2);PickupContainerItem(4,1);PickupInventoryItem(16);else PickupContainerItem(4,1);PickupInventoryItem(16);PickupContainerItem(4,2);PickupInventoryItem(17);end
paste that into your macro with CTRL+V
then you need to equip whatever it is that takes up both hands, dual weild or sword sheild , now, in your LEFT MOST bag (anyone with a quiver will have to take it out of this slot if its there, you need a bag in your left-most spot)
put youre 2h weapon in the top-left most slot in your bag, if its a 14 slot use the top 2 slots above the other 12, now when you use the macro it should swap this 2h weapon with your other set and vice-versa
-Trojan
/script PickupInventoryItem(17);if(CursorHasItem()) then PickupContainerItem(4,2);PickupContainerItem(4,1);PickupInventoryItem(16);else PickupContainerItem(4,1);PickupInventoryItem(16);PickupContainerItem(4,2);PickupInventoryItem(17);end
paste that into your macro with CTRL+V
then you need to equip whatever it is that takes up both hands, dual weild or sword sheild , now, in your LEFT MOST bag (anyone with a quiver will have to take it out of this slot if its there, you need a bag in your left-most spot)
put youre 2h weapon in the top-left most slot in your bag, if its a 14 slot use the top 2 slots above the other 12, now when you use the macro it should swap this 2h weapon with your other set and vice-versa
-Trojan