diff options
author | technote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-19 12:06:34 +0000 |
---|---|---|
committer | technote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-19 12:06:34 +0000 |
commit | 51c6874a54b985b8e680cf5a670f60d3444fd428 (patch) | |
tree | bd9f6dbae5f8890c4acdb9e40ed05ea819e416fb /conf | |
parent | 4f5f759f09c2cd938aae953d4471148c39305679 (diff) | |
download | hercules-51c6874a54b985b8e680cf5a670f60d3444fd428.tar.gz hercules-51c6874a54b985b8e680cf5a670f60d3444fd428.tar.bz2 hercules-51c6874a54b985b8e680cf5a670f60d3444fd428.tar.xz hercules-51c6874a54b985b8e680cf5a670f60d3444fd428.zip |
=General
*Added some extra data here and there that will be used in the future.
-Mostly stuff for adding more jobs.
*Corrected how the server listed a few job names. Like Mage should be Magician.
-As the job name is seen hard coded in the client.
*Added support for all 3rd jobs in the pre-re exp table.
-Base levels use a copy of the Trans exp table. Job levels use a copy of the
-Trans 2nd job exp table.
*Added baby 3rd's to the renewal exp table.
*Did some cleaning and updating in the atcommand.c file for the jobchange command.
-Added a few job changes by job name typing.
-Spaced things out in the message strings to allow job names of up to 16 characters.
-If a name is bigger then 16 characters, it will need to be reduced to fit the space.
-No more then 4 jobs listed max per line
-Also removed unneeded text lines as the ID's they point to are dummy ID's.
-Finally, updated the list of dummy ID's to prevent changing to, as well as added a
-message to display if someone attempts to job change to one of those dummy ID's.
*Readded the spaces in the pc.c file as tabs in the middle causes unorganized viewing issues.
-The space gap is now big enough to allow everything to line up.
=Jobs
*Added 3rd job babys.
-Everything is working properly for them except the max stats and skill trees.
-I will add this stuff in the next update.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15873 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/msg_athena.conf | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index 2f304ad07..83fca9cb9 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -460,7 +460,7 @@ //550 -> 650: Job Names 550: Novice 551: Swordsman -552: Mage +552: Magician 553: Archer 554: Acolyte 555: Merchant @@ -534,7 +534,9 @@ //619: FREE //620: FREE 621: Summer -//... +622: Gangsi +623: Death Knight +624: Dark Collector 625: Rune Knight 626: Warlock 627: Ranger @@ -544,9 +546,11 @@ 631: Royal Guard 632: Sorcerer 633: Minstrel +//633: Maestro //IRO Name 634: Wanderer 635: Sura 636: Genetic +//636: Geneticist //IRO Name 637: Shadow Chaser 638: Baby Rune Knight 639: Baby Warlock @@ -561,7 +565,11 @@ 648: Baby Sura 649: Baby Genetic 650: Baby Shadow Chaser -651: Unknown Job +651: Expanded Super Novice +652: Expanded Super Baby +653: Kagerou +654: Oboro +655: Unknown Job //Custom translations import: conf/import/msg_conf.txt |