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

{Request items} Item.xml

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
My items.xml is like this:
XML:
	<item fromid="8859" toid="8864" />
Can some1 post the real names/weight?
 
Code:
	<item id="8859" name="spider fangs">
		<attribute key="showcount" value="0"/>
		<attribute key="weight" value="50"/>
	</item>
	<item id="8860" name="spiderwebs">
		<attribute key="weight" value="5"/>
		<attribute key="description" value="You can hang these on your walls."/>
	</item>
	<item fromid="8861" toid="8862" article="an" name="energy fence"/>
	<item id="8863" name="shallow water"/>
	<item id="8864" article="a" name="dead tree">
		<attribute key="description" value="You have to wait a few seconds until this tree can be used again."/>
		<attribute key="duration" value="5"/>
		<attribute key="decayTo" value="8583"/>
	</item>
 
Back
Top