Fix your allow and notify so you don’t include that.I keep getting combat spam on mine it's going pingpingpingpingping what can I do to stop the combat spam ;-;
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Fix your allow and notify so you don’t include that.I keep getting combat spam on mine it's going pingpingpingpingping what can I do to stop the combat spam ;-;
- name:
id:
allowed:
- "[MQ2Discord]#*#"
- "[MQ2]#*#"
- "#*# tells you,#*#"
- "#*#out of character#*#"
- "#*#shouts,#*#"
blocked:
- "#*#|${Me.CleanName}|`s pet#*#"
- "#*#|${Me.Pet.CleanName}| says,#*#"
- "#*#|${Me.Pet.CleanName}| tells you,#*#"
- "#*#|${Me.Pet.CleanName}| told you,#*#"
- "#*# #*# says,#*#"
- "#*# #*# tells you,#*#"
- "#*# #*# told you,#*#"
- "#*#You will not evade me#*#"
notify:
[]
prefix: ""
send_connected: true
allow_commands: true
show_command_response: 2000
YAML:- name: id: allowed: - "[MQ2Discord]#*#" - "[MQ2]#*#" - "#*# tells you,#*#" - "#*#out of character#*#" - "#*#shouts,#*#" blocked: - "#*#|${Me.CleanName}|`s pet#*#" - "#*#|${Me.Pet.CleanName}| says,#*#" - "#*#|${Me.Pet.CleanName}| tells you,#*#" - "#*#|${Me.Pet.CleanName}| told you,#*#" - "#*# #*# says,#*#" - "#*# #*# tells you,#*#" - "#*# #*# told you,#*#" - "#*#You will not evade me#*#" notify: [] prefix: "" send_connected: true allow_commands: true show_command_response: 2000
I still get combat spam from group, any idea why?
Thanks Knightly but i was loading and unloading the whole plugin all the time.When you update your config file make sure you issue /discord reload
Otherwise it won’t take effect until the next time you log in.
Do you mean you get combat spam if you type something into discord following the command? If so I believe lowering that show_command_response figure is what you want.
Oh is that it? what if i place it at zero?


/discord token is not a valid command. I did the /discord reload command and that did nothing, I did /discord process and my clients all crashed. There weren't other commands available to try.6. Enter your the token for your bot (see linked guide earlier) withRich (BB code):/discord token <token>
This is probably an issue in your json file. But switch to MQNext and I'll help you troubleshoot it. There's been a lot of work done on this in Next.I know this is unsupported but I was just wondering if anyone had an idea and could help with my issue.
If you had a json file, it'll convert. The MQ version is based on alynel's updated work though, so the old steps might not be useful. I personally just edited the yaml file, I don't think I've ever tried to set it up from scratch, but the file it generates should work. Start with the file that was generated and fill in the blanks.So I guess my question is, how do you set this up for the first time? I am using 'Next' currently. I see some folks using this on Next, so... yeah. The plugin doesn't have the token command available to it.
If you had a json file, it'll convert. The MQ version is based on alynel's updated work though, so the old steps might not be useful. I personally just edited the yaml file, I don't think I've ever tried to set it up from scratch, but the file it generates should work. Start with the file that was generated and fill in the blanks.

- The /discord command will now be parsed
- Added /discord debug which will toggle debug mode on or off
- Added /discord process which will allow you to send a command to be processed by your config
- Added an OutputDebug function
- Updated the token check function to include new Discord token formats (and extend to Z)
- Rearranged code a bit
- Still working on the unload issue
Is on my list. If I don’t get to it today I’ll get to it on the weekend for sure.
Edit: “for sure” meaning “probably” in this case
/hugOh! I see, interesting.It’s a single yaml, but the move to 64 bit broke the connection. MQ2Discord believes it is connected but Discord is not receiving the messages.
I spent some time yesterday unwinding it and then got sidetracked because I was trying to replace sleepy-discord which was several hours of time.
The sleepy discord demo doesn’t seem to be working in 64 bit so I need to spend some time figuring out why.
Here's one example:When possible, do you think you could show an example of a multiple character setup in the single YAML?
If you ever want to do that, you can grab the build from the MQ Discord. I don’t really like sending DLLs around randomly.
- /discord process will no longer crash if no arguments are sent
- Added docs with images showing how to setup an Create_Bot_Account
- Added example yaml
- Added additional error reporting and debug output for sending messages
- Need to check connection still rather than assuming connected
/discord process Some Text Here/discord debug and it will echo back output.I'm getting a message, "Failed to send Discord message to (Channel ID ####)" whenever a message is sent. I tried to reset the token, but no dice on that.If it is, it's because I need to fix SSL in curl.
Good news, the error message I added last time there was an issue is working!
