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

Problem doors

dervin13

Active Member
Joined
Apr 26, 2008
Messages
458
Solutions
1
Reaction score
28
[18:12:58.364] [Warning - Items::loadFromXml] Unknown key value specialDoor
[18:12:58.364] [Warning - Items::loadFromXml] Unknown key value transformUseTo
[18:12:58.364] [Warning - Items::loadFromXml] Unknown key value closingDoor
[18:12:58.365] [Warning - Items::loadFromXml] Unknown key value transformUseTo

how to solve it?
 
Delete attribute lines with specialDoor, transformUseTo and closingDoor from items.xml.
Then use the doors.lua and closingdoor.lua scripts for your server version that you forgot to mention and add the doors tables to 000-constant.lua.
 
can you help me? its 0.4 DEV TFS , version 3777 i already tried a lot of things... where i can found it?
 
From the default datapack, or you can also use the one for TFS 0.3.6.
Then copy the door tables from 000-constant.lua (data/lib) and add it to the constant.lua in your datapack.
 
Back
Top