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

mail system help

neomatt

New Member
Joined
Feb 11, 2009
Messages
6
Reaction score
0
i can send letter but i cant open them after words and parcels have no slots:confused:
 
Well, first of all, make sure the attribute is right at parcel like this: (items.xml)
Code:
<attribute key="containerSize" value="10"/>
And to ur letter problem make sure its like this
Code:
<attributekey="writeable" value="1"/>
<attribute key="maxTextLen" value="512"/>

Hope that helped.
 
Back
Top