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

Donate amulet

SpekkarN

New Member
Joined
Aug 23, 2009
Messages
73
Reaction score
0
Can anyone help me to make a donate amulet? I want i to have same effect that aol have but never ends. And make the player blessed. Any1? Rep++
 
Code:
<item id="0" article="a" name="donation amulet">
	<attribute key="weight" value="420"/>
	<attribute key="slotType" value="necklace"/>
	<attribute key="preventDrop" value="1"/>
</item>

add this to your item.xml
and just change the item id to the id of the amulet you want to make your donation amulet
 
Last edited:
Back
Top