summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-24 01:09:43 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-24 01:09:43 +0000
commit6efb781ea3ddffb95d092d2b6eb8acc89d8321a7 (patch)
tree1f91c102966751e5344786c92ab95f2bf75c8d98 /conf
parent1f0bc37cc36905aee233498c16500e038d8224e8 (diff)
downloadhercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.tar.gz
hercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.tar.bz2
hercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.tar.xz
hercules-6efb781ea3ddffb95d092d2b6eb8acc89d8321a7.zip
Fixed bugreport:5295 Added a config so each server owner may decide whether their users are to view the actual data or not, requires RENEWAL_DROP
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16337 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r--conf/battle/gm.conf5
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