From 4b4e573b43f135d6cabc8d66b17610df6e96aecf Mon Sep 17 00:00:00 2001 From: Taylor Locke Date: Sat, 17 May 2014 11:38:34 -0700 Subject: Added missing changequest commands on Alchemist Job Change Quest. --- npc/jobs/2-2/alchemist.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/jobs/2-2/alchemist.txt') 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]"; -- cgit v1.2.3-60-g2f50