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

Inavlid OTB

@crolly why not :S?

@vidy
i have 8.6 items folder
i tried to use the one in the same thread, and i tried to use the on in rme
 
If Cyko tell me what row in items.cpp, then i can do it for you. Then reupload.
 
If Cyko tell me what row in items.cpp, then i can do it for you. Then reupload.

items.cpp
Code:
	else if(Items::dwMinorVersion != 19)
	{
		std::cout << "[Error - Items::loadFromOtb] Another (client) version of items.otb is required." << std::endl;
		return ERROR_INVALID_FORMAT;
	}

replace with
Code:
	/*else if(Items::dwMinorVersion != 19)
	{
		std::cout << "[Error - Items::loadFromOtb] Another (client) version of items.otb is required." << std::endl;
		return ERROR_INVALID_FORMAT;
	}*/

or replace 19 to CLIENT_VERSION_860 or delete

there!
 
I will be done with the update in 1 hour 30min because im at school now! i will add extra codes in the server and fix few bugs.
 
Back
Top