diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 02:57:06 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-15 02:57:06 +0000 |
commit | 7e364e7e38b21a916d66715a4fd98d8f9b88e8aa (patch) | |
tree | 8bf0b4f65716733a9472281003f6236915c4d0d5 /npc/jobs/2-2a | |
parent | a5e49e21bdd7e9699ab6948d14096cd59418d3f1 (diff) | |
download | hercules-7e364e7e38b21a916d66715a4fd98d8f9b88e8aa.tar.gz hercules-7e364e7e38b21a916d66715a4fd98d8f9b88e8aa.tar.bz2 hercules-7e364e7e38b21a916d66715a4fd98d8f9b88e8aa.tar.xz hercules-7e364e7e38b21a916d66715a4fd98d8f9b88e8aa.zip |
* Corrected some typo error in "Clown Reborn Quest".
-Thanks to Myllena.
* Corrected some typo error in "Professor Reborn Quest".
* Rewrote Taekwon Job Quest to the Aegis Standards.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11012 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2a')
-rw-r--r-- | npc/jobs/2-2a/Clown.txt | 4 | ||||
-rw-r--r-- | npc/jobs/2-2a/Professor.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/jobs/2-2a/Clown.txt b/npc/jobs/2-2a/Clown.txt index f0274ef29..331b1c6a4 100644 --- a/npc/jobs/2-2a/Clown.txt +++ b/npc/jobs/2-2a/Clown.txt @@ -13,6 +13,8 @@ //= v1.1 Made all into functions, additional checks, etc. [Lupus] //= v1.2 Made numbers into constants. [Vicious] //= 1.3 Now saves/restores all the quest skills [Lupus] +//= 1.3a Corrected a Little Typo error. [Samuray22] +// -Thanks to Myllena. //============================================================ valkyrie,53,54,3 script Minstrel#Valkyrie 741,{ @@ -30,7 +32,7 @@ valkyrie,53,54,3 script Minstrel#Valkyrie 741,{ mes "Sha la la la la~"; close; } - else if (ADVJOB == Job_Clown && Class == Job_Archer_Hight && JobLevel > 39) { + else if (ADVJOB == Job_Clown && Class == Job_Archer_High && JobLevel > 39) { mes "[Minstrel]"; mes "The dreary world"; mes "of mortals is in need"; diff --git a/npc/jobs/2-2a/Professor.txt b/npc/jobs/2-2a/Professor.txt index 6cb4eb27a..5439bdf60 100644 --- a/npc/jobs/2-2a/Professor.txt +++ b/npc/jobs/2-2a/Professor.txt @@ -40,7 +40,7 @@ valkyrie,53,47,3 script Scholar#Valkyrie 743,{ mes "process of learning..."; close; } - else if (ADVJOB == Job_Professer && Class == Job_Mage_High && JobLevel > 39) { + else if (ADVJOB == Job_Professor && Class == Job_Mage_High && JobLevel > 39) { mes "[Scholar]"; mes "Rune-Midgard doesn't"; mes "have enough Scholars to"; |