• 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 [10.76] Remere's Map Editor

Add this to clients.xml in Remere's Map Editor\data

OTB List:
Code:
<otb client="10.37" version="3" id="55"/>

Client versions list:
Code:
 <client name="10.37" otb="10.37" visible="true" data_directory="1037">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.37"/>
            <data datversion="10.10" sprversion="9.6" dat="0x531EA82E" spr="0x531EA856"/>
        </client>
Como obter o codigo do spr e o dat? :D
 
Use Google and search for hexeditor download, and use google too for how to find tibia .dat signature.
 
Add this to clients.xml in Remere's Map Editor\data

OTB List:
Code:
<otb client="10.37" version="3" id="55"/>

Client versions list:
Code:
 <client name="10.37" otb="10.37" visible="true" data_directory="1037">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.37"/>
            <data datversion="10.10" sprversion="9.6" dat="0x531EA82E" spr="0x531EA856"/>
        </client>
Did that, changed it for 10.36 but it still asks for SPR/Dat for client 10.35, is that normal?
 
Did that, changed it for 10.36 but it still asks for SPR/Dat for client 10.35, is that normal?
for 10.35 you need to change
dat="0x531EA82E" spr="0x531EA856"/>


How to do this:

to get file signature open it in hex editor and look at first 4 bytes
signature is reversed so if you see in hex editor this:
A7 D5 AE 52
signature is this(without spaces):
52 AE D5 A7

If new dat doesn't load, it means that client creators changed something in it's structure - added new attribute or new thing type. It has to be considered in adding new version support for all kinds of client editors. He probably edit sources and compile it till he get wanted result.


Post from zibizu: http://otland.net/threads/mark.206477/

Cant Upload my Remere because i have no Internet till 16. April and my SSD is destroyed >_>

Atm i have Internet because i visted a friend.
 
Uhm, i got this when i was navigating the 10.35.
wasdwa.png

And when i clicked ok i got a empty folder, i've checked the client and yes it's 10.35.

wasfgawds.png
Any clue?
 
my map load all black, someone know what bug is this? is wrong items.otb? or what? Also how add monsters and npcs to remere?

like import new monsters and npc

now all works fine for me, only the missed lib to compile, other things is ok
 
Last edited by a moderator:
Doesn't work;

12c8f9ce9c67ef9533af47f3dbda080d.png
Please any solution for this problem
 
Back
Top