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

Windows [RME] Could not locate Tibia.dat and/or .spr on Tibia 10.53

SaintSeiya

New Member
Joined
Jan 3, 2015
Messages
27
Reaction score
0
Hi guys, I'm getting this following error message when opening a 10.53 map.

Could not locate Tibia.dat and/or Tibia.spr, please navigate to your Tibia 10.53 installation folder.

Since RME doesn't come with 10.53 support, I had to create it.

I created a folder on RME/data/ called 1053. and moved my items.xml and items.otb to this folder.

I also opened clients.xml and added the following lines:

Code:
<otb client="10.53" version="3" id="56"/>

and..

Code:
<client name="10.53" otb="10.53" default="true" visible="true" data_directory="1053">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31" to="10.53"/>
            <data datversion="10.50" sprversion="9.6" dat="0x54128727" spr="0x54128755"/>
        </client>

But this dat and spr codes in red are from Tibia 10.55, how can I get those from 10.53?

I believe that's why I'm getting the error message when opening the map.
 
Back
Top