https://github.com/kodzonko/tibiatools
https://github.com/kodzonko/tibiatools
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kodzonko/tibiatools
- Owner: kodzonko
- Created: 2025-03-08T19:55:16.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-09T13:48:59.000Z (3 months ago)
- Last Synced: 2025-03-09T14:28:10.080Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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