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

Rme quest box - little bug.

medium

New Member
Joined
Nov 2, 2011
Messages
54
Reaction score
0
Hi!

When i use chest with id 1740 i cant add content :
76nvx.png


But when i use other chest ,(other position) i have normal content :
lb9y9.png


How i can repair it ?
 
/data/items/items.xml

Code:
    <item id="1740" article="a" name="chest">
        <attribute key="weight" value="12000" />
        <attribute key="rotateTo" value="1748" />
        <attribute key="containerSize" value="15" />
    </item>

my guess is that
Code:
<attribute key="containerSize" value="15" />
is missing from your script

you should also check \Remere's Map Editor\data\yourclientversion in items.xml
 
Last edited:
Back
Top