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

HELPPPPP 7.6 MAPEDITOR!!

Kip Magic

New Member
Joined
Feb 5, 2017
Messages
12
Reaction score
0
I used to map 7.6 tibia maps. I was really good at it. Now when i open my map in the ot and edit it and try to add it back to the otfiles, the ot doesnt open. Can someone help me please???
 
Maybe try copying your distro's items.otb into the remeres 7.6 folder and making sure the map is on the right map version and client version and save the map on those settings. But the guy in the forum basically just said your distro isn't stable so depending on how much work you have into your datapack, I'd suggest finding a different distro to use.
 
whats distro? I never heard of that. When i made ots back in the day. 2007ish. I never heard that word. I feel like nooby as hell but idc lmao.
 
Also you could try going into client.xml in your remeres folder and change:

Code:
        <client name="7.6" otb="7.60" visible="true" data_directory="760">
            <otbm version="1"/>
            <extensions from="7.6" to="7.6"/>
            <data format="7.55" dat="0x439D5A33" spr="0x439852BE"/>
        </client>

To:

Code:
  <client name="7.6" otb="7.60" visible="true" data_directory="760">
            <otbm version="2"/>
            <extensions from="7.6" to="7.6"/>
            <data format="7.55" dat="0x439D5A33" spr="0x439852BE"/>
        </client>
 
Back
Top