summaryrefslogtreecommitdiff
path: root/npc/quests/quests_yuno.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-23 00:36:51 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-09-23 00:36:51 +0000
commita278eb2e074ce0cb0c9c68e372c66b87f84577a1 (patch)
treeca16345b7f329c6591c6d8ce6d5f3ab5ac076020 /npc/quests/quests_yuno.txt
parent61364c8b050391b585944174bd5a753f74ed51f4 (diff)
downloadhercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.tar.gz
hercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.tar.bz2
hercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.tar.xz
hercules-a278eb2e074ce0cb0c9c68e372c66b87f84577a1.zip
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
Diffstat (limited to 'npc/quests/quests_yuno.txt')
-rw-r--r--npc/quests/quests_yuno.txt7
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";