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

Windows Remer's Map Editor + TFS 0.4

Lava Titan

Developer
Joined
Jul 25, 2009
Messages
1,571
Solutions
3
Reaction score
98
Location
Portugal
Hello OTLand Fellow's.

I've been on holidays and now im back since school is back <_<
I got a server for some years that i normaly update to the recently Tibia Version.
But this time with TFS 0.4 (8.6) i started working on my server but i got a problem :$

Code:
[0:30:01.864] The Forgotten Server, version 0.4_DEV ()
[0:30:01.865] Compiled with GNU C++ version 3.4.5 (mingw special) at May  2 2010
, 17:33:45.
[0:30:01.870] A server developed by Elf, Talaturen, KaczooH, Stian and Kornholij
o.
[0:30:01.870] Visit our forum for updates, support and resources: http://otland.
net.

[0:30:01.871] >> Loading config (config.lua)
[0:30:01.873] >> Opening logs
[0:30:01.889] > Using SHA1 encryption
[0:30:02.220] >> Checking software version... running sub version, please mind i
t's unstable and only for testing purposes!
[0:30:02.221] > Current version information - version: 0.4_DEV, patch: 0, build:
 0, timestamp: 1272813899.
[0:30:02.221] > Latest version information - version: 0.3.6, patch: 0, build: 32
93, timestamp: 1260652199.
[0:30:02.222] >> Loading RSA key
[0:30:02.222] >> Starting SQL connection
[0:30:02.227] >> Running Database Manager
[0:30:02.993] > Optimizing table: account_viplist... [success]
[0:30:03.019] > Optimizing table: accounts... [success]
[0:30:03.044] > Optimizing table: bans... [success]
[0:30:03.058] > Optimizing table: environment_killers... [success]
[0:30:03.076] > Optimizing table: global_storage... [success]
[0:30:03.091] > Optimizing table: guild_invites... [success]
[0:30:03.131] > Optimizing table: guild_ranks... [success]
[0:30:03.152] > Optimizing table: guilds... [success]
[0:30:03.167] > Optimizing table: house_auctions... [success]
[0:30:03.261] > Optimizing table: house_data... [success]
[0:30:03.305] > Optimizing table: house_lists... [success]
[0:30:03.322] > Optimizing table: houses... [success]
[0:30:03.405] > Optimizing table: killers... [success]
[0:30:03.474] > Optimizing table: player_deaths... [success]
[0:30:03.489] > Optimizing table: player_depotitems... [success]
[0:30:03.537] > Optimizing table: player_items... [success]
[0:30:03.553] > Optimizing table: player_killers... [success]
[0:30:03.585] > Optimizing table: player_namelocks... [success]
[0:30:03.610] > Optimizing table: player_skills... [success]
[0:30:03.625] > Optimizing table: player_spells... [success]
[0:30:03.660] > Optimizing table: player_storage... [success]
[0:30:03.691] > Optimizing table: player_viplist... [success]
[0:30:03.749] > Optimizing table: players... [success]
[0:30:03.764] > Optimizing table: server_config... [success]
[0:30:03.781] > Optimizing table: server_motd... [success]
[0:30:03.841] > Optimizing table: server_record... [success]
[0:30:03.902] > Optimizing table: server_reports... [success]
[0:30:03.941] > Optimizing table: tile_items... [success]
[0:30:03.957] > Optimizing table: tiles... [success]
[0:30:03.958] >> Loading items
[0:30:04.326] >> Loading groups
[0:30:04.328] >> Loading vocations
[0:30:04.331] >> Loading script systems
[0:30:05.241] >> Loading chat channels
[0:30:05.244] >> Loading outfits
[0:30:05.251] >> Loading experience stages
[0:30:05.252] >> Loading monsters
[0:30:05.958] >> Loading mods...
[0:30:05.960] > Loading buypremium_command.xml... done.
[0:30:05.962] > Loading changender_command.xml... done.
[0:30:05.970] > Loading custommonsters.xml... done.
[0:30:05.983] > Loading firstitems.xml... done.
[0:30:05.986] > 5 mods were loaded.
[0:30:05.987] >> Loading map and spawns...
[0:30:06.024] > FATAL: OTBM Loader - Could not open the file data/world/FlammingVets.

I used Remer's Map Editor 2.0 to update my map to Map Version: 0.6.1 - Client Version: 8.60 but when i start the server i get that error and i dont get it...

Would someone help me and tell me whats the problem please?

Im Using TFS 0.4 - Client Version 860
Remer's Map Editor 2.0 - Map Version 0.6.1

Config.lua

I checked everything about the map in config.lua and theres no errors.

Thanks,
:peace:Lava Titan:peace:


FlammingVets.gif
 
rme 2.0 and 2.1 uses two versions of otserv otb, and tfs have another one by default
ofc best option is using otb from me in serv, it CAN be the problem
also, in 0.4a1 you have to put whole file name, with extension, maybe this?
 
I tried loading my serv with TFS 4.0 too and I'm havin problems too. I used SimOne's Map Editor and it worked. Hope that helps, other then that wait for another RME bug update or so.
 
I tried loading my serv with TFS 4.0 too and I'm havin problems too. I used SimOne's Map Editor and it worked. Hope that helps, other then that wait for another RME bug update or so.

That's an error with an old items.otb packaged with Remere's editor. Just copy yours from the server files to the editor and it will work
 
Lava Titan you should put the name with.otbm like this in your config.lua:

-- Map
-- NOTE: storeTrash costs more memory, but will perform alot faster cleaning.
mapName = "flammingvets.otbm"
mapAuthor = "Lava Titan"
randomizeTiles = true
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = ""
 
Back
Top