From f6f2c412fe865b53520b7c1573f1bd90facc65db Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jun 2018 17:08:24 -0300 Subject: Hercules update, a converter script was baked in four minutes. I hope it works. --- db/re/job_db.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'db/re/job_db.conf') diff --git a/db/re/job_db.conf b/db/re/job_db.conf index cac495a60..94a7bc288 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -12,6 +12,8 @@ //============== RE Structure Example ================ /* Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there) + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" Inherit: ( "Other_Job_Name" ); // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table. InheritHP: ( "Other_Job_Name" );// Base job from which this job will inherit its HP table. InheritSP: ( "Other_Job_Name" );// Base job from which this job will inherit its SP table. @@ -50,6 +52,8 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so */ //==================================================== Human: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" MoveSpeed: 150 Weight: 20000 BaseASPD: { @@ -99,6 +103,8 @@ Human: { } Ukar: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" MoveSpeed: 150 Weight: 20000 BaseASPD: { @@ -118,6 +124,8 @@ Ukar: { } Redy: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" MoveSpeed: 150 Weight: 20000 BaseASPD: { @@ -137,6 +145,8 @@ Redy: { } Elven: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" MoveSpeed: 150 Weight: 20000 BaseASPD: { @@ -175,6 +185,8 @@ Orc: { } Raijin: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" MoveSpeed: 150 Weight: 20000 BaseASPD: { @@ -194,6 +206,8 @@ Raijin: { } Tritan: { + BaseExpGroup: "EvolClasses" + JobExpGroup: "EvolClasses" MoveSpeed: 150 Weight: 20000 BaseASPD: { -- cgit v1.2.3-70-g09d2