• 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 ITEMS XML ERROR

Backer

New Member
Joined
May 18, 2010
Messages
83
Reaction score
4
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?
 
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