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

oldtimes

Member
Joined
Jan 21, 2013
Messages
311
Reaction score
23
How can i get amulet of life to work properly with Avesta?
Right now you don't lose any Equipment, but i want it's function to be that you don't lose experience or skill either.

This is how the items.xml code for it look right now:
Code:
	<item id="2173" article="an" name="amulet of life">
		<attribute key="weight" value="420"/>
		<attribute key="slotType" value="necklace"/>
        <attribute key="preventloss" value="1"/>
		<attribute key="charges" value="1"/>
 
I don't think there is a attribute in Avesta that has those properties, so you have to find someone who implements that feature in your sources.
 
Back
Top