summaryrefslogtreecommitdiff
path: root/npc/quests/counteragent_mixture.txt
diff options
context:
space:
mode:
authorshadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-10 13:03:26 +0000
committershadowlady <shadowlady@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-10 13:03:26 +0000
commitd5c5d135ef7cd391054d58bd6d7d67e35facdec5 (patch)
tree51c7ecc29616b6ee19b54fa1bc78d4aff1e2dff5 /npc/quests/counteragent_mixture.txt
parent35c97d6b2618f42813944fd0c8770c9f85d67a6c (diff)
downloadhercules-d5c5d135ef7cd391054d58bd6d7d67e35facdec5.tar.gz
hercules-d5c5d135ef7cd391054d58bd6d7d67e35facdec5.tar.bz2
hercules-d5c5d135ef7cd391054d58bd6d7d67e35facdec5.tar.xz
hercules-d5c5d135ef7cd391054d58bd6d7d67e35facdec5.zip
reverted back
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@100 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/counteragent_mixture.txt')
-rw-r--r--npc/quests/counteragent_mixture.txt15
1 files changed, 2 insertions, 13 deletions
diff --git a/npc/quests/counteragent_mixture.txt b/npc/quests/counteragent_mixture.txt
index 229fb8c14..c6ac1a6ca 100644
--- a/npc/quests/counteragent_mixture.txt
+++ b/npc/quests/counteragent_mixture.txt
@@ -111,10 +111,9 @@ M_Menu2:
// Chemist Morgenstein -----------------------------------------------------------
geffen_in.gat,141,140,2 script Morgenstein 121,{
- if((MORGEN == 2) || (ALCH_Q2 == 1)) goto L_0;
+ if(MORGEN == 2) goto L_0;
if(MORGEN == 3) goto L_1;
-
mes "[Chemist Morgenstein]";
mes "Heheheheheh... Sniff Sniff... I can smell something appetizing here.";
mes "It is a Human Being... living one... umm yummy... Heheheheheh";
@@ -161,6 +160,7 @@ M_Menu:
mes "I can make one for you right now,if you want?? Ahhh... Talking about my experiments and research makes me.... 'excited'.......";
mes "You too can feel my 'excitement' if you wish..... Ahhhhh.... I can make you feel...";
set MORGEN,3;
+ if(ALCH_Q == 4) set al_morgen,1;
close;
L_1:
@@ -214,8 +214,6 @@ M_Menu2:
set Zeny, Zeny-3000;
mes "[Chemist Morgenstein]";
mes ".... Hmmm......";
- set COUNTER, 1;
- if (MIX == 1 && COUNTER == 1) goto L_Quest_Alch;
close;
sM_Mixture:
@@ -253,16 +251,8 @@ M_Menu2:
set Zeny, Zeny-4000;
mes "[Chemist Morgenstein]";
mes ".... Hmmm......";
- set MIX, 1;
- if (MIX == 1 && COUNTER == 1) goto L_Quest_Alch;
close;
- L_Quest_Alch:
- mes "[Chemist Morgenstein]";
- mes "Now go back to ^5533FFVan Helmont^000000";
- set al_morgen,1;
- close;
-
M_End:
mes "[Chemist Morgenstein]";
mes "... Kekekekekekeke....";
@@ -270,4 +260,3 @@ M_Menu2:
}
-