diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-05 15:26:07 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-05 15:26:07 +0000 |
commit | f569968e15e9c89222713c7c3a61b8240df36db8 (patch) | |
tree | 07f638caf16f2047e0b0bf03bdd6a376eb0910c1 /npc/jobs/2-2/alchemist.txt | |
parent | 57fbcef315050450da17f4b8abaaa7c8eb9e1837 (diff) | |
download | hercules-f569968e15e9c89222713c7c3a61b8240df36db8.tar.gz hercules-f569968e15e9c89222713c7c3a61b8240df36db8.tar.bz2 hercules-f569968e15e9c89222713c7c3a61b8240df36db8.tar.xz hercules-f569968e15e9c89222713c7c3a61b8240df36db8.zip |
- This should fix all job quests which didn't work after the update.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16584 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2/alchemist.txt')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 1503ce948..58cb14cc8 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -2364,8 +2364,9 @@ alde_alche,145,19,1 script Chief Researcher 57,{ if (select("partisan:partizan:pato:paros:pack") == 2) { set @alch_q, @alch_q + 10; } + next; } - else if (.@alche_puz == 2) { + if (.@alche_puz == 2) { mes "m p d i c f a r o g n k w a s"; next; set @alch_q, 0; @@ -2387,6 +2388,7 @@ alde_alche,145,19,1 script Chief Researcher 57,{ if (select("forgemerchant:potionmerchant:dcmerchant:vendingmerchant:battlemerchant") == 2) { set @alch_q, @alch_q + 10; } + next; } else { mes "s m i e x b w u n e t a g l r"; @@ -2410,6 +2412,7 @@ alde_alche,145,19,1 script Chief Researcher 57,{ if (select("forgemerchant:potionmerchant:dcmerchant:vendingmerchant:battlemerchant") == 2) { set @alch_q, @alch_q + 10; } + next; } mes "[Nicholas Flamel]"; mes "Ah, you finished."; |