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

Mapping bugs

zitubia

New Member
Joined
Sep 30, 2007
Messages
45
Reaction score
0
Hi, I have a problem.

I just downloaded a datapack but i cannot open the map correctly.

I can only use the servers items.otb but it make the map look wierd.
This is in RME with the two item.otbs
otberror.jpg

Is there any way to update/downgrade the otb so i may use this datapack.
Ive tried to use an otitemeditor to save the otb that works with no success.

Thanks in advance
Zitubia
 
Does it work with the items.otb you got from the datapack? << Try that and then try the distro items.otb.

What items.otb you cant use?
 
Does it work with the items.otb you got from the datapack? << Try that and then try the distro items.otb.

What items.otb you cant use?
I cant use the datapack one with the distro.
It gives me the finger and says.

Code:
[Error - Items::loadFromOtb] Another (client) version of otb is required.

ERROR: Unable to load items (OTB)
 
well even if im using an older version will i still have same problem with items.otb
I tried the 8.62 version
[8.62] The Forgotten Server v0.2.8 (Mystic Spirit)
Same story.
 
else if(Items::dwMinorVersion != CLIENT_VERSION_861)
{
std::clog << "[Error - Items::loadFromOtb] Another (client) version of items.otb is required." << std::endl;
return ERROR_INVALID_FORMAT;
}
i know its that i sould remove but i have no idea how to compile
 
I had the same problems. What you do is, you copy the 'items' folder from the distro's server and paste it in the map editors files. Then you have to change the map again, so its works. No different way. I had to change my map too. Sorry about that mate.
 
Back
Top