diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/gm.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/battle/gm.conf b/conf/map/battle/gm.conf index ffc4946ab..3302fb038 100644 --- a/conf/map/battle/gm.conf +++ b/conf/map/battle/gm.conf @@ -31,10 +31,10 @@ //========================================================================= // The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity) -atcommand_spawn_quantity_limit: 100 +atcommand_spawn_quantity_limit: 60 // Maximum number of slave-clones that can be have by using the @slaveclone at command. (0 denotes unlimited quantity) -atcommand_slave_clone_limit: 25 +atcommand_slave_clone_limit: 15 // If false, commands require exact player name. If true, entering a partial // name will work, as long as there's only one match from all players in the @@ -48,7 +48,7 @@ atcommand_max_stat_bypass: false // Ban people that try trade dupe. // Duration of the ban, in minutes (default: 5). To disable the ban, set 0. -ban_hack_trade: 5 +ban_hack_trade: 4 // 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 @@ -58,7 +58,7 @@ atcommand_mobinfo_type: 0 // Ignore warpable area configuration. // Set the minimum group id to ignore invalid cells when warping. // Default group is 2. Use 100 to disable this setting. -gm_ignore_warpable_area: 2 +gm_ignore_warpable_area: 100 // Should atcommands trigger level up events for NPCs? (Note 1) // This option is for @baselevelup and @joblevelup |