quest item config

This commit is contained in:
crow
2025-08-06 23:56:11 -05:00
parent 698222fe46
commit ab678cc91a
3 changed files with 112 additions and 7 deletions

View File

@@ -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