Im trying to make a macro to don the AS suit:
Quote:
/pickup headwrap;
/pickup Administrator's Robe;
/pickup Fancy Belt by Lenroca;
/pickup Uniform Boots;
/pickup Tipless Gloves;
/equip headwrap;
/equip Administrator's Robe;
/equip Fancy Belt by Lenroca;
/equip Uniform Boots;
/equip Tipless Gloves;
This works well, but Ive tried making a similar macro to doff the suit and replace my ordinary clothes but I cant seem to find the right commands...
Quote:
/unequip headwrap;
/unequip Administrator's Robe;
/unequip Fancy Belt by Lenroca;
/unequip Uniform Boots;
/unequip Tipless Gloves;
/drop headwrap;
/drop Administrator's Robe;
/drop Fancy Belt by Lenroca;
/drop Uniform Boots;
/drop Tipless Gloves;
/equip Muscle Shirt by Lenroca;
/equip Large Pocket Pants by Lenroca;
/equip Tusken Raider Boots;
I've tried /drop /unequip and /equip but none of these works.
I also tried just /equip <clothes> but it wont replace the ordinary clothes like the don macro did.