Browse Source

* Fixed a nasty bug in Dandelion's Request.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10944 54d463be-8e91-2dee-dedb-b68131a5f0ec
SinSloth 18 năm trước cách đây
mục cha
commit
826d24a8a9
2 tập tin đã thay đổi với 9 bổ sung5 xóa
  1. 2 0
      npc/Changelog.txt
  2. 7 5
      npc/quests/quests_morocc.txt

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2007/08/04
+	* Fixed a nasty bug in Dandelion's Request. [SinSloth]
 2007/07/31
 	* Fixed north prontera kafra having an empty warp list
 	* Removed junk ЎA text from the 2004 headgears

+ 7 - 5
npc/quests/quests_morocc.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= kobra_k88
 //===== Current Version: ===================================== 
-//= 1.4
+//= 1.6
 //===== Compatible With: ===================================== 
 //= eAthena 7.15 +
 //===== Description: ========================================= 
@@ -16,6 +16,7 @@
 //= 1.4 Fixed a small bug in Dandelion's Request. [SinSloth]
 //= 1.5 Fixed a little bug with "Job_Alchemist" changed to "Job_Alchem". [Samuray22]
 //	-Thanks to Nobuo
+//= 1.6 Fixed a nasty bug in last part of the quest. [SinSloth]
 //============================================================ 
 
 
@@ -7904,13 +7905,13 @@ moc_castle,40,20,3	script	Man	849,{
 		mes "d-dedicate... Myself...";
 		mes "For the s-sacrifice!";
 		mes "^333333*Cough Cough!*^000000";
-		close2;
 		if(!$mao_gate1)
 		{
+			close2;
 			warp "que_job02",14,182;
 			set $mao_gate1,1;
+			end;
 		}
-		end;
 	}
 	else if(mao_request == 124 || mao_request == 125)
 	{
@@ -7922,14 +7923,15 @@ moc_castle,40,20,3	script	Man	849,{
 		mes "d-dedicate... Myself...";
 		mes "For the s-sacrifice!";
 		mes "^333333*Cough Cough!*^000000";
-		close2;
 		if(!$mao_gate2)
 		{
+			close2;
 			warp "que_job03",14,182;
 			set $mao_gate2,1;
+			end;
 		}
-		end;
 	}
+	close;
 
 OnInit:
 	set $mao_gate1,0;