diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_yuno.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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"; |