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

Stone Skin Amulet Infinite!

lol94

Loler
Joined
Dec 23, 2008
Messages
764
Reaction score
55
Location
Mexico
hey guys i need a fast help! in my server everybody is abusing of the SS Amulet because is inifinite! how do i set up that! please help me
 
Try this

Code:
<item id="2197" article="a" name="stone skin amulet">
		<attribute key="weight" value="760" />
		<attribute key="slotType" value="necklace" />
		<attribute key="charges" value="5" />
		<attribute key="showcharges" value="1" />
		<attribute key="absorbPercentPhysical" value="80" />
		<attribute key="absorbPercentDeath" value="80" />
		<attribute key="showattributes" value="1" />
	</item>

Code:
<movevent type="Equip" itemid="2197" slot="necklace" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2197" slot="necklace" event="function" value="onDeEquipItem"/>
 
Back
Top