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.

"allow": [Got it i f'd up somewhere. However I have another question. How do I filter out all the MQ2 banter and say I only want push notifications if I get a /tell or /say from someone?

"block": [
"${Target.CleanName} says#*#"
],
"block": [
"A #*# says#*#",
"An #*# says#*#"
],
I believe the yaml version has that, but it hasn't been kept up to date. What I do is just put them in different channels.
Having the same issue here. I have separate channels for all characters and everything with my allows and blocks is reporting fine, but when I type a normal command (like "/say hello") in discord, in that character's channel, the character does not repeat it in eq. Obviously I missed something somewhere for that anyone have a clue? Here is my iniWe aren't talking about rocket science here. We are talking about simply using discord... You know how to chat on discord right? Boom that is all there is too it. Use your phone to issue a "/say omfg what am I doing" into the characters channel. Assuming you set it up properly that character is going to /say omfg what am I doing.
Having the same issue here. I have separate channels for all characters and everything with my allows and blocks is reporting fine, but when I type a normal command (like "/say hello") in discord, in that character's channel, the character does not repeat it in eq. Obviously I missed something somewhere for that anyone have a clue? Here is my ini
{
"allow": [
"[MQ2Discord]#*#",
"#*#tells you,#*#",
"#*#sent a tell#*#",
"#*#out of character#*#",
"#*#shouts,#*#",
"#*#says,#*#",
"#*#tells general#*#"
],
"autoconnect": true,
"block": [
"#*#tells you, 'Attacking#*#",
"#*#warder says,#*#",
"#*#pet says,#*#",
"#*#warder tells you,#*#",
"#*#pet tells you,#*#",
"#*#You will not evade me,#*#",
"A cold screamer says,#*#",
"#*#Sorry, Master... calming down#*#"
without my token/chan/user of course.
Is this a bot permission thing? For those I have the following checked:
Send Messages
Embed Links
Attach Files
Read Message History
Mention Everyone
Add Reactions
Thanks in advance for any feedback.
Dang, had my hopes on this one, seemed like such a cool plugin.I experienced the same thing when I tried to set this up. I haven't gone back to try again.
I figured the same so just went back through everything super carefully and targeted the areas I know had to be an impact on command sending since the rest was fine.Hmm, not had the above issue at all. My bot has 0 permissions. I created it exactly, line-by-line as the instructions for the plugin state. It seemed like one of those things were if one thing is slightly off the house of cards comes down.
I figured out my problem all who were having the same issues maybe it will be the same for you.
If your filters are relaying fine from EQ to Discord, but you cannot type commands and be seen in EQ then your issue is probably your "user": "Numbersgohere" setting in your characters ini
Personally I mistakenly copied my user ID Name####… what you have to do is type something into discord, and where your name is to the left of your text, right click on that and copy your id. It should be a string of all numbers. Once I changed that in all my inis I was able to send commands from each characters channel I had setup like I was doing it from that character. Obviously once it is working if you are using EQBC you can command from discord the same way.
Hope this helps those of you with the same problem as me!
*fist pump*
I had to add this to my block list to stop it:working on setting this up.
I'm getting a repeating error sent to discord.
[MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] [MQ2Discord] Error, response text: {"message": "Unauthorized", "code": 40001}
any ideas?
Will the newer version of this be included in VV?
To use the newer version do we just drop the .dll in and change the configs?
Bit of a feature request... I have mine set up to log looting, and it adds some kind of link info e.g. 000000000000000000055E4CD45Diamond when sending to Discord.
I was wondering... if that could be interpreted and made into Magelo links somehow? That would be most awesome! I'm pretty sure the same thing happens with item links in other channels too.
To do this, you'd simply cut off all the Digits prior to the first letter (all the hex related stuff that makes the link in game), then strip the item name down to a string, and parse it as "https://eq.magelo.com/items?q=<ITEM_NAME_STRING>". But I don't honestly see the usefulness in a feature like that.
So, I got this set up.
I'm receiving messages from MQ2 in my Discord channel.
However, I cannot figure out how to send messages from Discord to EQ.
Someone above said I should set my /discord user to just the number. I tried that.
None of those work.
- I tried /discord user Name#1234
- I tried /discord user #1234
- And I tried just /discord user 1234
Typing, for example "/group hello" in Discord doesn't result in my character saying hello to the group.
What am I doing wrong?

