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

Solved Editing an item problem (items.xml)

lycefur

New Member
Joined
Jul 13, 2010
Messages
99
Reaction score
2
Ohai. I wanted to create a donor ring but I never created items before (I do NOT want to somehow make custom client). I went to items.xml, found item - before known as dragon fetish - id 2319 and I modified it like that:

Code:
	<item id="2319" article="a" name="ring of exodar">
		<attribute key="description" value="(+5hp/sec, +10mana/sec, +1 mlvl, +2 to every skill, +20 speed)"/>
		<attribute key="speed" value="20"/>
     	        <attribute key="weight" value="200"/>
		<attribute key="slotType" value="ring"/>
		<attribute key="healthGain" value="10"/>
		<attribute key="healthTicks" value="2000"/>
		<attribute key="manaGain" value="10"/>
		<attribute key="manaTicks" value="1000"/>
		<attribute key="magiclevelpoints" value="1"/>
		<attribute key="skillAxe" value="2"/>
		<attribute key="skillSword" value="2"/>
		<attribute key="skillClub" value="2"/>
		<attribute key="skillDist" value="2"/>
		<attribute key="skillShield" value="2"/>
	</item>
When I equip it it does not modify my skills/mlvl/doesn't boost regen rate. Plz halp, I give rep.
 
Last edited:
Back
Top