From a278eb2e074ce0cb0c9c68e372c66b87f84577a1 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sun, 23 Sep 2007 00:36:51 +0000 Subject: 2-2 job quest update. Although completable, further testing (and optimizing) required. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11278 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_yuno.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/quests_yuno.txt') diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt index 4d49d4eea..d249b1397 100644 --- a/npc/quests/quests_yuno.txt +++ b/npc/quests/quests_yuno.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena Dev Team; L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= Merged metto_quest.txt into Juno quest file. //= Added the Juno portion of the Doomed Swords quest. //= 1.6 Fixed various errors in the Bajin NPC. [L0ne_W0lf] +//= 1.7 Changed ALCH_Q check and set to corrispond to new alchemist job quest. [L0ne_W0lf] //============================================================ // Metto Quest @@ -467,7 +468,7 @@ yuno_in01,103,157,3 script Bain#juno 98,{ // close; //} if (countitem(974) > 0 && countitem(612) > 4 && countitem(1003) > 4 && countitem(7068) > 4 && countitem(7043) > 4 && countitem(757) > 2 && countitem(756) > 2 && Zeny > 2000) { - if (ALCH_Q == 6) set ALCH_Q2,2; + if (ALCH_Q == 23) set ALCH_Q,24; set .@kyulkwa,rand(1,10); mes "[Bain]"; mes "Oh ho ho... These are the parts that I needed. Thank you so much."; @@ -599,7 +600,7 @@ yuno_in01,100,153,7 script Bajin 47,0,0,{ // close; //} if (countitem(974) > 0 && countitem(612) > 4 && countitem(1003) > 4 && countitem(7068) > 4 && countitem(7043) > 4 && countitem(757) > 2 && countitem(756) > 2 && Zeny > 2000) { - if (ALCH_Q == 6) set ALCH_Q2,2; + if (ALCH_Q == 23) set ALCH_Q,24; set .@kyulkwa,rand(1,10); mes "[Bajin]"; mes "Oh ho ho... These are the parts"; -- cgit v1.2.3-60-g2f50