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

Problem with items, please help

siwy696

New Member
Joined
Jul 28, 2008
Messages
59
Reaction score
0
Location
Poland
Look, my problem:
22:02 You see an item of type 2400, please report it to gamemaster.
It can only be wielded properly by players of level 80 or higher.

But in items.xml i think is good:


<item id="2400" article="a" name="magic sword">
<attribute key="description" value="It is the Sword of Valor."/>
<attribute key="weight" value="4200"/>
<attribute key="defense" value="35"/>
<attribute key="attack" value="48"/>
<attribute key="weaponType" value="sword"/>
<attribute key="extradef" value="3"/>
</item>
 
Try pressing control + f in the items.xml and search for 2400. Check to see if 2 are listed. Also check your weapons.xml and see if there is something out of place with the item 2400 listed there.
 
Look at item 2398, you forgot to close it by </item> !

(one line before <item id="2399" .......)
 
Back
Top