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

Weird AOL problem!

Maxens

Member
Joined
Apr 9, 2009
Messages
479
Reaction score
7
Location
Germany
Hey everyon! :)

If a player dies the AOL doesnt remove of his neklace slot... i dont know which script it could be and what i have to change!

So please help me!

I give rep++ thanks ;)
 
But I dont think that the problem is caused in items.xml^^

i think at login.lua or something like that


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="1"/>
	</item>

this is my amulet of loss in items.xml
 
Back
Top