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

Is there a way to make donater items like (enter and see)

Scofield

New Member
Joined
Oct 24, 2009
Messages
147
Reaction score
1
Location
Cairo/Egypt
1- Forever amulet of loss that last forever

2- ring that making magic shield as long as u equiping it

for the tring i may edit the current energy ring,

but for amulet i want help where to add the script ot how to apply it

Rep++for who will hlep Thanx
 
All of this is configurable in the items.xml

The ring, just remove the timers and keep the manashield attribute and it'll stay that way and never decay to 0.

The amulet

Code:
	<item id="2173" article="an" name="amulet of loss">
		<attribute key="weight" value="420"/>
		<attribute key="slotType" value="necklace"/>
		<attribute key="preventDrop" value="1"/>
	</item>

Just removed the charges from it.
 
Back
Top