Skip to content

Linux compatible version of the Tibialyzer extension for the MMORPG Tibia

License

Notifications You must be signed in to change notification settings

gitter-badger/Flarelyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flare Sorcerer

PayPal donate button

Flarelyzer

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.

Whats with the name?

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] (:

And what about the Tibia Rules?

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.

Requirements

  • 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.

Usage

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!

Configuring

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.

What's next?

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.

About

Linux compatible version of the Tibialyzer extension for the MMORPG Tibia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%