diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-04 15:26:16 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-04 15:26:16 +0000 |
commit | 729a171c5eab680888fcb65f78b67487887eaa9b (patch) | |
tree | 9aef113f4388f3c12f4d6660024b60e89b12fac6 /npc/quests | |
parent | 83b5f1fcc494f68448a91873bf77cbee60da74e6 (diff) | |
download | hercules-729a171c5eab680888fcb65f78b67487887eaa9b.tar.gz hercules-729a171c5eab680888fcb65f78b67487887eaa9b.tar.bz2 hercules-729a171c5eab680888fcb65f78b67487887eaa9b.tar.xz hercules-729a171c5eab680888fcb65f78b67487887eaa9b.zip |
* Corrected and optimized 12 guide NPCs (/guides/)
* Fixed a small typo in Warlock quest, bugreport:6164 (jobs\3-1\warlock.txt)
* Fixed a couple of job constant typos in "Nameless Island Quests" (quests\quests_nameless.txt)
* Removed non-RE changelogs from RE scripts
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16376 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_nameless.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index 59d23c234..a9639e69a 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.1 +//= 2.2a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -59,6 +59,7 @@ //= - Muff's Loan //= - Broken Diamond //= - Z-Gang Quest +//= 2.2a Fixed a few job constant typos. [Euphy] //============================================================ // Nameless Island and Cursed Monestary Access Quest @@ -4645,7 +4646,7 @@ moc_ruins,152,147,5 script Ibrahim 732,3,3,{ close; } case 2: - if ((BaseJob == Job_Novice) || (BaseJob == Job_Supernovice)) { + if ((BaseJob == Job_Novice) || (BaseJob == Job_SuperNovice)) { mes "[Ibrahim]"; mes "So it's true..."; mes "People say you're"; @@ -4663,7 +4664,7 @@ moc_ruins,152,147,5 script Ibrahim 732,3,3,{ mes "for someone smart and strong."; close; } - else if (BaseClass == CRUSADER) { + else if (BaseClass == Job_Crusader) { mes "[Ibrahim]"; mes "Heh, so you really"; mes "are one of those holy"; @@ -4694,7 +4695,7 @@ moc_ruins,152,147,5 script Ibrahim 732,3,3,{ mes "really spoke highly of you."; close; } - else if (BaseClass == Job_Alcehmist) { + else if (BaseClass == Job_Alchemist) { mes "[Ibrahim]"; mes "I know a guy who knows"; mes "a guy in the Alchemist Guild."; @@ -4738,7 +4739,7 @@ moc_ruins,152,147,5 script Ibrahim 732,3,3,{ mes "like an angel..."; close; } - else if (BaseClass == Job_dancer) { + else if (BaseClass == Job_Dancer) { mes "[Ibrahim]"; mes "Is it really true?"; mes "I hear you dance"; |