From c0fb421133140f7305466a1692eb6ab6d30c003f Mon Sep 17 00:00:00 2001 From: TerraByte Date: Sun, 30 Mar 2025 15:07:43 -0500 Subject: [PATCH] Update mod_aoe_loot.conf.dist --- mod-aoe-loot/conf/mod_aoe_loot.conf.dist | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mod-aoe-loot/conf/mod_aoe_loot.conf.dist b/mod-aoe-loot/conf/mod_aoe_loot.conf.dist index f5b730b..1e6f72d 100644 --- a/mod-aoe-loot/conf/mod_aoe_loot.conf.dist +++ b/mod-aoe-loot/conf/mod_aoe_loot.conf.dist @@ -35,4 +35,14 @@ AOELoot.Range = 55.0 # 1 - (Enabled) # -AOELoot.Group = 1 \ No newline at end of file +AOELoot.Group = 1 + + +# AOELoot.Debug +# Description: Enables debuging mode. This will print out the items Detected values of loot in the chat console. The values in the chat should match the looted values, give or take the main looted creature. +# Default: 0 (Disabled) +# Possible values: 0 - (Disabled) +# 1 - (Enabled) +# + +AOELoot.Debug = 0