Page 1 of 1

Drop - doesn't disappear! Bug or wrong setting in general?

Posted: Fri May 13, 2011 1:32 pm
by zippel
How to set general.properties (Optimization), if a player throws the thing on the floor, it should disappear after some time?

Code: Select all

AllowDiscardItem = TrueAutoDestroyDroppedItemAfter = 60AutoDestroyHerbTime = 15ListOfProtectedItems = 0CharacterDataStoreInterval = 15LazyItemsUpdate = FalseUpdateItemsOnCharStore = FalseDestroyPlayerDroppedItem = TrueDestroyEquipableItem = FalseSaveDroppedItem = FalseEmptyDroppedItemTableAfterLoad = FalseSaveDroppedItemInterval = 0ClearDroppedItemTable = FalseAutoDeleteInvalidQuestData = FalsePreciseDropCalculation = TrueMultipleItemDrop = TrueForceInventoryUpdate = False
-------------------------------------------
L2J Revision 4614
L2JDP Revision 7991

Re: Drop - doesn't disappear! Bug or wrong setting in genera

Posted: Fri May 13, 2011 2:22 pm
by hope
try reading what you have there the answer is right in front of you

Re: Drop - doesn't disappear! Bug or wrong setting in genera

Posted: Fri May 13, 2011 4:00 pm
by jurchiks
AutoDestroyDroppedItemAfter = 60 - guess what's this?

Re: Drop - doesn't disappear! Bug or wrong setting in genera

Posted: Sat May 14, 2011 11:33 am
by zippel
jurchiks wrote:AutoDestroyDroppedItemAfter = 60 - guess what's this?
xz. Maybe it's time after which things disappear from the server.

Re: Drop - doesn't disappear! Bug or wrong setting in genera

Posted: Sat May 14, 2011 11:35 am
by zippel
hope wrote:try reading what you have there the answer is right in front of you
I know.. it's worked, but now it does not want. Perhaps what some teams clash, I ask?)