Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
удаление мусора
#1
здравствуйте у меня такая проблемка на L2emu 700 немогу найти где находится опция авто удаления выброшенных на землю вещей. люди мусорят тем самым замедляют работу сервера подскажите как поставить удаление на минуту
#2
По сути. Желательно указать сборку, но обычно в конфигах:

l2jserver: General.properties
Код:
# delete from world dropped reward items after n seconds. 0 - disabled
AutoDestroyDroppedItemAfter = 0

l2jfree: options.properties
Код:
# delete from world dropped reward items after n seconds. 0 - disabled
AutoDestroyDroppedItemAfter = 0

Так же для l2jfree, доступна опци, при которой можно отключить уничтожение предметов выброшенных игроками: options.properties
Код:
# also delete from world misc. items dropped by players (all except equipable items)
# NOTE: work only if AutoDestroyDroppedItemAfter > 0
DestroyPlayerDroppedItem = False

L2jEmu: config\main\grid.properties

Код:
# -----------------------------------
# Section: Items on ground management
# -----------------------------------
# Allow players to drop items on the ground
AutoDestroyDroppedItemAfter = 0

# also delete from world misc. items dropped by players (all except equipable items)
# NOTE: work only if AutoDestroyDroppedItemAfter >0
DestroyPlayerDroppedItem = True

# Destroy also equipable items (armor, weapon, jewelry)
# NOTE: Work only if DestroyPlayerDroppedItem = true
DestroyEquipableItem = True

С остальными командами не работал. )
Если в жизни любишь риск - форматируй жосткий диск!
#3
если несложно опиши этот процесс и все полностью . и нужнали геодата при этом) я просто над этим разделом уже химичил .... невышло
#4
demonitions, 0 для отключений. Если же нужно что бы дроп исчезал, пишешь время в секундах. Рестарт серверу и всё.
Если в жизни любишь риск - форматируй жосткий диск!
#5
пришли полный код может я сочетания гдето перепутал. а так я уже пробовал
#6
Держи:

Код:
# ==================    #===============#
# L2Emu Project Pack    # Grid Settings #
# ==================    #===============#

# ------------------------
# Section: Grid Management
# ------------------------
# Grid options: Grids can now turn themselves on and off.  This also affects
# the loading and processing of all AI tasks and (in the future) geodata
# within this grid.
# Turn on for a grid with a person in it is immediate, but it then turns on
# the 8 neighboring grids based on the specified number of seconds.
# Turn off for self and neighbors occurs after the specified number of
# seconds have passed during which a grid has had no players in or in
# any of its neighbors.
# The always on option allows to ignore all this and let all grids be active
# at all times (not suggested)
# Geodata options: if enabled, geodata will be loaded if disabled server will load without geodata
# Allow players to drop items on the ground
# delete from world dropped reward items after n seconds. 0 - disabled
# Time in secs after which dropped herb will be auto destroyed (default: 15 seconds)
GridsAlwaysOn = True
GridNeighborTurnOnTime = 1
GridNeighborTurnOffTime = 90

# -----------------------------------
# Section: Items on ground management
# -----------------------------------
# Allow players to drop items on the ground
AutoDestroyDroppedItemAfter = 60
AutoDestroyHerbTime = 15

# List of items that will not be destroyed (separated by ",")
# NOTE: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!
# items on this list will be protected regardless below options
ListOfProtectedItems = 57,5575,6673

# also delete from world misc. items dropped by players (all except equipable items)
# NOTE: work only if AutoDestroyDroppedItemAfter >0
DestroyPlayerDroppedItem = True

# Destroy also equipable items (armor, weapon, jewelry)
# NOTE: Work only if DestroyPlayerDroppedItem = true
DestroyEquipableItem = True

# save into DB dropped items for restoring after reboot
SaveDroppedItem = false

# Empty table after items are loaded into memory - safety setting
# if server crash before saving items, on next start old items will be restored
# and players may already picked up some of them - so this will prevent duplicates
EmptyDroppedItemTableAfterLoad = false

# Time interval in minutes to save in DB items on ground, 0 to disable
# NOTE: If SaveDroppedItemInterval is disabled items will be saved into DB only at server shutdown
SaveDroppedItemInterval = 700

# delete all saved items form DB On next start
# NOTE: Work only if SaveDroppedItem = false
ClearDroppedItemTable = false

Код:
GridsAlwaysOn = True
- Видимо у тебя тут было выключено.
Если в жизни любишь риск - форматируй жосткий диск!
#7
вот GridsAlwaysOn проверю спс

Добавлено через 9 часов 17 минут
сделал все что было написано но вещи остаются валяться на земле

Добавлено через 20 часов 14 минут
полазал по форумам ненашел ничео стоящего моего внимания кроме вот этих непроверенных данных можетли это помоч?

если не ошибаюсь то тебе сюда C:\server\gameserver\config\main файлик inventory.properties редактируем строки



# Destroy player dropped items from inventory
DestroyPlayerInventoryDrop = false меняем на true


так же смотрим в этой же папке в файле drops.properties
# What to do when user pickups(only forced pickups like autoloot and
# pet unsummon are affected) item but inventory is full
# drop = drop item on ground
# loot = loot item into inventory anyways
# destroy = destroy item and send notification about that to looter(player/party)
PickupFullInventory = drop меняем на destroy

Все спс эти непроверенные данные и были нужными для меня всем спс )


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Сборщик мусора flopix 3 1,532 01-30-2021, 06:02 AM
Последний пост: Amaranthe
  Удаление существующих и создание новых классов в л2 killerua 8 3,843 11-05-2017, 06:29 PM
Последний пост: Map
  Не могу убрать хиро свечение после удаление статуса Dementor 14 4,215 05-20-2015, 06:40 PM
Последний пост: Dementor
  sql запрос на удаление пустых аккаунтов sqll 6 2,211 05-08-2014, 01:14 AM
Последний пост: mishut
  Сборщик мусора glory days promailer 7 2,153 07-09-2013, 08:28 PM
Последний пост: Dеmon
  Удаление скилов сервером Hotaka 5 1,855 12-11-2012, 04:29 AM
Последний пост: Hotaka
  Удаление скилла kira1990 6 1,541 01-03-2012, 02:18 PM
Последний пост: kira1990
  Удаление(Изменение) копирайтов L2JServer JloJlKa 3 2,965 12-15-2011, 09:42 PM
Последний пост: FriendlyGhost
  Запрос на удаление мобов Deron 1 1,259 08-09-2011, 04:40 PM
Последний пост: PROGRAMMATOR
  Добавление/Удаление итема Abram 7 7,344 05-12-2010, 04:35 AM
Последний пост: Anikey

Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)