1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- //===== 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.gat,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.gat,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 liek a";
- mes "really nice jobm, don't you";
- mes "think? It's laid back and posh...";
- close;
- }
- lhz_in02.gat,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.gat,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.gat,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.gat,21,25,9 duplicate(1_st) Bank Clerk::2_nd 86
- lhz_in02.gat,21,38,9 duplicate(1_st) Bank Clerk::3_th 86
|