Linux compatible version of the Tibialyzer extension for the MMORPG Tibia
Currently implements a minimal subset of Tibialyzer's functionality, namely the on-rare-drop alerts. And just like it, Flarelyzer scans the server log and messages from the Tibia client in real-time by reading its memory in order to gather various statistics.
Original, isnt it? After i saw what Mytherin accomplished (on Linux!) before creating Tibialyzer, and being a Python and Linux enthusiast myself, i just couldnt help but expanding on his work! And thats where this project's name comes from: kind of a Tibialyzer, a la me [Flare Sorcerer] (:
Flarelyzer does not alter the Tibia client in any way, nor does it play the game for you. It only passively scans the Tibia process memoryto check for server log and chat messages and therefore it does not go against the Tibia Rules.
- Pypy:
Fast, alternative, python implementation. You can grab portable binaries from here or simply install from your distribution's repositories (
sudo apt-get install pypy
for debian-based distros). - Libnotify-bin:
Library to send desktop notifications. To install it, you can just run
sudo apt-get install libnotify-bin
as well.
To use Flarelyzer simply download and extract the archive anywhere and run Flarelyzer.py (either by clicking on it, or from the command line) after opening the Tibia client, enter your superuser password, and an initial notification should pop up!
For the time being, Flarelyzer's customizability isnt all that great. To manage the items you want to be notified about, open the agent.py file with any text editor and add/remove the items that are relevant to you in the interesting
set at the beginning. It is also possible to adjust the pop-up duration in the line below.
Other than the necessary performance improvements and fixes under-the-hood, the following features are on the way:
- Full Fledged Qt Based UI
- Improved notifications
(preview, and these work even with the client on fullscreen!) - Allow key remapping
So stay tuned! The best is yet to come.