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

Items.otb version

Joined
Sep 11, 2018
Messages
61
Solutions
1
Reaction score
8
Hi, I was wondering how to know your items.otb version? Because right now I have this in items editor:
Code:
<client version="1146" description="Client 11.46" otbversion="60" datsignature="4956" sprsignature="59A5492C"/>
and everytime I try to open my items.otb it gives me an error about the client not being compatible even tho it's the one that I use for my ot with that items.otb.
 
For me the easiest way to do it is to print theese values: otland/forgottenserver

Thats the way I did when I needed it. It will print once you open the server.

Also, if it says you have the wrong client version, then maybe you have the wrong dat and spr signatures in your xml, have you checked that? Are your clients dat and spr signatures indeed 4956 and 59A5492C?
 
For me the easiest way to do it is to print theese values: otland/forgottenserver

Thats the way I did when I needed it. It will print once you open the server.

Also, if it says you have the wrong client version, then maybe you have the wrong dat and spr signatures in your xml, have you checked that? Are your clients dat and spr signatures indeed 4956 and 59A5492C?
The signatures are right I triple checked it. I guess I will try to do your solution then. And how do you add a custom items.otb? When I tried that the whole server just crashed do I have to change something in the sources as well?
 
Back
Top