• 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!

OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

SharpMapTracker v0.8.23 update by drac0ner

Changelog
Added support for Tibia 10.92

Download
SharpMapTracker v0.8.23

Notes
I quickly made an update for 10.92 support. Tested for only 1 minute, so it might not be stable.
As always you have to supply items.xml, items.otb, and Tibia.dat yourself.
Make sure you are using the files for the appropriate client version.
If the tracker says you are not using the correct version of items.otb you can ignore it.​
 
If someone wants test server map tracker use this:

Code:
ClientRsa = client.BaseAddress + 0x4638B0;
                ClientServerStart = client.BaseAddress + 0x5921F0;
                ClientServerEnd = client.BaseAddress + 0x5921F4;

and this:

Code:
public static readonly LoginServer[] DefaultServers =
        {
            new LoginServer("logintest99.tibia.com"),
            new LoginServer("logintest98.tibia.com")
        };
 
If someone wants test server map tracker use this:

Code:
ClientRsa = client.BaseAddress + 0x4638B0;
                ClientServerStart = client.BaseAddress + 0x5921F0;
                ClientServerEnd = client.BaseAddress + 0x5921F4;

and this:

Code:
public static readonly LoginServer[] DefaultServers =
        {
            new LoginServer("logintest99.tibia.com"),
            new LoginServer("logintest98.tibia.com")
        };

But where is the address to 10.92 ?

ClientRsa = client.BaseAddress + 0x45EA30;
ClientServerStart = client.BaseAddress + 0x58C098;
ClientServerEnd = client.BaseAddress + 0x58C09C;
ClientServerStep = 0x30;
ClientServerDistanceHostname = 0x04;
ClientServerDistanceIP = 0x1C;
ClientServerDistancePort = 0x28;
ClientServerMax = 10;
ClientSelectedCharacter = client.BaseAddress + 0x6CEF10;
ClientMultiClient = client.BaseAddress + 0x1AACB7;

ClientStatus = client.BaseAddress + 0x31CA38;//?

PlayerGoX = client.BaseAddress + 0x6D2028;
PlayerGoY = client.BaseAddress + 0x6D2020;
PlayerGoZ = client.BaseAddress + 0x6D2034;

ClientBattleListStart = client.BaseAddress + 0x72DE50;
 
I'm very busy with exams these days, but I quickly found the addresses for you guys if you want to test.

I do not know if they made any modifications in 10.93 or 10.94 which would break the sharpmaptracker, and I can't guarantee that these addresses are correct. But if they are, and no significant (for us) changes in the client happened in those two latest updates, the tracker should work.

Code:
ClientRsa = 0x464A30
ClientServerStart = 0x5931D0
ClientServerEnd = 0x5931D4

ClientSelectedCharacter = 0x6D6068
ClientMultiClient = 0x1AFDF7

PlayerGoX = 0x6D904C
PlayerGoY = 0x6D9044
PlayerGoZ = 0x6D9008

ClientBattleListStart = 0x735400

The rest should be the same.
 
I'm very busy with exams these days, but I quickly found the addresses for you guys if you want to test.

I do not know if they made any modifications in 10.93 or 10.94 which would break the sharpmaptracker, and I can't guarantee that these addresses are correct. But if they are, and no significant (for us) changes in the client happened in those two latest updates, the tracker should work.

Code:
ClientRsa = 0x464A30
ClientServerStart = 0x5931D0
ClientServerEnd = 0x5931D4

ClientSelectedCharacter = 0x6D6068
ClientMultiClient = 0x1AFDF7

PlayerGoX = 0x6D904C
PlayerGoY = 0x6D9044
PlayerGoZ = 0x6D9008

ClientBattleListStart = 0x735400

The rest should be the same.
works to the load client
I get some errors:
Code:
Plugin: Error while parsing, unknown optbyte 0x24 at id 2025
[Warning] This client requires the version 3.60 of items.otb.
Client successfully loaded.
and when I try login in the client the client won't connect, same trying logged in the client open the tracker don't appear anything in the tracker
 
SharpMapTracker v0.8.24 update by drac0ner and compiled by Felipe Monteiro
Changelog
Added support for Tibia 10.94
Download
Notes
I quickly made an update for 10.94 support. Tested for only 1 minute, so it might not be stable.
As always you have to supply items.xml, items.otb, and Tibia.dat yourself.
Make sure you are using the files for the appropriate client version.
If the tracker says you are not using the correct version of items.otb you can ignore it.

Special thanks to @drac0ner2 that always help us keep it updated !!​
 
SharpMapTracker v0.8.24 update by drac0ner and compiled by Felipe Monteiro

Changelog
Added support for Tibia 10.94

Download
SharpMapTracker v0.8.24

Notes
I quickly made an update for 10.94 support. Tested for only 1 minute, so it might not be stable.
As always you have to supply items.xml, items.otb, and Tibia.dat yourself.
Make sure you are using the files for the appropriate client version.
If the tracker says you are not using the correct version of items.otb you can ignore it.

Special thanks to @drac0ner2 that always help us keep it updated !!​

Hey @Felipe Monteiro, could you re-upload the compiled version please? And thank you for the effort! :)
 
Back
Top