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

Need items.xml help

Xleniz

New Member
Joined
Jul 6, 2009
Messages
178
Reaction score
3
Location
Sweden
Hello, whats wrong with this in items.xml ?? it wont give mana or health
(version 3777 donate)

Code:
  <item id="11113" name="crystal boots">
    <attribute key="slotType" value="feet" />
    <attribute key="weight" value="2250" />
	<attribute key="manaGain" value="200" />
	<attribute key="manaTicks" value="1000" />
	<attribute key="healthGain" value="80" />
	<attribute key="healthTicks" value="2000" />
	<attribute key="showattributes" value="1" />
  </item>
 
Back
Top