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

Compiling Error when I compiled my Server

Vanisto

New Member
Joined
Apr 13, 2013
Messages
14
Reaction score
0
Hello Otland,

I have compiled my already excisting evolutions-xml (8.0)
It should be exactly the same as the already excisting .exe but i get this error

PHP:
Loading items.otb... Not supported items.otb client version.

Error: Unable to load data/items/items.otb!

While when I execute the original .exe this message appears:
PHP:
Warning: [OTBM Loader] This map needs and updated items OTB file.
\
But that aint a fatal error.

Does anyone know how this suddenly occurs? and how I should fix this?

Thx in advance,
Jorick

- - - Updated - - -

Removed this now:
PHP:
else if(Items::dwMinorVersion != CLIENT_VERSION_792){
		std::cout << "Not supported items.otb client version." << std::endl;
		return ERROR_INVALID_FORMAT;
	}

It works but i suppose this aint the right way to do this :o
 
Back
Top