diff options
author | Kayla <Kayla@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 17:56:15 +0000 |
---|---|---|
committer | Kayla <Kayla@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 17:56:15 +0000 |
commit | b3671203f81d70c2c6d07b0af41cddae9bc2d05d (patch) | |
tree | 7ec217b253b01f1533374d67896561a84ab48c59 /conf-tmpl/battle/gm.conf | |
parent | 1b31cc9de6ee1eae20f7c70615db3997797e7fb1 (diff) | |
download | hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.tar.gz hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.tar.bz2 hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.tar.xz hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5142 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/gm.conf')
-rw-r--r-- | conf-tmpl/battle/gm.conf | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/conf-tmpl/battle/gm.conf b/conf-tmpl/battle/gm.conf index 27cefb839..2a7ef55f2 100644 --- a/conf-tmpl/battle/gm.conf +++ b/conf-tmpl/battle/gm.conf @@ -85,16 +85,14 @@ any_warp_GM_min_level: 20 // Allow GM commands to be used when muted? allow_atcommand_when_mute: yes -// The minimum level for GMs' to do not allow them to drop items on the ground, use the Storage, -// use the Vend Skill, use guild storage, or trade Items/Zeny? -// Any GM with level UNDER this value CAN drop items/trade +// The minimum level for a GM to be unable to distribyte items. +// You should set this to the same level @item is set to in the atcommand.conf // NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players gm_cant_drop_min_lv: 1 -// The maximum level for GMs' to do not allow them to drop items on the ground, use the Storage, -// use the Vend Skill, use guild storage, or trade Items/Zeny? -// Any GM with level ABOVE this value CAN drop items/trade -gm_cant_drop_max_lv: 0 +//The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items +//ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items. +gm_cant_drop_max_lv: 98 // Minimum GM level to see the hp of every player? (Default: 60) // no/0 can be used to disable it. |