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

How to fix that i won't loose items with rs??

Function:
LUA:
function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)

This will block that:
LUA:
doCreatureSetDropLoot(cid, false)

This will help you to recreate the item, in this case, the amulet:
LUA:
doTransformItem(item.uid,item.itemid+1)
 
its pvp-enfo server and i wont create any amulets :P doCreatureSetDropLoot
so where should I paste it? into the script if xxx doCreatureSetSkullType(cid, SKULL_RED) ? yea?
 
Back
Top