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

Solved ITEMS XML ERROR

Backer

New Member
Joined
May 18, 2010
Messages
83
Reaction score
3
Location
okey
Well the problem is every time i want to edit a item Example.. solar Axe..
I change the attack from 52 to 100
in items xml
when i save and run the server again the exe console say to me can't load items.xml .. what is the problem?
 
it means your items.xml file its format is incorrect, post the section you edited so we can fix it for you.
 
This is the original

<item id="8925" article="a" name="solar axe">
<attribute key="weight" value="11000"/>
<attribute key="defense" value="29"/>
<attribute key="attack" value="52"/>
<attribute key="weaponType" value="axe"/>
<attribute key="extradef" value="3"/>
</item>
and this is mine

<item id="8925" article="a" name="solar axe">
<attribute key="weight" value="11000"/>
<attribute key="defense" value="29"/>
<attribute key="attack" value="100"/>
<attribute key="weaponType" value="axe"/>
<attribute key="extradef" value="3"/>
</item>

The conocle error only say can't load items.xml
 
Back
Top