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

Rings

Trader

New Member
Joined
Aug 12, 2009
Messages
219
Reaction score
2
Anyone have a script for mana shield ring? It gives you mana shield as long as you wear it.

Anyone got HP/MP ring, gives you 25% more Hp and mana?
I will add rep+!
 
Equipped
Code:
	<item id="2204" article="an" name="energy ring">
		<attribute key="weight" value="80"/>
		<attribute key="slotType" value="ring"/>
		<attribute key="transformDeEquipTo" value="2167"/>
		<attribute key="manashield" value="1"/>
	</item>
Non equipped
Code:
	<item id="2167" article="an" name="energy ring">
		<attribute key="weight" value="80"/>
		<attribute key="slotType" value="ring"/>
		<attribute key="transformEquipTo" value="2204"/>
	</item>
Edit both of them in items.xml. Haven't tested but it should work
:thumbup:
 
Back
Top