Mytherin / Tibialyzer

Tibialyzer is an extension made for the MMORPG Tibia. It automatically scans the server log and messages from the Tibia client by reading its memory, and gathers various statistics, such as loot found from creatures, damage dealt by party members and experience gained every hour.
Other
182 stars 60 forks source link

Issue with parseXML.py #326

Open EvanMC opened 7 years ago

EvanMC commented 7 years ago

I'm getting this error when trying to run parseXML.py to update the database.

https://i.imgur.com/kPnbTut.png

Mytherin commented 7 years ago

Those scripts only work on Linux and OSX, strange as it may sound considering Tibialyzer is Windows-only ;)

You can probably make them work on Windows, but you will need to modify them a bit (e.g. changing the temporary directory to not be /tmp/, and finding some replacement for imagemagick).