diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 1 | ||||
-rw-r--r-- | conf/map/battle/gm.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 4ef556db6..0913397c2 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -94,6 +94,7 @@ groups: ( permissions: { /* without this basic permissions regular players could not trade or party */ + hack_info: true can_trade: true can_party: true } diff --git a/conf/map/battle/gm.conf b/conf/map/battle/gm.conf index 43c083466..ce8092c46 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: 1 +ban_hack_trade: 0 // 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 |