diff options
author | Sirius <zopokx@gmail.com> | 2020-06-08 09:00:41 +0200 |
---|---|---|
committer | Sirius <zopokx@gmail.com> | 2020-06-08 09:00:41 +0200 |
commit | 47165ac2c6dade0ff009626993f022ea31e50bf5 (patch) | |
tree | b353e0a9e895ef6efcfad89575716a95788755e6 | |
parent | 0ab6331cfcc2bf404ed5a20792d91417cec0ce7a (diff) | |
download | hercules-47165ac2c6dade0ff009626993f022ea31e50bf5.tar.gz hercules-47165ac2c6dade0ff009626993f022ea31e50bf5.tar.bz2 hercules-47165ac2c6dade0ff009626993f022ea31e50bf5.tar.xz hercules-47165ac2c6dade0ff009626993f022ea31e50bf5.zip |
Changed atcommand_mobinfo_type in gm.conf for a better understanding
-rw-r--r-- | conf/map/battle/gm.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/map/battle/gm.conf b/conf/map/battle/gm.conf index bd5cfbef7..f0e9083d7 100644 --- a/conf/map/battle/gm.conf +++ b/conf/map/battle/gm.conf @@ -50,10 +50,11 @@ atcommand_max_stat_bypass: false // Duration of the ban, in minutes (default: 5). To disable the ban, set 0. ban_hack_trade: 5 -// requires RENEWAL_DROP to be enabled (src/map/config/renewal.h) -// modifies @mobinfo to display the users' real drop rate as per renewal_drop formula +// modifies @mobinfo to display the users' real drop rate as per renewal_drop formula (Note 1) // modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level) -atcommand_mobinfo_type: 0 +// NOTE: requires RENEWAL_DROP to be enabled (src/map/config/renewal.h) +// Default: false +atcommand_mobinfo_type: false // Ignore warpable area configuration. // Set the minimum group id to ignore invalid cells when warping. |