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 +- db/re/job_db.conf | 18 ++++++++++-------- npc/033-1/misc.txt | 3 ++- npc/functions/resetstatus.txt | 5 +---- 5 files changed, 26 insertions(+), 14 deletions(-) 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 diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 69529b3..6642436 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -51,10 +51,12 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so } */ //==================================================== +// TODO: Import race as well. And... Maybe export stats, but do not use them? +// Export stats for interoperability (and also for TMW rEvolt, d'uh) Human: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 150 + MoveSpeed: 140 Weight: 20500 BaseASPD: { Fist: 40 @@ -112,7 +114,7 @@ Human: { MedHu: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 150 + MoveSpeed: 140 Weight: 20500 BaseASPD: { Fist: 40 @@ -140,7 +142,7 @@ MedHu: { DarkHu: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 150 + MoveSpeed: 140 Weight: 20500 BaseASPD: { Fist: 40 @@ -168,7 +170,7 @@ DarkHu: { Elven: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 150 + MoveSpeed: 140 Weight: 20500 BaseASPD: { Fist: 40 @@ -224,7 +226,7 @@ Orc: { Raijin: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 150 + MoveSpeed: 140 Weight: 20500 BaseASPD: { Fist: 40 @@ -252,7 +254,7 @@ Raijin: { Tritan: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 150 + MoveSpeed: 140 Weight: 20500 BaseASPD: { Fist: 40 @@ -309,7 +311,7 @@ Ukar: { Redy: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 150 + MoveSpeed: 140 Weight: 20500 BaseASPD: { Fist: 40 @@ -337,7 +339,7 @@ Redy: { Savior: { BaseExpGroup: "EvolClasses" JobExpGroup: "EvolClasses" - MoveSpeed: 142 + MoveSpeed: 132 Weight: 22500 BaseASPD: { Fist: 30 diff --git a/npc/033-1/misc.txt b/npc/033-1/misc.txt index 32c23ea..c7c6426 100644 --- a/npc/033-1/misc.txt +++ b/npc/033-1/misc.txt @@ -83,7 +83,8 @@ OnTouch: end; } -033-1,44,160,0 script #Porthos02 NPC_NO_SPRITE,0,0,{ +// FIXME: Wrong coordinates? +033-1,34,150,0 script #Porthos02 NPC_NO_SPRITE,0,0,{ end; OnTouch: /* diff --git a/npc/functions/resetstatus.txt b/npc/functions/resetstatus.txt index 8b3ee1b..fe4b256 100644 --- a/npc/functions/resetstatus.txt +++ b/npc/functions/resetstatus.txt @@ -85,10 +85,7 @@ function script ConfirmStatusReset { l("It seems that you have no status points to reset!"), l("Come back when you will really need me."); } else { - if (getarg(1, true)) - POL_PlayerMoney(.@raw_price); - else - Zeny-=.@raw_price; + Zeny-=.@raw_price; speech S_LAST_NEXT, l("Let's see... @@ of your status points have just been reset!", StatusPoint - .@wasSP), l("Spend it wisely this time."), -- cgit v1.2.3-70-g09d2