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

Bug with signs, blackbloards and readables

soviec

New Member
Joined
Jun 7, 2012
Messages
11
Reaction score
1
Hello, everyone. How are you? Hope your doing fine.

Lately I've been facing a annoying bug in my server. My signs, blackboards, graveyards and everything that is readable won't work. The image below shows it.
1594952475763.png
I tried to change the sign properties in the .Dat editor, like the image below, by marking the "readable" and rising the readlength from 0 to 4. It didn't work aswell

1594952634493.png

I noticed many people is having this error and none of them got answers.
About the items.otb and items.xml, I'm using the same in the server and remeres.
I also tried to add the attribute "readable" with the ="1" value in the items.xml, it didn't work aswell.

Anyway, this is it. If anyone knows how to help me, I'll be really gratefull. Thanks buds!
 
having the same problem in tfs 1.5 up
edit, solved
Lua:
<item fromid="1426" toid="1427" article="an" name="unlit campfire" />
    <item id="1428" article="a" name="campfire" />
    <item fromid="1429" toid="1434" article="a" name="sign">
        <attribute key="allowDistRead" value="true" />
    </item>
    <item id="1435" article="a" name="dragon flag" />
    <item id="1436" article="a" name="castle flag" />
    <item id="1437" article="a" name="flag of World" />
    <item fromid="1438" toid="1439" article="a" name="street sign">
        <attribute key="allowDistRead" value="true" />
    </item>
    <item fromid="1440" toid="1441" article="a" name="sign">
        <attribute key="allowDistRead" value="true" />
    </item>
    <item id="1442" article="a" name="statue">
        <attribute key="rotateTo" value="1476"/>
    </item>
 
Last edited:
Well, i'm using TSF 0.3/0.4 but my items.xml is only

XML:
    <item fromid="1429" toid="1434" article="a" name="sign" />

Maybe the problem is in your compiler (such as '.cpp' files)
 
Back
Top