mirror of
https://github.com/brighton-chi/mod-aoe-loot.git
synced 2026-01-13 00:58:34 +00:00
quest item config
This commit is contained in:
@@ -48,11 +48,20 @@ AOELoot.DefaultLootThreshold = 2
|
||||
|
||||
# AOELoot.Debug
|
||||
# Description: Enables debugging mode.
|
||||
# Values: 0 = Disabled
|
||||
# 1 = Enabled
|
||||
# Default: 0 (Disabled)
|
||||
# 1 - (Enabled)
|
||||
|
||||
AOELoot.Debug = 0
|
||||
|
||||
# AOELoot.QuestItemsAsRegular
|
||||
# Description: Treat quest items as regular loot instead of processing them separately
|
||||
# Values: 0 = Process quest items separately (default behavior)
|
||||
# 1 = Treat quest items as regular loot
|
||||
# Default: 0 (Process separately)
|
||||
|
||||
AOELoot.QuestItemsAsRegular = 0
|
||||
|
||||
# Chat Commands
|
||||
# .aoeloot off If module is enabled, disables AoE looting for player
|
||||
# .aoeloot on If module is enabled, reenables AoE looting for player
|
||||
|
||||
Reference in New Issue
Block a user