- Fixed bugreport:6738, missing checks for How the Airship Works quest. (npc/quests/quests_airship.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16861 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
f9807c537b
commit
9c9eb668af
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
// Samuray22
|
// Samuray22
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.8
|
//= 1.9
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= rAthena SVN
|
//= rAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -27,6 +27,7 @@
|
|||||||
//= 1.8 Added quest log entries for:
|
//= 1.8 Added quest log entries for:
|
||||||
//= - Airship Ticket Quest
|
//= - Airship Ticket Quest
|
||||||
//= - How the Airship Works
|
//= - How the Airship Works
|
||||||
|
//= 1.9 Fixed missing checks for How the Airship Works quest. [Joseph]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//=======================================================================================================//
|
//=======================================================================================================//
|
||||||
@ -1673,7 +1674,7 @@ airplane_01,238,154,3 script Airship Captain#01 873,{
|
|||||||
select("Um? Only that? There's no more?");
|
select("Um? Only that? There's no more?");
|
||||||
mes "[Tarlock]";
|
mes "[Tarlock]";
|
||||||
mes "Ha ha ha!";
|
mes "Ha ha ha!";
|
||||||
mes "I explained it roughtly to";
|
mes "I explained it roughly to";
|
||||||
mes "make it easier to understand";
|
mes "make it easier to understand";
|
||||||
mes "by you. Still, you aren't";
|
mes "by you. Still, you aren't";
|
||||||
mes "pleased? I said it in plain";
|
mes "pleased? I said it in plain";
|
||||||
@ -1730,7 +1731,7 @@ airplane_01,238,154,3 script Airship Captain#01 873,{
|
|||||||
close2;
|
close2;
|
||||||
cutin "",255;
|
cutin "",255;
|
||||||
end;
|
end;
|
||||||
} else {
|
} else if (lght_air == 2 || lght_air == 3) {
|
||||||
mes "[Tarlock]";
|
mes "[Tarlock]";
|
||||||
mes "Hahahah! Don't worry, I'll";
|
mes "Hahahah! Don't worry, I'll";
|
||||||
mes "tell you know this Airship";
|
mes "tell you know this Airship";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user