From 271cdab8cec33c6d7918312bd5b056c2e59261d1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 13:42:50 -0300 Subject: [skip ci] reduce trade ban time to 4 minutes. No ignore warp area. --- conf/map/battle/gm.conf | 8 ++++---- 1 file 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 -- cgit v1.2.3-60-g2f50