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

Aol crash's my server when someone dies.

brendan2

Sensation black
Joined
Feb 19, 2009
Messages
507
Reaction score
1
I put preventloss 1 on aol to see if it works tfs 3.5
and it just crashs how the hell do u make aol work?
 
PHP:
	</item>
	<item id="2173" article="an" name="amulet of loss">
		<attribute key="weight" value="420"/>
		<attribute key="slotType" value="necklace"/>
		<attribute key="preventLoss" value="1"/>

this should work right
 
<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>
use that its work for me ..
tell me if its dont work :S
rep
 
Back
Top