Added missing quest ID in quest_db.txt (issue #2012)
Partial fix of issue #2002, Incorrect use of 'close' command in quests_eclage.txt
This commit is contained in:
parent
744042066b
commit
17a273864a
@ -2196,6 +2196,8 @@
|
|||||||
11201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Roast Beef"
|
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"
|
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"
|
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"
|
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"
|
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"
|
11208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"Daphne"
|
||||||
|
@ -476,11 +476,13 @@ OnTouch:
|
|||||||
mes "Hey!!!!!!!";
|
mes "Hey!!!!!!!";
|
||||||
mes "Be careful over there!!";
|
mes "Be careful over there!!";
|
||||||
emotion e_omg,0,"Fairy Carpenter#ep14_2";
|
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. -";
|
mes "- The bridge is broken. There should be some kind of a solution. -";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
eclage,102,32,4 script Fairy Carpenter#ep14_2 4_M_FAIRYKID2,{
|
eclage,102,32,4 script Fairy Carpenter#ep14_2 4_M_FAIRYKID2,{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user