Skip to content

irvingoe/tibiabot

Repository files navigation

NOTE: This is not a cavebot, this bot does not interact with the client in any way, NabBot is a messaging bot. We're not interested in developing cavebots, do not contact us for such reasons.

NabBot Build Status

Nab Bot is a discord bot that uses Rapptz's discord.py. It features commands related to the MMORPG Tibia.

Requirements

  • Python 3.4.2+ with modules:
    • psutil
    • pillow (Python Imaging Library)
    • requests
  • discord.py
  • Tested on Windows and Raspbian

Installing and running

To install discord.py simply run the following on the command line:

python -m pip install -U https://github.com/Rapptz/discord.py/archive/master.zip#egg=discord.py[voice] pillow psutil requests  

Create a bot token on Discord

https://discordapp.com/developers/applications/me

Allow the bot to join your server

https://discordapp.com/developers/docs/topics/oauth2#bots

Define the bots permissions for your server.
As of 17/November/2016, Nab Bot needs the following permissions: 257088

https://discordapi.com/permissions.html
https://discordapp.com/developers/docs/topics/oauth2#adding-bots-to-guilds

To run the bot, execute the following command:

python nabbot.py

For more detailed instructions, read the wiki article.

Current features

  • Character database to keep track of the member's characters
  • Level up and deaths are announced by the bot
  • Events can be created by users and announced by the bot
  • Many Tibia related functions and utilities

Commands

  • /check charname: Shows information about a character.
  • /guild guildname: Shows a list of the online players of a guild.
  • /share level/playername: Returns the level range for party experience share for the specified level or character.
  • /itemprice itemname: Returns a list of NPCs that buy the item
  • /deaths charname: Shows a list of the character's recent deaths
  • /stats level/vocation or /stats playername: Shows the total health, mana and capacity for the character or level and vocation specified
  • /online: Shows a list of the current server's discord users that are online on tibia. It shows their in-game character and discord user.
  • /whois discorduser: Shows the list of Tibia character registered to that discord user.
  • And others, like /levels, /events, /roles, etc

An example of the /check command

Donate

If you like Nab Bot, you can donate to this project. Nab Bot and the developers will appreciate it :)

paypal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages