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

[Help] Durations Items

sonata

New Member
Joined
Jan 26, 2009
Messages
84
Reaction score
0
What do i change to make softies,rings, unlimited?
Code:
<item id="2640" name="soft boots">
		<attribute key="weight" value="800"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="duration" value="1"/>
		<attribute key="healthGain" value="500"/>
		<attribute key="healthTicks" value="1"/>
		<attribute key="manaGain" value="500"/>
		<attribute key="manaTicks" value="1"/>
		<attribute key="showduration" value="1"/>
 
Back
Top