Buguslavv / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

PrintText for 8.00 - missing addresses #241

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I needed those addresses and finally found them and have an app working 
flawlessly (no debugs).

Wanted to share the addresses (HEX format ofc ;P).
I've also used the code convention used in next Tibia version memory addresses 
file, so it's simple copy-paste ;)

TextDisplay.PrintName = 0x4DFFE4;
TextDisplay.PrintFPS = 0x44DE53;
TextDisplay.ShowFPS = 0x60C7D4;
TextDisplay.PrintTextFunc = 0x4A30F0;
TextDisplay.NopFPS = 0x44DD8F;

kthxbye :)
ufo@TPForums

Original issue reported on code.google.com by ghorre on 22 Nov 2011 at 9:00