• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

OpenTibia [Tool] OTClientV8 Offline Map Explorer - Browse Your OTBM Maps Without a Server

Glaszcz Koldre

Veteran OT User
Joined
Mar 16, 2016
Messages
149
Reaction score
263
Warning: Project is still EXPERIMENTAL – expect bugs, freezes and occasional crashes. Some actions that normally wait for server packets will hang the client.

I've been working on a tool that lets you explore OT maps completely offline, and I wanted to share it with the community. This is a customized build of OTClientV8 designed specifically for OTBM map exploration - no server connection required.


What is it?

The OTClientV8 Offline Map Explorer is a standalone tool that loads your .otbm map files and lets you navigate through them just like in-game, but without needing a running server. Perfect for mappers, server owners who want to preview maps, or anyone needing to extract visual data from maps.

Quick demo:

Main Features​

  • Full offline map loading (.otbm) straight from disk - no server needed
  • Spawn Simulator – load your spawn.xml and see monsters appear in real-time
  • Explorer Tools – change server light, outfit, speed, mount, addons, etc.
  • Supports all client versions 7.40 → 12.20
  • Hot-reloading – edit the map in RME, save it, and the client reloads it instantly :)

How to prepare data/things/[version] folder​


Example: data/things/1098
  • Copy Tibia.spr + Tibia.dat from real Tibia client
  • Copy items.otb (you can take it from RME)
  • Put your .otbm map files here (you can have many)
  • Put your spawn.xml / monster.xml files here (also supports many)

    1764534987759.webp

How to use

  1. In “Enter Game” window change client version to the one you prepared (e.g. 1098)
  2. On login screen click the new button “Offline Map Explorer”
  3. Pick any .otbm file from your data/things/[version] folder
  4. Enjoy!

Controls in explorer:

  • Move → Arrow keys
  • Change floor → Mouse wheel
  • Zoom → Ctrl + Mouse wheel
  • Teleport → Ctrl + Left Click on map/minimap
Spawn Simulator:
Open the panel → choose spawn.xml → watch monsters spawn exactly like on a real server


1764535054300.webp

When you double click on a name, you can change its appearance. Its saved in data/spawn_data.json
Explorer Tools

Change global light, your outfit/mount/addons, walk speed, etc. – perfect for making cool screenshots or testing
Each setting is saved per map in data/explorer_state.json
1764535129346.webp



Live map editing

Edit the .otbm in Remere’s Map Editor while the client is running → save → client auto-reloads the map in <1 second.



Download & Source​


First release - Release v0.0.1-alpha · karolak6612/otclientv8-offline-map-explorer (https://github.com/karolak6612/otclientv8-offline-map-explorer/releases/tag/alpha)
GitHub: GitHub - karolak6612/otclientv8-offline-map-explorer: Mirror of official OTClientV8 (https://github.com/karolak6612/otclientv8-offline-map-explorer)



If you map, develop or just love playing with OT files – give it a try and let me know what you think!

Pull requests, bug reports and ideas are very welcome ❤️
 
Not sure if I'm just retarded but I'm just being met with this

View attachment 96478


1. Download source https://github.com/karolak6612/otclientv8-offline-map-explorer/archive/refs/tags/alpha.zip and unzip
2. Paste compiled binaries into source 3. Then go to folder "data"
4. in "data" create folder called "things"
5. in "things" create folder for client version -> for example "800"
6. in client folder paste "tibia.spr, tibia.dat, items.otb and map.otbm"

1764926292579.webp


It wont work with encrypted files.
 
Back
Top