Selaa lähdekoodia

Fixed a bug, thanks to Filogaroumodified counteragent_mixture.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@96 54d463be-8e91-2dee-dedb-b68131a5f0ec
shadowlady 20 vuotta sitten
vanhempi
commit
fedf9a890f
1 muutettua tiedostoa jossa 12 lisäystä ja 2 poistoa
  1. 12 2
      npc/quests/counteragent_mixture.txt

+ 12 - 2
npc/quests/counteragent_mixture.txt

@@ -111,9 +111,10 @@ M_Menu2:
 
 // Chemist Morgenstein -----------------------------------------------------------
 geffen_in.gat,141,140,2	script	Morgenstein	121,{
-	if(MORGEN == 2) goto L_0;
+	if((MORGEN == 2) || (ALCH_Q2 == 1)) 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";
@@ -160,7 +161,6 @@ 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,6 +214,8 @@ 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:
@@ -251,8 +253,16 @@ 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....";