PDA

View Full Version : 1H-weapon and offhand weapon when you are wearing 2h


r1cardo
04-16-2005, 04:54 PM
Example to put on 1H-weapon and offhand weapon when you are wearing 2H-weapon

/script PickupContainerItem(4, 1);
/script -- 1H weapon now on cursor.
/script PickupInventoryItem(16);
/script -- 1H weapon now equipped, 2H weapon on cursor.
/script PickupContainerItem(4, 3);
/script -- 2H weapon in inventory, no item on cursor.
/script PickupContainerItem(4, 2);
/script -- offhand item on cursor.
/script PickupInventoryItem(17);
/script -- off hand item now equipped, no item on cursor.


This is very useful, but use this at your own risk please.

Muscleduck
08-16-2005, 09:49 PM
I tried to use a macro like that but the problem is when you use for example a 1h and shield an d you swith to 2h, your shield will be in the first free slot in your bags.
i didn't want that so now i use a mod but can't remember the name... seach in http://ui.worldofwar.net/ for weapon switch and you havbe to take the one with the best rating, verry usefull thing.

EDIT: lol didn't saw this is from april