# MQ2Sound

## Description

**MQ2Sound** Developed by bushdaka.

This is more of a utility plugin to provide an easy way to make custom alerts with some flexibility of where the WAV files are stored.

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

## Commands

`/sound gmcheck - this would play the wav file mq2tripod.wav in your macros directory`\
`/sound spawnon - plays mq2spawnon.wav`\
`/sound 1 - would sound the notify alert`\
`/sound sound - ding!`

## MQ2Sound.ini Examples

`[Default]`\
`sound=.\\macros\\mq2ding.wav`\
`gmcheck=.\\macros\\mq2tripod.wav`\
`spawnon=.\\macros\\mq2spawnon.wav`\
`spawnoff=.\\macros\\mq2spawnoff.wav`\
`alert=.\\macros\\mq2shot.wav`\
`1=c:\\windows\\media\\notify.wav`\
`2=c:\\windows\\media\\chord.wav`\
`3=c:\\windows\\media\\tada.wav`

## 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/mq2sound.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.
