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

Wrong battlelist address #204

Open bpaczkowski opened 8 years ago

bpaczkowski commented 8 years ago

For Tibia 10.98. Right now it's 0xB3CF70, it should be 0x73CF70. Changing this allows the GPS to start, though the Z position for some reason is always at the bottom of the map which makes it unusable. The X and Y coordinates are correct though. I haven't had the chance to debug this further but it think it's something with the path finder or something close to it because in the debugger the mapCoordinates.z in MapPictureBox is always 15.

Mytherin commented 8 years ago

Should be fixed now, thanks. Not sure about the Z coordinate, will have to look into it.