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

Lua Unable to laod items.otb

xkevinz

Member
Joined
Aug 15, 2007
Messages
358
Reaction score
5
Im using a items.otb that was edited but its not working with the tfs i compiled. It keep saying unable to load item.otb, wrong client verison =/. Can someone help me
 
i got the same error but when i change to the items.otb that works, dp get buged! any idea?

Remove this in items.cpp and recompile
Code:
        [COLOR=#0000ff]else[/COLOR] [COLOR=#0000ff]if[/COLOR][COLOR=#008000]([/COLOR]Items[COLOR=#008080]::[/COLOR][COLOR=#007788]dwMinorVersion[/COLOR] [COLOR=#000040]![/COLOR][COLOR=#000080]=[/COLOR] CLIENT_VERSION_854[COLOR=#008000])[/COLOR]
        [COLOR=#008000]{[/COLOR]
                std[COLOR=#008080]::[/COLOR][COLOR=#0000dd]cout[/COLOR] [COLOR=#000080]<<[/COLOR] [COLOR=#FF0000]"[Error - Items::loadFromOtb] Another (client) version of items.otb is required."[/COLOR] [COLOR=#000080]<<[/COLOR] std[COLOR=#008080]::[/COLOR][COLOR=#007788]endl[/COLOR][COLOR=#008080];[/COLOR]
                [COLOR=#0000ff]return[/COLOR] ERROR_INVALID_FORMAT[COLOR=#008080];[/COLOR]
        [COLOR=#008000]}[/COLOR]
 
Back
Top