• 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
13
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)
 
help me with this. Im using Itens.otb 12+ in otx2 8.6
It would be better, if you create own thread describing own problem.

Where did you get this items.otb for 12+?
Is it copy from 12+ protocol TFS 1.6 or you generated it from Tibia client 12+ using some tool?
How did you downgrade it to 8.6? Editor had to remove a lot of information, to make this compatible with OTS 8.6 items.otb format. What tool did you use to do it?
and most important question: Are sings descriptions only problem, when you use that items.otb or there are problems with other item attributes too?

There is no allowDistRead attribute in items.xml on OTX2. OTX2 loads this attribute only from items.otb and it can't be overwritten by items.xml without changes in C++.
 
It would be better, if you create own thread describing own problem.

Where did you get this items.otb for 12+?
Is it copy from 12+ protocol TFS 1.6 or you generated it from Tibia client 12+ using some tool?
How did you downgrade it to 8.6? Editor had to remove a lot of information, to make this compatible with OTS 8.6 items.otb format. What tool did you use to do it?
and most important question: Are sings descriptions only problem, when you use that items.otb or there are problems with other item attributes too?

There is no allowDistRead attribute in items.xml on OTX2. OTX2 loads this attribute only from items.otb and it can't be overwritten by items.xml without changes in C++.
wow!

I downloaded a downgrade from tfs 1.2 to 8.6 in a datapack. Is there any way I can get the items.otb with the same ids as the compatible global? thanks for the answer
 

Similar threads

Back
Top