• 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

I get some adressess for tibia 10.81. It load's client, but I'm unable to login into Tibia. My adressess:

Code:
else if (client.Version == ClientVersion.Version1081)
            {
                ClientRsa = client.BaseAddress + 0x4496B0;
                ClientServerStart = client.BaseAddress + 0x570A64;
                ClientServerEnd = client.BaseAddress + 0x570A68;
                ClientServerStep = 0x30;
                ClientServerDistanceHostname = 0x04;
                ClientServerDistanceIP = 0x1C;
                ClientServerDistancePort = 0x28;
                ClientServerMax = 10;
                ClientSelectedCharacter = client.BaseAddress + 0x610004;
                ClientMultiClient = client.BaseAddress + 0x158310;

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

                PlayerGoX = client.BaseAddress + 0x5D5030;
                PlayerGoY = client.BaseAddress + 0x5D5028;
                PlayerGoZ = client.BaseAddress + 0x5D5004;

                ClientBattleListStart = client.BaseAddress + 0x6100E0;
            }
 
I finally get the correct adressess for test server. But it's not all, what is needed for get it working. It need's a lot of changes in source of map tracker. I will finish it today's evening and upload it here.
 
The map generation can be very slow, can take several hours to generate map from 1hour~ recording.
Anybody else experiencing this?
 
I finally get the correct adressess for test server. But it's not all, what is needed for get it working. It need's a lot of changes in source of map tracker. I will finish it today's evening and upload it here.

hope the dont change address's with official launch.

The map generation can be very slow, can take several hours to generate map from 1hour~ recording.
Anybody else experiencing this?

Yes, it takes ages for it to complete....
 
Why not make a video teaching how to get the address of memory?
So anyone can get and update.
 
if you make the update add max file size so it wont overload like:
The map generation can be very slow, can take several hours to generate map from 1hour~ recording.
Anybody else experiencing this?
make max file 10 mb or separate file for z level
 
Could some1 please tell me how to fix this?


[4.18] Tracking 1364051.recording (1 of 1).
Exception while tracking 1364051.recording. Details: Insufficient message size.

Thank U! XO
 
Back
Top