Vsro3D
Member
- Joined
- Feb 11, 2025
- Messages
- 83
- Reaction score
- 7
- Points
- 8
- Age
- 34
Yo folks,
Lately discord became an archive of sro pservers logs... So instead of keeping inserting codes everywhere at filter , heres a tool that can archive every single log related to sro and send it directly to discord
FEATURES
Setuping new discord servers
Instead of hiring someone to create channels and categories for you , the tool will create automatically channels and assigning them to categories and assign permisssions too..
this command is sent for new servers
this command will be executed only if the username of the owner matches the setting
Setup new discord serve
Custom notifications
you don't need to parse packets to detect some actions anymore. One of the powerful feature of this bot you will be able to send custom notifications..
You can mention everyone at these messages by assigning 1 to mention at _DiscordAPI
if you made image=null that means u'll use normal message
send embed message with new lines (/NL) at descr
send embed message NOTE: image has to be a direct link to the image .. Message at this case will be the title , Descr will be the content
Examples
Custom Commands
Discord users will be able to send custom commands to get somethings like unique places , silk prices , drops etc..
Command can be customized from settings.ini
You can add custom commands from _DiscordAutoReply table
[/GALLERY]
Welcome Messages
You will be able to send welcome messages, there are two types of welcome message sending the message as a dm and at a specific channel
Links of the server will be sent automatically with the welcome message at dm case
Characters informations
Discord users will be able to send character informations
You can set character command from settings.ini
There will be a procedure called _getcharinfo at bot folder (Execute it)
Command can be customized from settings.ini
Send links
Discord users will be able to get links of the server through a command
Links and images below can be customized from settings.ini
Command can be customized from settings.ini
Send users avatar
Discord users will be able to send other users avatars
Command can be customized from settings.ini
Delete links
Bot can delete links automatically, admin will be excluded
Polls
You can create custom polls in custom channels
You can customize it from _DiscordPoll table
Streamers notifications
Streamers will be able to send live notifications
Senders gotta have streamer role
Giveaways
You will be able to giveaway discord users with customized one .. there are two types of it custom through the database or scheduled one will be executed every 24h at certain time u specify from settings.ini
Suggestions
Bot will automatically react to suggestions channel with yes or no
Channel can be customized from settings.ini
Ticket System
Discord users will be able to create / delete tickets
You will have to execute "!sendticketinitmessage" to initially send the message
Ticket Channels can be customized from settings.ini (dont make it ticket-x for example)
users wont be able to have more than 1 ticket running
Server Stats
You will be able to send Online players,total created accounts (updates automatically every 5 minutes .. you will have to create channels look under below at note 1)
You will have to execute "!createserverstatschannels" to create those 2 channels
This update depends on SRO_VT_ACCOUNT.TB_User and onlineoffline table at log database
SETUP
Creating bot
Allowing gateway intents
Download
LAST STABLE VERSION 1.5
mega.nz
Virus Total
Topic owner bimbum
Lately discord became an archive of sro pservers logs... So instead of keeping inserting codes everywhere at filter , heres a tool that can archive every single log related to sro and send it directly to discord
FEATURES
Setuping new discord servers
Instead of hiring someone to create channels and categories for you , the tool will create automatically channels and assigning them to categories and assign permisssions too..
this command is sent for new servers
this command will be executed only if the username of the owner matches the setting
Setup new discord serve
you don't need to parse packets to detect some actions anymore. One of the powerful feature of this bot you will be able to send custom notifications..
You can mention everyone at these messages by assigning 1 to mention at _DiscordAPI
if you made image=null that means u'll use normal message
send embed message with new lines (/NL) at descr
send embed message NOTE: image has to be a direct link to the image .. Message at this case will be the title , Descr will be the content
Examples
Code:
insert into _DiscordAPI (Message,IMG,Descr,Channel_Name,Mention,ISsent,Time) Values ('Custom Notification Tool FOR DISCORD V1,0',NULL,NULL,'announcements',1,0,1/1/1);
insert into _DiscordAPI (Message,IMG,Descr,Channel_Name,Mention,ISsent,Time) Values ('Battle Arena','http://i.epvpimg.com/RYYRbab.png[/img]','Battle Arena Starts in 5 minutes.','general-chat',0,0,1/1/1);



Custom Commands
Discord users will be able to send custom commands to get somethings like unique places , silk prices , drops etc..
Command can be customized from settings.ini
You can add custom commands from _DiscordAutoReply table


Welcome Messages
You will be able to send welcome messages, there are two types of welcome message sending the message as a dm and at a specific channel
Links of the server will be sent automatically with the welcome message at dm case


Characters informations
Discord users will be able to send character informations
You can set character command from settings.ini
There will be a procedure called _getcharinfo at bot folder (Execute it)
Command can be customized from settings.ini

Send links
Discord users will be able to get links of the server through a command
Links and images below can be customized from settings.ini
Command can be customized from settings.ini

Send users avatar
Discord users will be able to send other users avatars
Command can be customized from settings.ini

Delete links
Bot can delete links automatically, admin will be excluded
Polls
You can create custom polls in custom channels
You can customize it from _DiscordPoll table
Streamers will be able to send live notifications
Senders gotta have streamer role
You will be able to giveaway discord users with customized one .. there are two types of it custom through the database or scheduled one will be executed every 24h at certain time u specify from settings.ini
Suggestions
Bot will automatically react to suggestions channel with yes or no
Channel can be customized from settings.ini
Discord users will be able to create / delete tickets
You will have to execute "!sendticketinitmessage" to initially send the message
Ticket Channels can be customized from settings.ini (dont make it ticket-x for example)
users wont be able to have more than 1 ticket running
Server Stats
You will be able to send Online players,total created accounts (updates automatically every 5 minutes .. you will have to create channels look under below at note 1)
You will have to execute "!createserverstatschannels" to create those 2 channels
This update depends on SRO_VT_ACCOUNT.TB_User and onlineoffline table at log database

SETUP
Creating bot
Allowing gateway intents

Download
LAST STABLE VERSION 1.5

1.39 MB file on MEGA
Topic owner bimbum
Attachments
Last edited: