- Other Authors
- Wassup, Woobs, Knightly
- Included in Very Vanilla
- Included! No need to download.
While EverQuest's built-in bandolier allows you to exchange weapons, MQ2Bandolier goes a step further and gives you the ability to swap out any slot, it can even exchange entire suits of armor. Requires MQ2Exchange to function.
Full list of slot names here:
Full list of slot names here:
Slot names
www.redguides.com
Rich (BB code):
USAGE
/createset <setname> slotname1|slotnumber slotname2|slotnumber2 ... (slotname21|slotnumber22)
Creates a set in MQ2Bandolier_<CharName>.ini using the selected equipment slots. If you use the name of an existing set, it will be over-written.
/deleteset <setname>
Deletes the specified setname from the characters ini.
/equipset <setname>
Equips all items of the specified set.
Example:
/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
- Source Repository
- https://github.com/RedGuides/MQ2Bandolier
- [git] Automation options?
- Yes