• 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.8 update by Jo3Bingham

Changelog
Added support for Tibia 10.30
Added support for Tibiacast 4.18

Download
SharpMapTracker v0.8.8

Known Bugs
Sometimes areas of a map are also added to the level above it. Unfortunately, a fix has not been implemented for this yet.
You may get a packet errors, ignore them. It should not effect tracking.

Notes
You have to supply items.xml, items.otb, and Tibia.dat yourself.

I didn't get to fully test it, just enough to know that it works.
If you encounter any bugs with this version, please let me know.​
 
SharpMapTracker v0.8.8 update by Jo3Bingham

Changelog
Added support for Tibia 10.30
Added support for Tibiacast 4.18

Download
SharpMapTracker v0.8.8

Known Bugs
Sometimes areas of a map are also added to the level above it. Unfortunately, a fix has not been implemented for this yet.
You may get a packet errors, ignore them. It should not effect tracking.

Notes
You have to supply items.xml, items.otb, and Tibia.dat yourself.

I didn't get to fully test it, just enough to know that it works.
If you encounter any bugs with this version, please let me know.​

haha
you've done again :)
 
SharpMapTracker v0.8.8 update by Jo3Bingham

Changelog
Added support for Tibia 10.30
Added support for Tibiacast 4.18

Download
SharpMapTracker v0.8.8

Known Bugs
Sometimes areas of a map are also added to the level above it. Unfortunately, a fix has not been implemented for this yet.
You may get a packet errors, ignore them. It should not effect tracking.

Notes
You have to supply items.xml, items.otb, and Tibia.dat yourself.

I didn't get to fully test it, just enough to know that it works.
If you encounter any bugs with this version, please let me know.​
Joe, no words..
You're awesome man !
 
Can you not wait 10 seconds? This update literally came out today. I'm in college, I have finals, I don't live and breath updating this tracker. You make me not want to update it, but others shouldn't suffer because of your negligence. Stop tagging me in this thread when Tibia updates, I know when there is a new update. I'm not stupid. Just stop.
 
Can you not wait 10 seconds? This update literally came out today. I'm in college, I have finals, I don't live and breath updating this tracker. You make me not want to update it, but others shouldn't suffer because of your negligence. Stop tagging me in this thread when Tibia updates, I know when there is a new update. I'm not stupid. Just stop.
Ok, I'm so sorry man. I won't do it again !
 
Can you not wait 10 seconds? This update literally came out today. I'm in college, I have finals, I don't live and breath updating this tracker. You make me not want to update it, but others shouldn't suffer because of your negligence. Stop tagging me in this thread when Tibia updates, I know when there is a new update. I'm not stupid. Just stop.

Respect for ya :)
 
SharpMapTracker v0.8.9 update by Jo3Bingham

Changelog
Added support for Tibia 10.31

Download
SharpMapTracker v0.8.9

Known Bugs
Sometimes areas of a map are also added to the level above it. Unfortunately, a fix has not been implemented for this yet.
You may get a packet errors, ignore them. It should not effect tracking.

Notes
You have to supply items.xml, items.otb, and Tibia.dat yourself.

I didn't get to fully test it, just enough to know that it works.
If you encounter any bugs with this version, please let me know.​
 
SharpMapTracker v0.8.9 update by Jo3Bingham

Changelog
Added support for Tibia 10.31

Download
SharpMapTracker v0.8.9

Known Bugs
Sometimes areas of a map are also added to the level above it. Unfortunately, a fix has not been implemented for this yet.
You may get a packet errors, ignore them. It should not effect tracking.

Notes
You have to supply items.xml, items.otb, and Tibia.dat yourself.

I didn't get to fully test it, just enough to know that it works.
If you encounter any bugs with this version, please let me know.​
Thank you Joe, I'm sorry for today !
 
Tibia somehow blocked map tracker. You can't login when you have opened map tracker :(
 
An update would be possible before the end of the current test server? 10:32 version?

Thank you all.
 
Hey joe, PM me if you have interest in adding support for TTM files in the tracker
 
SharpMapTracker v0.8.9.1 update by Jo3Bingham

Changelog
Added support for Tibia Test Server 10.32

Download
SharpMapTracker v0.8.9.1

Known Bugs
Sometimes areas of a map are also added to the level above it. Unfortunately, a fix has not been implemented for this yet.
You may get a packet errors, ignore them. It should not effect tracking.

Notes
You have to supply items.xml, items.otb, and Tibia.dat yourself.

I didn't get to fully test it, just enough to know that it works.
If you encounter any bugs with this version, please let me know.​
 
You Is The Best... :)

Edit:
Working 100%
 
Last edited:
SharpMapTracker v0.8.9.1 update by Jo3Bingham

Changelog
Added support for Tibia Test Server 10.32

Download
SharpMapTracker v0.8.9.1

Known Bugs
Sometimes areas of a map are also added to the level above it. Unfortunately, a fix has not been implemented for this yet.
You may get a packet errors, ignore them. It should not effect tracking.

Notes
You have to supply items.xml, items.otb, and Tibia.dat yourself.

I didn't get to fully test it, just enough to know that it works.
If you encounter any bugs with this version, please let me know.​

Good job Jo
 
@Jo3Bingham
Can you explain this for me ?-- because i'm a little confused :3
Code:
private void loadClientToolStripMenuItem_Click(object sender, EventArgs e)
        {
            try
            {
                var chooserOptions = new ClientChooserOptions();
                chooserOptions.Smart = true;
                chooserOptions.ShowOTOption = true;
                chooserOptions.OfflineOnly = true;

                var c = ClientChooser.ShowBox(chooserOptions, this);

                if (c != null)
                {
                    if (c.Version.OtbMajorVersion != otItems.MajorVersion || c.Version.OtbMinorVersion != otItems.MinorVersion)
                        Trace.WriteLine("[Warning] This client requires the version " + c.Version.OtbMajorVersion + "." + c.Version.OtbMinorVersion + " of items.otb.");

                    c.EnableProxy();
                    Client = c;
                    Trace.WriteLine("Client successfully loaded.");
                }
            }
            catch (Exception ex)
            {
                Trace.WriteLine("[Error] Unable to load tibia client. Details: " + ex.Message);
            }
        }

does that mean the version of client depend on the version of item.otb ?
or there is a version check because i can't see version check anywhere else ..
just in this file MainForm.cs
 
Back
Top