• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

AOL problem

Fairywintah

RoHaN-OTs - Support and Mapper.
Joined
Nov 5, 2009
Messages
1,516
Reaction score
13
My player loss the bp and item if they wear AOL.

This is the code in items.xml
<item id="2173" article="an" name="amulet of loss">
<attribute key="weight" value="420" />
<attribute key="slotType" value="necklace" />
<attribute key="charges" value="5000000" />
<attribute key="preventDrop" value="100000" />

HELP FAST!!
 
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="99999"/>
		<attribute key="preventDrop" value="1"/>
	</item>
 
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="99999"/>
		<attribute key="preventDrop" value="1"/>
	</item>

the whole thing is what you said, but it still lose aol..-.-
 
Back
Top