diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-13 16:29:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 16:29:33 -0300 |
commit | 5927f6e2c0fa32d0194190ee5b66f9e8bb8383d8 (patch) | |
tree | ff5894e40a82b596b75d908d0e176b7eb124e7db /db/re/job_db.conf | |
parent | 256bf1e8cd98284461149076f448f434676f4304 (diff) | |
download | serverdata-5927f6e2c0fa32d0194190ee5b66f9e8bb8383d8.tar.gz serverdata-5927f6e2c0fa32d0194190ee5b66f9e8bb8383d8.tar.bz2 serverdata-5927f6e2c0fa32d0194190ee5b66f9e8bb8383d8.tar.xz serverdata-5927f6e2c0fa32d0194190ee5b66f9e8bb8383d8.zip |
Hercules Update
Diffstat (limited to 'db/re/job_db.conf')
-rw-r--r-- | db/re/job_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/job_db.conf b/db/re/job_db.conf index 021eed101..8c0711725 100644 --- a/db/re/job_db.conf +++ b/db/re/job_db.conf @@ -12,8 +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" + BaseExpGroup: "Exp Group Name" (string) // Name of base exp group defined in exp_group_db.conf + JobExpGroup: "Exp Group Name" (string) // Name of job exp group defined in exp_group_db.conf 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. |