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

Donator amulet, rep+

ohman

Member
Joined
Oct 24, 2008
Messages
289
Reaction score
5
Location
Sweden
Hi, Im trying to create a Donator Amulet.

In items.xml it's like this:
PHP:
	<item id="10218" article="an" name="Donator Amulet">		<attribute key="weight" value="700"/>		<attribute key="absorbPercentFire" value="10"/>		<attribute key="absorbPercentPhysical" value="10"/>		<attribute key="absorbPercentEarth" value="10"/>		<attribute key="absorbPercentIce" value="10"/>
	<attribute key="absorbPercentEnergy" value="10"/>	<attribute key="slotType" value="necklace"/>		</item>

But in game it says "you see a donator amulet". I want it to show that it absorb damage and want to know if it actually work. Thanks in adward!;)
 
add this line
<attribute key="showattributes" value="1"/>
and if your using newer version of TFS don't forget to put it in your movements.xml or it will only say you get this protection and not actually give it to you
 
Back
Top