# MQ2Bandolier

## Description

**MQ2Bandolier**, written by Wassup, is an extension of the EQ Bandolier which allows you to swap items in any of your inventory slots.

* It requires [MQ2Exchange](/macroquest/plugins/community-plugins/mq2exchange.md) in order to perform the item swapping.

You can find the source to the plugin in the VIP forums [here](https://macroquest2.com/phpBB3/viewtopic.php?t=12793).

## Commands

* **/createset**  ***slotname1|slotnumber1 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**&#x20;

Deletes the specified setname from the characters ini.

* **/equipset**&#x20;

Equips all items of the specified set.

## 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`

## See Also

* [MQ2Exchange](/macroquest/plugins/community-plugins/mq2exchange.md)
* [Plugins](broken://pages/-Me4I94WGlOtA0pQ_0oB)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/plugins/community-plugins/mq2bandolier.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
