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

rilleman

New Member
Joined
Feb 14, 2010
Messages
269
Reaction score
0
Hello! please help me!

The aol doesnt work, people loses items even do they got it euqiped:S please help me!


I REP++ EVERYDAY :o
 
Post this part from Data -> Items -> Items.xml
PHP:
	<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="0"/>
 
Post this part from Data -> Items -> Items.xml
PHP:
	<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="0"/>

nope..

the aol works if I die my a monster, but if i die in pvp i loose items:( PLEASE HELP!!
 
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"/> 
        <attribute key="preventDrop" value="1"/>
Preventdrop "1"
 
Back
Top