• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Error 0.4

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
I'm running a server 0.3.6 compiled on tfs server 0.4
I got 2 problems on items

Not Work <item id="2709-2710" article="a" name="dead tree"/>

Worker <item ifromid="2709" toid="2710" article="a" name="dead tree"/>

Any way I can change this in the source for not having to edit thousands of items?

Other
[18:59:28.901] [Warning - Items::loadFromXml] Unknown key value transformUseTo
[18:59:28.901] [Warning - Items::loadFromXml] Unknown key value closingDoor

PHP:
    <item id="3538" article="a" name="closed door">
        <attribute key="type" value="door"/>
        <attribute key="blockprojectile" value="1"/>
        <attribute key="transformUseTo" value="3539"/>
    </item>

I need change, or simply remove
i using rev 3884
 
Last edited:
Back
Top