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

Wierd problem with aol. plz help

Chaos ruler

New Member
Joined
Dec 1, 2008
Messages
73
Reaction score
0
Location
The Netherlands
Okay ive got this wierd problem with my aol. when a player dies he doesnt lose his aol but does lose his bp/eq.

this is my aol part in items.xml:

<item id="2173" article="an" name="amulet of loss">
<attribute key="preventLoss" value="1"/>
<attribute key="weight" value="420"/>
<attribute key="slotType" value="necklace"/>
</item>

i really dont know how to fix this.
i hope someone can help me with it.

thnx in advance.
 
omfg, already rudolf gave you answer, on PVP-E server state, AOL DOESN'T WORK!

//ofc if you want you could make AOL script in LUA for pvp-e state, and it will be in creaturescripts, onLogin
Code:
doSetCreatureDropLoot(cid, 0)
or sumthin' like that, ofc with checking slot
 
Back
Top