From 26b562efd51ae09eeee13e49f0ff6d81ba9ef1d7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jul 2023 14:21:41 -0300 Subject: Disable equipment level restriction (makes no sense). Disable Acorn of Death. Increase player walk speed. Add GM 40 role for compatibility. Remove garbage. --- conf/groups.conf | 12 ++++++++++++ conf/map/battle/player.conf | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/groups.conf b/conf/groups.conf index 6d72263..ff593b5 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -99,6 +99,7 @@ groups: ( hack_info: true can_trade: true can_party: true + all_equipment: true } }, { @@ -205,6 +206,17 @@ groups: ( permissions: { } }, +{ + id: 40 + name: "Super Developer" + inherit: ( "Developer" ) + level: 40 + commands: { + } + log_commands: true + permissions: { + } +}, { id: 60 name: "Officer" diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index b52f3c2..bfbffa5 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -173,7 +173,7 @@ invite_request_check: true // 0 = Disabled // 1 = Dropped only in PvP maps // 2 = Dropped in all situations -bone_drop: 2 +bone_drop: 0 // Do mounted (on Peco) characters increase their size // 0 = no -- cgit v1.2.3-70-g09d2