• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Client loading "Tibia.spr" and "Tibia.dat"

That's not what I asked, I was wondering where the configuration info for the .spr and .dat would be stored. I've already got my own custom client.
 
You want the offsets? Here is mine from 8.7:

TibiaExe = 0X1CDB94;
TibiaDat = 0X1CDBD4;
TibiaSpr = 0X1CDBF0;
TibiaPic = 0X1CDC0C;

Fields are 28 bytes long, and NULL terminated/padded.

TibiaCfg for 854+ is TibiaPic + 36, 12 chars long and NULL terminated/padded.


You gave me a new idea tho, I can make a customclient edit tool (upload .exe, then download the edited one).
 
You want the offsets? Here is mine from 8.7:

TibiaExe = 0X1CDB94;
TibiaDat = 0X1CDBD4;
TibiaSpr = 0X1CDBF0;
TibiaPic = 0X1CDC0C;

Fields are 28 bytes long, and NULL terminated/padded.

TibiaCfg for 854+ is TibiaPic + 36, 12 chars long and NULL terminated/padded.


You gave me a new idea tho, I can make a customclient edit tool (upload .exe, then download the edited one).

thanks, and yeah. that would be useful. ;D
 
Back
Top