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

Official Items?

Syntax

Developer
Joined
Oct 10, 2007
Messages
2,890
Reaction score
466
Location
Texas
uhm ok well I had a map that I mapped using the beta items, then i got remeres 8.2 editor and fixed it with the official items, but now TFS wont run the map cause it wont accept the items. The Otserv sources will, but TFS wont, is TFS going to be revised to work with the official items from otserv or will they have their own otb? I need to know if i should fix my map with the items on the newest trunk revision of TFS or if I should just wait.
 
ok thankyou, i just needed to know if they had their own otb now or something, ill just script in the mean time. ;p thankyou again
 
We use oficial items.otb version and i updated my map here and worked fine with rme mapeditor
 
yeah rev 1023 (tags) works pretty good for me atm. :) im content
 
Download RME mapeditor and goto edit>properties and chose 8.20 and save the map and this will be updated

And use this SQL queries for you not get bugs on your items and map
DELETE FROM `tile_items` WHERE `itemtype` >= 8000
DELETE FROM `player_items` WHERE `itemtype` >= 8000
DELETE FROM `player_depotitems` WHERE `itemtype` >= 8000
 
Having some troubles with forgottenserver Trunk last REV 1011 using it with 820 maps. The deal is I already changed the items version in the source code to OTB version 3, everything compiles well.

Then I use the new OTB file and latest items.xml use on Tags REV 1025 and place them in my Trunk DATA folder, everything fine until I use the .exe then I get lots of this errors:

To make them short all the same and resume on to this ones:

Code:
[05/08/2008  10:59:45] Warning: [Items::loadFromXml] Unknown key value floorchange
[05/08/2008  10:59:45] Warning: [Items::loadFromXml] Unknown type door
[05/08/2008  10:59:45] Warning: [Items::loadFromXml] Unknown key value blockprojectile

So whats the deal here… Something in the map? Im using RMEs latest editor and changed map to 8.20 version...or is TFS items not compatible with RME's?
Can trunk source being modify in items version be able to work? Or… how to fix those errors.
NOTE: Using a brand new DB so, no buged 8.20 items on tiles nor players besides the ones placed with RME’s map editor.
 
Use latest rev of tags and will work fine trunk not support it still and is not stable
 
@up

Thanks alot, knowing this I can stop smashing my head against the wall trying to fix something that it's not in my MAP but in the source it self (a little high league for me right now, maybe in the future):D
 
Last edited:
ye same i was trying to use trunk, but tags worked when i compiled latest rev >.<
 
Back
Top