MQ2Bandolier

This plugin is an extension of the EQ Bandolier which allows you to swap items in any of your inventory slots.
It requires MQ2Exchange in order to perform the item swapping.

Commands: 

/createset slotname1|slotnumber slotname2|slotnumber2 ... (slotname21|slotnumber22)
Creates a set in MQ2Bandolier_.ini using the selected equipment slots.
If you use the name of an existing set, it will be over-written.

/deleteset
Deletes the specified setname from the characters ini.

 /equipset
Equips all items of the specified set.

Ini File: 

MQ2Bandolier_<CharName>.ini

Examples: 

/createset ThisSet chest mainhand offhand
/createset ThisSet 17 13 14
 
Both of the above examples will create the following ini entry:
 
[ThisSet]
17=12345
13=23456

14=34567

/deleteset ThisSet
Deletes the ThisSet section in the ini
 
/equipset ThisSet
Equips all of the items from the ThisSet section in the ini