diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-23 18:40:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-23 18:40:39 -0300 |
commit | 10dc6a79dbb9c2ab246e958b97ddc206d9ac9cf2 (patch) | |
tree | d5d041e94ae72aa9932eead23e2b86f8ec37ea7c | |
parent | 4a914931dbaf14a3b5a55327cea4cb8026152b65 (diff) | |
download | serverdata-10dc6a79dbb9c2ab246e958b97ddc206d9ac9cf2.tar.gz serverdata-10dc6a79dbb9c2ab246e958b97ddc206d9ac9cf2.tar.bz2 serverdata-10dc6a79dbb9c2ab246e958b97ddc206d9ac9cf2.tar.xz serverdata-10dc6a79dbb9c2ab246e958b97ddc206d9ac9cf2.zip |
Reduce "dupe trade ban" length from 4 minutes to a single minute.
I'm considering disabling it, but that could be dangerous... For the player.
-rw-r--r-- | conf/map/battle/gm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/gm.conf b/conf/map/battle/gm.conf index abd8f8e6e..43c083466 100644 --- a/conf/map/battle/gm.conf +++ b/conf/map/battle/gm.conf @@ -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: 4 +ban_hack_trade: 1 // 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 |