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

Rme 10.10

Alvera

New Member
Joined
Jun 20, 2013
Messages
32
Reaction score
2
Hiho,

I'm trying to add 10.10 support to my map editor

I already added do clients.xml

Code:
      <otbs>
       <otb client="10.10" version="3" id="48"/>
      </otbs>

       <client name="10.10" default="true" visible="true" otb="10.10" data_directory="1010">
            <otbm version="3"/>
            <extensions from="8.20 - 8.31"/>
            <data datversion="9.6" sprversion="9.6" dat="0x51E3F8C3" spr="0x51E3F8E9"/>
        </client>

But when i try to open this client version i have only "Loading Tibia.dat (0%...) and then i have error to abort it :D

Can someone help,

Thanks
 
Have to update the RME (Sources) to be compatible with the new Dat and is
Code:
<otb client="10.10" version="3" id="50"/>
new otb version is id 50
I will try to update here and post in forum.
 
Back
Top