浏览代码

Added missing quest ID in quest_db.txt (issue #2012)
Partial fix of issue #2002, Incorrect use of 'close' command in quests_eclage.txt

Atemo 8 年之前
父节点
当前提交
17a273864a
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 2 0
      db/re/quest_db.txt
  2. 4 2
      npc/re/quests/quests_eclage.txt

+ 2 - 0
db/re/quest_db.txt

@@ -2196,6 +2196,8 @@
 11201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef"
 11202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef"
 11203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Shortage of Roast Beef"
+11204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Mora Village..."
+11205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Pauchon's Friend"
 11206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Quick Delivery Yoneseu"
 11207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"A Very Heavy Burden"
 11208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daphne"

+ 4 - 2
npc/re/quests/quests_eclage.txt

@@ -476,10 +476,12 @@ OnTouch:
 			mes "Hey!!!!!!!";
 			mes "Be careful over there!!";
 			emotion e_omg,0,"Fairy Carpenter#ep14_2";
+			close;
 		}
-		else if (ep14_2_oliver <= 6)
+		if (ep14_2_oliver <= 6) {
 			mes "- The bridge is broken. There should be some kind of a solution. -";
-		close;
+			close;
+		}
 	}
 }