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

An item that doesn't works.

zippoxer

Active Member
Joined
Mar 18, 2008
Messages
105
Reaction score
44
Location
Israel
Code:
<item id="3982" name="green boots">
		<attribute key="weight" value="900"/>
		<attribute key="armor" value="8"/>
		<attribute key="speed" value="60"/>
		<attribute key="skillAxe" value="5"/>
		<attribute key="skillClub" value="5"/>
		<attribute key="skillSword" value="5"/>
		<attribute key="skillDist" value="5"/>
		<attribute key="magiclevelpoints" value="1"/>
		<attribute key="showattributes" value="1"/>
		<attribute key="slotType" value="feet"/>
	</item>

This item doesn't increases any skill, speed or magic level.
And I sometimes see in the console: "error : xmlEncodeEntitiesReentrant : input not UTF-8".

Maybe I missed something while coding this item?
 
Back
Top