• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Ideas for a server discord bot

Raggaer

Godly Member
Joined
Jul 25, 2012
Messages
1,557
Solutions
8
Reaction score
957
Location
Spain
Hey, I am developing a discord bot for open tibia servers, and I was wondering what features would you add to it?

I have some already planned like:
  • View monster (hp, exp, ...)
  • View monster loot table
  • View vocation info (speed, hp gain, mana gain, ...)
  • View character
Looking for ideas; Raggaer/tiger

Thanks
 
  • View characters death.
  • View characters itens.
  • Maybe a possible way to use Lua with Go to make custom scripts.
 
Wondering if you plan for it to be configurable, like how mee6 has a webpage.

Top players (maybe top exp that day)
MOTD

stuff that's in mee6 like:
music playlists
in channel ranks based on activity
 
- Show server status/number of players online
- Announce server save
- keep track of bug reports/rule violation reports
 
Wondering if you plan for it to be configurable, like how mee6 has a webpage.

Top players (maybe top exp that day)
MOTD

stuff that's in mee6 like:
music playlists
in channel ranks based on activity
I plan to add some web part to configure stuff, however the bot is meant to be self-hosted not like mee6 (since it needs to connect to your database)


  • View characters death.
  • View characters itens.
  • Maybe a possible way to use Lua with Go to make custom scripts.

Except last point, everything will be added, thanks =)
 
Shout a message when a item is dropped for the very first time. (or under a %).
For this, you would need item statistics.
 
Shout a message when a item is dropped for the very first time. (or under a %).
For this, you would need item statistics.
he is using tfs schema and that information isnt stored on tfs engine
 
I have multiworld, I would like to see ingame broadcast on discord like:

World 1: Oh no! <city> beware! All bad entertainers are returning from their graves to haunt their audience once again!
World 2: Hordes of undead invade from the west of Darashia!

 
I have multiworld, I would like to see ingame broadcast on discord like:

World 1: Oh no! <city> beware! All bad entertainers are returning from their graves to haunt their audience once again!
World 2: Hordes of undead invade from the west of Darashia!
I am not sure where is that stored? inside raids.xml or...?
 
But the idea would be to read ingame broadcast at console, right?
That would require the bot to start your server process, it can be handy, but im not sure if its something I want
 
Last edited:
That would require the bot to start your server process, it can be handy, but im not sure if its something I want

Not at all, could be to rework the broadcast by sending them to database with the default date. And then the bot just read that information.
 
Not at all, could be to rework the broadcast by sending them to database with the default date. And then the bot just read that information.
Wat

Curl dat shit, just push it to the bot instead of storing information you'd only need once

Edit; Are you using py or js?
 
Wat

Curl dat shit, just push it to the bot instead of storing information you'd only need once

Edit; Are you using py or js?
Go; Raggaer/tiger

However I am not sure how would TFS push it to the bot since the http bindings are still not merged...

--

Anyways, I am making good progress, soon I will have a nice website to document the commands. Also I am planning to monitor deaths so when someone dies the discord server gets notified, but I am not sure about the spam it could make
 
Back
Top