|
@@ -151,14 +151,14 @@ AutoDestroyDroppedItemAfter = 600
|
|
|
|
|
|
# Time in secs after which dropped herb will be auto-destroyed (default: 15 seconds)
|
|
|
# Default: 15
|
|
|
-AutoDestroyHerbTime = 15
|
|
|
+AutoDestroyHerbTime = 60
|
|
|
|
|
|
-# List of items that will not be destroyed (separated by ",").
|
|
|
+# List of item id that will not be destroyed (separated by "," like 57,5575,6673).
|
|
|
# Notes:
|
|
|
# Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
|
|
|
# Items on this list will be protected regardless of the following options.
|
|
|
-# Default everything is destroyed
|
|
|
-ListOfProtectedItems =
|
|
|
+# Default: 0
|
|
|
+ListOfProtectedItems = 0
|
|
|
|
|
|
# This is the interval (in minutes), that the gameserver will update a players information such as location.
|
|
|
# The higher you set this number, there will be less character information saving so you will have less accessessing of the database and your hard drive(s).
|