• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Niech ktos poda items.otb

Status
Not open for further replies.

Mikolaj

Banned User
Joined
Jun 11, 2010
Messages
92
Reaction score
2
No wiec mam zle item.otb np zle wczytuje
Wiec prosze dobre items.otb po wersje 8.54
 
Code:
 else if(Items::dwMinorVersion != CLIENT_VERSION_854)
        {
                std::clog << "[Error - Items::loadFromOtb] Another (client) version of items.otb is required." << std::endl;
                return ERROR_INVALID_FORMAT;
        }
 
Code:
 else if(Items::dwMinorVersion != CLIENT_VERSION_854)
        {
                std::clog << "[Error - Items::loadFromOtb] Another (client) version of items.otb is required." << std::endl;
                return ERROR_INVALID_FORMAT;
        }

To co kolega napisał znajdziesz w items.cpp usuń to to bedzie czytał każde item.otb
 
ej mi tez nie czyta items usunalem ta linijke i nadal unable to load items otb :/
 
Za ciężko do SVN zajrzeć ? Ściągnęliście za pewne z dobrym to użyjcie.
Mimo wszystko w SVN znajdziecie.
 
Status
Not open for further replies.
Back
Top