Page 1 of 1

AutoDestroyDroppedItemAfter

Posted: Wed May 05, 2010 7:04 am
by jaman4321
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4056:
L2JDP Revision 7238:


Does not work AutoDestroyDroppedItemAfter:
----------------------------------
# Delete dropped reward items from world after a specified amount of seconds. Disabled = 0.
# Default: 600
AutoDestroyDroppedItemAfter = 600
----------------------------------

Here it is established:
----------------------------------
# Also delete from world misc. items dropped by players (all except equip-able items).
# Notes:
# Works only if AutoDestroyDroppedItemAfter is greater than 0.
# Default: False
DestroyPlayerDroppedItem = False

# Destroy dropped equipable items (armor, weapon, jewelry).
# Notes:
# Works only if DestroyPlayerDroppedItem = True
# Default: False
DestroyEquipableItem = False
-------------------------------------

Re: AutoDestroyDroppedItemAfter

Posted: Wed May 05, 2010 7:28 am
by janiii
AutoDestroyDroppedItemAfter is ment for drop from mobs.

Re: AutoDestroyDroppedItemAfter

Posted: Wed May 05, 2010 7:42 am
by jaman4321
I'm sorry) thanks