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

TabStructure #166

Closed Faceman8787 closed 7 years ago

Faceman8787 commented 7 years ago

Hi there,

does anyone of you know how the TabStructe is build? I have tried alot to find it out by myself but I dont get it right. I already found the address of chat name "Local Chat" and "Server Log", however I cannot read the lines of the chat. Any help woud be nice. I also tried to understand the written code of Tibialyzer but I did not help much much. Thx.

Edit: I got it by now. If anyone else is intersted in knowing, just send me a msg :) Thx anyway.

klief1 commented 7 years ago

@Faceman8787 how did u do it? did u do it on tibia 11?

Faceman8787 commented 7 years ago

I looked up the file Tibialyzer/blob/master/Tibialyzer/Managers/MemoryReader.cs and read the code. Before the update there was a method which was reading thourgh the tabs. Now I just had a quick look over it and could not find it. So no, I did not do it on tibia 11. Currently out of prem and time, thus I doubt I will do it in the next time.