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

Solved Help with rme small signs problem

CipsoftStinks

www.relicaria.com
Joined
Oct 1, 2016
Messages
946
Solutions
3
Reaction score
138
Location
Argentina
Hello im using rme 3.2
the problem is that i cant edit my small signs


the signs come in this way in the items.xml reme file
Code:
<item id="1429" article="a" name="sign"/>
    <item id="1430" article="a" name="sign"/>
    <item id="1431" article="a" name="sign"/>
    <item id="1432" article="a" name="sign"/>
    <item id="1433" article="a" name="sign"/>

so i tried adding this

Code:
<item id="1433" article="a" name="sign"/>
<attribute key="writeable" value="1"/>
<attribute key="maxTextLen" value="256"/>
</item>

also tried this

Code:
<item id="1429-1434" article="a" name="sign"/>
<attribute key="writeable" value="1"/>
<attribute key="maxTextLen" value="256"/>
</item>

when i save my edition and open RME i get the same error always that says:
could not read item from id node

I PRESS OK THEN a windows appears saying warning !
couldn't load items.xml could not read item from id node

this cause that my houses gets bugged

i tried search for similar error but none solve mine
anyone pls help me
 

Similar threads

Back
Top