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

Not remove aol

PHBS

New Member
Joined
Mar 25, 2009
Messages
28
Reaction score
0
when the player dies the amulet is not removed..
Help!!!

I using TFS 0.3.5 PL1 (8.5)

Ty! =D
 
this is maybe i donno,if you are the one who is summoning the aol then it wont fall,or check yor item.xml in amulet of loss check that charges are set to 1
 
Code:
	<item id="2173" article="an" name="amulet of loss">
		<attribute key="weight" value="420"/>
		<attribute key="slotType" value="necklace"/>
	</item>


Thats my AOL and it do actually works.. But if you have like that try like this:

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