summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-28 15:03:05 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-28 15:03:05 +0000
commit613fd5368115d94091854f36a4ecb485954b1162 (patch)
treed67f95095fa778b701bfd2224635538e7447c21c /npc
parenteffc4df0ddbe8a3412573346bcf75fa3d5781b05 (diff)
downloadhercules-613fd5368115d94091854f36a4ecb485954b1162.tar.gz
hercules-613fd5368115d94091854f36a4ecb485954b1162.tar.bz2
hercules-613fd5368115d94091854f36a4ecb485954b1162.tar.xz
hercules-613fd5368115d94091854f36a4ecb485954b1162.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10386 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/cities/einbroch.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/npc/cities/einbroch.txt b/npc/cities/einbroch.txt
index 0fe131370..e9468f35e 100644
--- a/npc/cities/einbroch.txt
+++ b/npc/cities/einbroch.txt
@@ -26,6 +26,7 @@
//= 1.2 Split more quests into above file [Evera]
//= 1.3 Added (finally) the Garrison quest npc [erKURITA]
//= 1.4 Implemented the polution script. [MasterOfMuppets]
+//= 1.5 Updated Hotel Employee to work with Airship Ticket Quest [Samuray22]
//============================================================
@@ -897,7 +898,6 @@ OnUnhide:
}
ein_in01,206,224,2 script Hotel Employee 855,{
-
mes "[Hotel Employee]";
mes "Good day, welcome to the";
mes "Einbroch Hotel. The staff is";
@@ -906,8 +906,19 @@ ein_in01,206,224,2 script Hotel Employee 855,{
mes "standards in cleanliness,";
mes "service and convenience~";
next;
+ if(kain_ticket == 5) {
+ mes "[Hotel Employee]";
+ mes "Are you looking";
+ mes "for Mr. Defru Ark?";
+ mes "Let me see...";
+ next;
+ mes "[Hotel Employee]";
+ mes "Here we are...";
+ mes "He's staying";
+ mes "in Room 201.";
+ close;
+ }
menu "Save",s_Save,"Take Rest- 5,000 zeny",s_Rest,"Cancel",-;
-
mes "[Hotel Employee]";
mes "Thank you and";
mes "please come again~";