Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Shout to discord addon

Joined
Jun 23, 2010
Messages
785
Reaction score
228
Hello, this is the Shout to Discord addon
It will send every shout in the game to your discord server
you can see here how it works:


this dll is not packed, you can check everything with ida.
files:
The DLL (goes to your Loader folder in the serverfiles)
DiscordShouts.txt (goes with the mainserver/dbserver/authserver files)


Configs and a little tutorial to connect it to discord:

DiscordShouts.txt is the config
Code:
[Configs]
WebhookUrl = post your webhook here
HornIndex = 515
DiscordConnectLog = 1
SafeMode = 1
Style = 1
CustomShout = ```[{{name}}]: {{shout}}```

how to get webhook url ?
go to discord, click on your server then Server Settings -> Integrations -> Webhooks -> New Webhook
choose your own image, name of the bot and the channel you want the bot to send shouts to
then copy the Webhook url

remove from the webhook url
WebhookUrl should look like this xxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx-xxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

HornIndex = the horn of spirit index

DiscordConnectLog: (Sends a message to discord at the start of the server to check if everything works as intended)
1 = enabled, 0 = disabled

SafeMode: if enabled, the addon will stop when any error happens and you will have to restart the server to enable it
if disabled, it will keep sending/trying to send to discord.
1 = enabled, 0 = disabled

Style = 0 flat design
Style = 1 cool design
Style = 2 another cool design
Style = 3 will use the CustomShout
default = 1

// CustomShout Examples
// just like style 0 = [{{name}}]: {{shout}}
// just like style 1 = > [{{name}}]: `{{shout}}`

zYdPTzh - [Release] Shout to discord addon - RaGEZONE Forums


virustotal:


download:
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Sep 7, 2021
Messages
11
Reaction score
1
Very Nice Release!!!!
But what's in the lower left corner of your screen?
 
Back
Top