An open API service indexing awesome lists of open source software.

https://github.com/kodzonko/tibiatools


https://github.com/kodzonko/tibiatools

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tibiatools

A collection of simple tools for Tibia, a MMORPG by CipSoft.

#### Is it legal?

Yes, it is. It does not interact with the game client or server in any way. - look at the code.

#### Is it safe?

Yes, it is. It does not interact with the game client or server in any way. - look at the code.

#### Can I get banned for using it?

No, you can't. It does not interact with the game client or server in any way. - look at the code.

## Tools

* Exercise weapon finish time calculator
* Detailed report from your serverlog
* Total damage dealt per player
* Total damage received per player
* Total healing done per player
* Total healing received per player

## Requirements

* Python 3.12
* uv

## Installation

```shell
git clone [email protected]:kodzonko/tibiatools.git
cd tibiatools
uv pip install -e .
```

## Technical Details

* Written in Python with pandas and duckdb for data analysis
* No game client interaction
* Read-only operations on log files

## Contributing

* Issues and PRs welcome
* Follow coding standards with ruff
* Run tests with pytest