Tibia launcher for easier and faster switching of hotkeys

I have made a lot easier and better “noob proof” hotkey changer/launcher for Tibia its still a batch file meaning its open source and you can edit it as you like no hidden crap.

No setups required as long you have tibia installed at the original location, if you don’t its really easy to set up only need to go into the options menu and change the settings.

First time you run it, if you don’t have all the vocation hotkeys setup you need to make em first by using launcher and start with lets say paladin set all hotkeys in game.. leave the launcher open and exit tibia and it will remember those paladin hotkeys next time you start Tibia. Repeat for all vocations.

You can find it under Tips and Tricks or here.

You can also find a guide on how to make it your self there, its really easy!

Into the automap format (C++ client)

I. Introduction


I‘d recommend you to have some programming background – otherwise you might find it hard to understand some aspects of this article. I must mention something concerning this article: some content could be used to create hacking tools and bots. I am aware of this fact, but it is like with all tools: they can be used for good and for bad things. With a hammer you can either build a house or kill your neighbour, then please:
do something good for the community and don’t misuse your knowledge!
Another side note: the entire code you will see in here is written in Delphi XE2. It shouldn’t be hard to port it though.
In this article I will give you a detailed explanation of the Tibia map format (C++ client).

Continue reading