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

Wrong OTB file for TFS 0.3.6

pimmie2333

New Member
Joined
Feb 12, 2008
Messages
24
Reaction score
1
Hello,

Today I've added the 8.54 items.otb and xml to my OTserver.
I have followed a guide of Remere, from 2 months ago, for how to do this.
Anyways, when starting up my server, it would say: Error loading items.otb , unable to load items.otb.

This error should be fixable by changing something in your sources.
This is what I was told to do by someone:
in itemloader.h
change
CLIENT_VERSION_841 = 13,
CLIENT_VERSION_842 = 14,
CLIENT_VERSION_850 = 15,
CLIENT_VERSION_854 = 16,
};

enum rootattrib_{

with

CLIENT_VERSION_841 = 13,
CLIENT_VERSION_842 = 14,
CLIENT_VERSION_850 = 15,
- CLIENT_VERSION_854 = 16
+ CLIENT_VERSION_854_BAD = 16,
+ CLIENT_VERSION_854 = 17,
};

enum rootattrib_t{

After doing so, the error was still there (I recompiled ofc.).

My question is if anyone could help me fixing my problem? I have TFS 0.3.6, and it won't open with the new items.otb .

Thanks,
Pimmie
 
By making a new folder with fresh files, I compiled it again after making the same changes, this time it worked ;)
I copied all the folders into my official one and done.

Yet now I have to find the right items.xml , because there are duplicated item ID's and barely any of the 'new' items are added.

Thank you for your help, Cykotitan.

King regards,
Pim
 
Back
Top