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

Cant load items.xml if i change anything

andii95

New Member
Joined
Aug 21, 2009
Messages
413
Reaction score
2
Location
Sweden
I got this problem. If i change a letter somewhere in items.xml the server wont load, it says cant load items.xml.

Why is that happening?
 
Getting this error
[15/12/2010 15:24:19] [Warning - Items::loadFromXml] Cannot load items file.
[15/12/2010 15:24:19] Line: 16128, Info: Input is not proper UTF-8, indicate encoding !
[15/12/2010 15:24:19] Bytes: 0xF1 0x6F 0x20 0x70
When trying to edit this
<item id="2954" article="a" name="dead elder">
<attribute key="duration" value="30" />
<attribute key="decayTo" value="2" />
<attribute key="containerSize" value="2" />
<attribute key="corpseType" value="blood" />

Trying to change
<attribute key="decayTo" value="2" />
to
<attribute key="decayTo" value="0" />
 
Back
Top