diff options
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/gm.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index fe07a6fc4..6d43d4e73 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -25,3 +25,8 @@ atcommand_max_stat_bypass: no // Ban people that try trade dupe. // 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 @iteminfo to not display the minimum item drop rate (since it can't tell the mob level) +atcommand_mobinfo_type: 1
\ No newline at end of file |