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

Amulet of Lost

RunarM

Finally back
Joined
Jul 17, 2008
Messages
1,636
Reaction score
34
Location
Norway/Tromsø
Amulet of Lost

My Server is 8.0 and all works fine except Amulet of Lost.
When you die the Amulet of Lost poff and you lose bp (maybe stuff)
How can i get it to work =)
Thanks for reading.
 
Go to your Items.xml
Search for Amulet of loss or for 2173

change the whole text of aol to

Code:
        <item id="2173" name="amulet of loss">
	<attribute key="preventLoss" value="1"/>
	<attribute key="weight" value="420"/>
	<attribute key="slotType" value="necklace"/>
 
Last edited:
Back
Top