Macro lesson 1

Mar 26, 2006 18:22

Ok the first line picks up yer helm
Second line puts yer helm in the left most Bag... first top left slot of it...
third line puts the item which was in the top left most slot into the head *which should have been another helm... That should hopefully make sence...
anyways then the fourth line picks up your shoulder pads. *note i skipped the necklace* which u can do also if you want.
the fifth line puts it on the 3rd slot in the left most back and picks up whatever item was there *which hopefully is another shoulder pad that u put there.
last line puts it back into the shoulder pad slot.
if this works for you let me know and ill add shape shifting to it also . you can make it swap ALL yer gear u want and shape shift at the same time =D i love it as a warrior.
/script PickupInventoryItem(1)
/script PickupContainerItem(4,1)
/script PickupInventoryItem(1)
/script PickupInventoryItem(3)
/script PickupContainerItem(4,3)
/script PickupInventoryItem(3)
Previous post Next post
Up