# MQ2AutoGroup

## Description

Like it says this will autogroup, or auto accept raid invites from the names you have in your ini. Big thanks to Psycotic for the coding help. And to the other coders who's code i borrowed to try and put this thing together. Hopefully someone finds this plugin semi usefull.

You can find the latest version of MQ2AutoGroup [here](https://macroquest2.com/phpBB3/viewtopic.php?f=50\&t=13712\&hilit=MQ2AutoGroup).

## Commands

/autogroup \[help | on | off | guild | load | save | add | del | clear | list ]

* help = list of ingame options
* on = turn plugin on
* off = turn plugin off
* guild = toggles automatic guild/raid invite accept from your guild members
* load = loads options and names from ini file
* ( any current unsaved names will be lost)
* save = updates .ini to match current options and names
* add = add a new character name (ex: /autogroup add bubbawar)
* del = delete a character name (ex: /autogroup del 15 , deletes name number 15)
* clear = clears all character names
* list = lists current character names

## INI Entries

`[Settings]`\
`AutoGroup=on`\
`[Names]`\
`Name0=bob`\
`Name1=fred`\
`Name2=harry`

## See Also

* [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/mq2autogroup.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.
