diff options
Diffstat (limited to 'npc/other/lighthalzen_bank.txt')
-rw-r--r-- | npc/other/lighthalzen_bank.txt | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/npc/other/lighthalzen_bank.txt b/npc/other/lighthalzen_bank.txt deleted file mode 100644 index 3d65e4453..000000000 --- a/npc/other/lighthalzen_bank.txt +++ /dev/null @@ -1,83 +0,0 @@ -//===== eAthena Script ======================================== -//= Lighthalzen Bank Area -//===== By: ================================================== -//= Au{R}oN (Translate by Alan) -//===== Current Version: ===================================== -//= 1.1 -//===== Compatible With: ===================================== -//= eAthena 1.0+ -//===== Description: ========================================= -//= Lighthalzen Bank -//===== Additional Comments: ================================= -//= Converted from Aegis -//= 1.0 Add all Bank NPC (TEMPORARY NAME and FACING PROBABLY INCORRECT) [Au{R}oN] -//= 1.1 Add correct name, and change some dialogue. [Au{R}oN] -//============================================================ - -lhz_in02,34,41,7 script Arthur 849,{ - - mes "[Arthur]"; - mes "The chairs here are"; - mes "so not ergonomic. And"; - mes "they're uncomfortable too!"; - mes "But it's sooo cool inside this"; - mes "bank and I just wanted to get"; - mes "get away from all this heat..."; - close; -} - -lhz_in02,28,39,3 script Helen 703,{ - - mes "[Helen]"; - mes "You know, maybe when"; - mes "I grow up, i'll be a bank"; - mes "clerk. That sounds like a"; - mes "really nice job, don't you"; - mes "think? It's laid back and posh..."; - close; -} - -lhz_in02,31,34,3 script Tadem 847,{ - - mes "[Tadem]"; - mes "I do so enjoy the"; - mes "architectural structure"; - mes "of this bank. It's quite"; - mes "artistic with both classical"; - mes "and modern elements. Would"; - mes "you not agree? Fascinating"; - close; -} - -lhz_in02,31,33,3 script Gracie 863,{ - - mes "[Gracie]"; - mes "Oh, it's so comfortable"; - mes "in there~Though, why are"; - mes "we inside the bank when"; - mes "the bank services aren't even"; - mes "working? Yes, we're standing,"; - mes "but we're doing it in comfort"; - next; - mes "[Gracie]"; - mes "In fact, it's so"; - mes "comfortable here,"; - mes "I think I'll refuse to leave."; - mes "Though, I'm willing to change"; - mes "my mind if you can find a place"; - mes "that's even more comfortable."; - close; -} - -lhz_in02,34,22,8 script Bank Clerk::1_st 755,{ - - mes "[Bank Clerk]"; - mes "Due to some critical system"; - mes "errors, all of the bank services"; - mes "have been temporarily stopped."; - mes "We apologize for any inconvenience."; - mes "and appreciate your understanding."; - close; -} -lhz_in02,21,25,9 duplicate(1_st) Bank Clerk::2_nd 86 -lhz_in02,21,38,9 duplicate(1_st) Bank Clerk::3_th 86
\ No newline at end of file |