diff options
author | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:28:16 +0200 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:28:16 +0200 |
commit | f072f3c9771cf0154f3b207970d86cc857708050 (patch) | |
tree | 34579ba5f0b3f71f681489883939d0ac770c7c0a /conf/map | |
parent | d8441a3522797a25b5bcc46d6e5b38adebd0a70b (diff) | |
parent | 431b8aad001d959225aaa41b8d0a80c4d5526229 (diff) | |
download | hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.gz hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.bz2 hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.xz hercules-f072f3c9771cf0154f3b207970d86cc857708050.zip |
Merge pull request #1458 from dastgir/2016-1_summoner
Introduces Summoner Class
Diffstat (limited to 'conf/map')
-rw-r--r-- | conf/map/battle/player.conf | 5 | ||||
-rw-r--r-- | conf/map/help.txt | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index e478a92a1..39e1d9287 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -110,9 +110,12 @@ max_parameter: 99 // Same as max_parameter, but for 3rd classes. max_third_parameter: 130 -// Same as max_parameter, but for extend classes (Ex. Super Novice, Kagero/Oboro, Rebellion). +// Same as max_parameter, but for extended classes (Ex. Super Novice, Kagero/Oboro, Rebellion). max_extended_parameter: 125 +// Same as max_parameter, but for summoner class +max_summoner_parameter: 120 + // Same as max_parameter, but for baby classes. max_baby_parameter: 80 diff --git a/conf/map/help.txt b/conf/map/help.txt index a65c7de70..846c16276 100644 --- a/conf/map/help.txt +++ b/conf/map/help.txt @@ -102,7 +102,7 @@ jobchange: "Params: <job name|ID>\n" "Changes your job.\n" " 23 Super Novice 24 Gunslinger 25 Ninja 4045 Super Baby\n" "4046 Taekwon 4047 Star Gladiator 4049 Soul Linker 4050 Gangsi\n" "4051 Death Knight 4052 Dark Collector 4190 Ex. Super Novice 4191 Ex. Super Baby\n" - "4211 Kagerou 4212 Oboro 4215 Rebellion\n" + "4211 Kagerou 4212 Oboro 4215 Rebellion 4218 Summoner\n" "----- Baby Novice And Baby 1st Class -----\n" "4023 Baby Novice 4024 Baby Swordman 4025 Baby Magician 4026 Baby Archer\n" "4027 Baby Acolyte 4028 Baby Merchant 4029 Baby Thief\n" |