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

TFS 1.X+ No depot tiles

Eska

New Member
Joined
Aug 11, 2019
Messages
5
Reaction score
0
Hello,

I'm learning how TFS works, i downloaded Forgotten Server 0.4 for 8.6 and used datapack with map (called Emporia VAPus)
Already managed to fix console errors while server runs, but when I'm in game in facing issue with depot tiles, need some advice how to approach this, really don't know where to look for the problem.

ss1.png

Server log:

Code:
[16:40:05.555] The Forgotten Server 0.4

[16:40:05.562] >> Loading config (config.lua)
[16:40:05.604] >> Opening logs
[16:40:05.614] > Using SHA1 encryption
[16:40:05.616] >> Loading RSA key
[16:40:05.617] >> Starting SQL connection

[16:40:05.632] > WARNING: max_allowed_packet might be set too low for binary map storage.
[16:40:05.635] Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;
[16:40:05.640] >> Running Database Manager
[16:40:09.207] > Optimizing table: house_data... [success]
[16:40:09.210] >> Loading items (OTB)
[16:40:09.289] >> Loading items (XML)
[16:40:09.411] [Warning - Items::loadFromXml] Unknown key value blocksolid
[16:40:09.415] [Warning - Items::loadFromXml] Unknown key value blocksolid
[16:40:09.451] >> Loading groups
[16:40:09.470] >> Loading vocations
[16:40:09.481] >> Loading outfits
[16:40:09.489] >> Loading chat channels
[16:40:09.503] >> Loading script systems

[16:40:11.359] [Error - TalkAction Interface]
[16:40:11.361] data/talkactions/scripts/Woe/woe.lua
[16:40:11.362] Description:
[16:40:11.363] cannot open ./_woe.lua: No such file or directory
[16:40:11.365] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/Woe/woe.lua)


[16:40:11.370] [Error - TalkAction Interface]
[16:40:11.372] data/talkactions/scripts/Woe/woe.lua
[16:40:11.374] Description:
[16:40:11.376] cannot open ./_woe.lua: No such file or directory
[16:40:11.381] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/Woe/woe.lua)


[16:40:11.391] [Error - TalkAction Interface]
[16:40:11.393] data/talkactions/scripts/Woe/register_woe.lua
[16:40:11.397] Description:
[16:40:11.398] cannot open ./_woe.lua: No such file or directory
[16:40:11.401] [Warning - Event::loadScript] Cannot load script (data/talkactions/scripts/Woe/register_woe.lua)

[16:40:12.786] >> Loading mods...
[16:40:12.794] > Loading buypremium_command.xml... done.
[16:40:12.803] > Loading changender_command.xml... done.
[16:40:12.812] > Loading cleanhouse.xml... done.
[16:40:12.837] > Loading custommonsters.xml... done.
[16:40:12.883] > Loading customspells.xml... done.
[16:40:12.911] > Loading firstitems.xml... done.
[16:40:12.919] > Loading highscorebook.xml... done.
[16:40:12.929] > Loading rep.xml... done, but disabled.
[16:40:12.938] > Loading ZaoShard.xml... done.
[16:40:12.940] > 9 mods were loaded (1 disabled).
[16:40:12.942] >> Loading experience stages
[16:40:12.945] >> Loading monsters
[16:40:14.488] [Warning - Monsters::loadMonster] Duplicate registered monster with name: Training Monk
[16:40:15.607] >> Loading map and spawns...
[16:40:17.130] > Map size: 33536x33024.
[16:40:17.132] > Map descriptions:
[16:40:17.133] "Saved with Remere's Map Editor 2.1"
[16:40:17.135] ""
[16:40:18.772] [Warning - IOMap::loadMap] Movable item in house: 2129, item type: 10760, pos 32292/31670/8
[16:40:25.968] > Map loading time: 10.356 seconds.
[16:40:27.856] [Spawn::addMonster] Cannot find "Captain Tiberius"
[16:40:29.517] [Spawn::addMonster] Cannot find "Sharon"
[16:40:29.531] [Spawn::addMonster] Cannot find "Elgar"
[16:40:30.587] [Spawn::addMonster] Cannot find "a sleeping dragon"
[16:40:30.848] [Spawn::addMonster] Cannot find "Awareness Of The Emperor"
[16:40:31.017] > Data parsing time: 5.047 seconds.
[16:40:55.171] > Houses synchronization time: 24.152 seconds.
[16:40:55.223] > Content unserialization time: 0.041 seconds.
[16:40:55.226] >> Checking world type... Open PvP
[16:40:55.228] >> Initializing game state and binding services...
[16:40:55.781] > Global IP address: 127.0.0.1
[16:40:55.783] > Local IP address(es): 192.168.0.101
[16:40:55.785] > Bound ports: 7171      7172
[16:40:55.786] >> Everything smells good, server is starting up...
[16:40:55.789] >> Emporia server Online!

[16:40:56.778] > Saving server...
[16:40:57.402] > SAVE: Complete in 0.622 seconds using binary house storage.
 
not really, no

Edit:

Oh, You were right. Pasted again items folder from datapack and its working.
Thank You for the hint.
 
Back
Top