Skip to content

damoresa/loot-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loot Bot

Build Status

loot-bot has been developed to ease managing loot on the MMO Tibia.
The application consists of a Discord bot and a VueJS web application.

All authentication is managed throught Discord meaning you need a Discord account in order to use the application.

Features

  • Submit loot reports: storing statistical information about your hunt.
  • Manage loot shares: share the hunt code with your team mates and allow them to add their expenses, the application will automatically share loot.
  • Track your statistics: keep track of your hunts and the amount of experience, total loot and your share of said loot easily.

Loot distribution

Your share of the loot is calculated following these steps:

  1. Sum all the reported expenses for the hunt.
  2. Calculate whether the total loot value is higher than the total expenses value.
    1. If the loot is higher (profit) - everyone is given their expense and then the remainder is shared evenly.
    2. If the expenses are higher (waste) - everyone is given a percentage or the loot proportional to their reported expense.

Future features

  • Submit loot reports through the web application.
  • Submit expenses through the web application.
  • Balance per reporter on hunt balance request.
  • Mark hunts as paid. Add filters to search for paid/unpaid hunts.
  • Generate a pin code for hunts so only "authorized" persons can submit expenses.

Possible future features

  • Attach your characters to your Discord account.
  • Receive recommendations on what to hunt depending on your results.