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

Loosing items with aol???

GOD Wille

Excellent OT User
Joined
Jan 11, 2010
Messages
2,826
Solutions
2
Reaction score
815
Location
Sweden
Sometimes on my server some players have lost their items even with aol + blessings

What's the wrong?

using tfs 0.4 r3777
 
Here is aol from TFS 0.3.6pl1
XML:
	<item id="2173" article="an" name="amulet of loss">
		<attribute key="weight" value="420" />
		<attribute key="slotType" value="necklace" />
		<attribute key="charges" value="1" />
		<attribute key="preventDrop" value="1" />
	</item>

You must add only this line:
XML:
<attribute key="preventDrop" value="1" />
or
XML:
<attribute key="preventLoss" value="1" />
 
Back
Top