Weapon Switch Macro

Trojan

Respected Member
Joined
Jun 15, 2004
Messages
3,545
Reaction score
2
Location
OG From '02
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
 

Andrew

Premium Member
Joined
Sep 8, 2003
Messages
6,032
Reaction score
1
Location
Japan
/script PickupInventoryItem(16); PickupInventoryItem(17);

to switch main hand with offhand and vice versa, pretty nifty for rogues.
 

New threads

Top