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

godleon

Banned User
Joined
Apr 10, 2012
Messages
212
Reaction score
3
Hello Guys, i have serious problem when players buy .!aol they put it on and when they die they lose items somone help fast. ?
 
Make sure on items.xml that the red marked text on the code below is added on your aol!

Amulet of loss:
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" />
		[COLOR="#FF0000"]<attribute key="preventDrop" value="1" />[/COLOR]
	</item>
 
Back
Top