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
184 stars 60 forks source link

Tibia 11 - some basic stuff #220

Open GalLuvton opened 7 years ago

GalLuvton commented 7 years ago

Regarding some rather basic stuff like HP, MP, cap, level, and such, you could look up this wonderful little colletion: Tibia11-addresses As to how to read those new values, check out this page Reading-Tibia11-addresses

This does not cover a lot of things, like the battle list or equipment, but it will be better than a full memory scan for the HP and MP values. Note that there is a pointer to the chat structure, but I don't know the new structure or how to read it. The forums there have a lot of information in general, just look around for it.

Mytherin commented 7 years ago

Thanks for the links. Since these addresses are linked to the Qt DLLs rather than to the Tibia client, does that mean they will not be invalidated every time the Tibia client gets patched? I like the current setup because I don't have to update memory addresses whenever CipSoft patches the client (which happens quite frequently currently).

GalLuvton commented 7 years ago

I can't say anything about the future, but so far, tibia was patched 3 times since I started reading from those, and they stayed the same. If anything, you can use them like you used the old ones: as long as they work, use them. When they don't, set to full memory scan

patchido commented 7 years ago

how can i make the healthlist work with this? i really love that feature but cant make it work, a guide would be cool