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

8.6 items.otb of rme outdated.

Pietia

Active Member
Joined
Jan 13, 2008
Messages
2,147
Reaction score
48
Location
Poland
The items.otb of remere map editor 2.0 are outdated and you should use http://opentibia.svn.sourceforge.net...?revision=5510 to avoid debugs in game ,unfortunetly remere is unavaiable for like month so no1 can tell him except rl friend which I do not know to update items.otb in rme because those two items.otb aren't compatible with eachother so u will have to redo 8.6 areas in new items.otb .
to install it :
change in sources in itemloader.h in clientVersion_t function
Code:
CLIENT_VERSION_860_OLD = 19,
CLIENT_VERSION_860 = 20
and items.cpp
if u have such line :
Code:
else if(Items::dwMinorVersion != 19)
it should be changed to
Code:
else if(Items::dwMinorVersion != CLIENT_VERSION_860)
Unfortunetly u can't tell rme to use new items.otb so u have to 2 ways to do this:
1.Wait for remere to update items.otb in his rme.
2.Use Simone map editor he have correct items.otb there.
 
Finally remere is back and he did updated items.otb so this is useless now :)
 
Back
Top