diff options
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. |