diff options
author | Taylor Locke <kisuka@kisuka.com> | 2014-05-17 11:38:34 -0700 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2014-05-17 11:39:50 -0700 |
commit | 4b4e573b43f135d6cabc8d66b17610df6e96aecf (patch) | |
tree | 20493225f9b8ae945bbb8f2f22fec4054f1f5e4a /npc/jobs/2-2/alchemist.txt | |
parent | 3591de7e7ac2db4e3eeaa9bad2615648e7f94b3a (diff) | |
download | hercules-4b4e573b43f135d6cabc8d66b17610df6e96aecf.tar.gz hercules-4b4e573b43f135d6cabc8d66b17610df6e96aecf.tar.bz2 hercules-4b4e573b43f135d6cabc8d66b17610df6e96aecf.tar.xz hercules-4b4e573b43f135d6cabc8d66b17610df6e96aecf.zip |
Added missing changequest commands on Alchemist Job Change Quest.
Diffstat (limited to 'npc/jobs/2-2/alchemist.txt')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 6f0cea599..7e5ca7e33 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= nestor_zulueta (Fusion), converted by Darkchild //===== Current Version: ===================================== -//= 3.0 +//= 3.1 //===== Description: ========================================= //= [Official Conversion] //= Job quest for Alchemist classes @@ -15,6 +15,7 @@ //= 2.8 Fixed minor typo in test section. [L0ne_W0lf] //= 2.9 Added Quest Log commands. [Kisuka] //= 3.0 Removed the need for use of 'goto.' [L0ne_W0lf] +//= 3.1 Added missing changequest commands. [Kisuka] //============================================================ alde_alche,27,185,5 script Alchemist Guildsman#am 4_F_ALCHE,{ @@ -465,6 +466,7 @@ alde_alche,175,107,3 script Fastidious Alchemist#am 4_M_ALCHE_B,{ mes "He'll teach you how to do the experiments. Just tell him that"; mes "I sent you."; set ALCH_Q,6; + changequest 2031,2032; close; } else { @@ -1090,6 +1092,7 @@ alde_alche,13,15,7 script Studying Man#am 4_M_ALCHE_C,{ mes "and cast away the last"; mes "vestiges of Merchant life!!"; set ALCH_Q,40; + changequest 2033,2034; close; } else if (countitem(7134) > 2 && countitem(713) > 2 && countitem(507) > 0 && countitem(508) > 0 && countitem(509) > 0) { @@ -1687,6 +1690,9 @@ alde_alche,101,184,4 script Master Alchemist#am 2_M_DYEINGER,{ if(checkquest(2039) != -1) { changequest 2039,2040; } + if(checkquest(2034) != -1) { + changequest 2034,2040; + } mes "Ah, well done."; mes "I can see that you"; mes "have learned all of"; @@ -1703,7 +1709,6 @@ alde_alche,101,184,4 script Master Alchemist#am 2_M_DYEINGER,{ mes "illustrious Union."; mes "I hope you learn a lot..."; next; - if (.@jlevel == 50) { getitem 7133,1; //Slim_Potion_Create_Book mes "[Vincent Carsciallo]"; |