lighthalzen_bank.txt 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. //===== eAthena Script ========================================
  2. //= Lighthalzen Bank Area
  3. //===== By: ==================================================
  4. //= Au{R}oN (Translate by Alan)
  5. //===== Current Version: =====================================
  6. //= 1.1
  7. //===== Compatible With: =====================================
  8. //= eAthena 1.0+
  9. //===== Description: =========================================
  10. //= Lighthalzen Bank
  11. //===== Additional Comments: =================================
  12. //= Converted from Aegis
  13. //= 1.0 Add all Bank NPC (TEMPORARY NAME and FACING PROBABLY INCORRECT) [Au{R}oN]
  14. //= 1.1 Add correct name, and change some dialogue. [Au{R}oN]
  15. //============================================================
  16. lhz_in02.gat,34,41,7 script Arthur 849,{
  17. mes "[Arthur]";
  18. mes "The chairs here are";
  19. mes "so not ergonomic. And";
  20. mes "they're uncomfortable too!";
  21. mes "But it's sooo cool inside this";
  22. mes "bank and I just wanted to get";
  23. mes "get away from all this heat...";
  24. close;
  25. }
  26. lhz_in02.gat,28,39,3 script Helen 703,{
  27. mes "[Helen]";
  28. mes "You know, maybe when";
  29. mes "I grow up, i'll be a bank";
  30. mes "clerk. That sounds liek a";
  31. mes "really nice jobm, don't you";
  32. mes "think? It's laid back and posh...";
  33. close;
  34. }
  35. lhz_in02.gat,31,34,3 script Tadem 847,{
  36. mes "[Tadem]";
  37. mes "I do so enjoy the";
  38. mes "architectural structure";
  39. mes "of this bank. It's quite";
  40. mes "artistic with both classical";
  41. mes "and modern elements. Would";
  42. mes "you not agree? Fascinating";
  43. close;
  44. }
  45. lhz_in02.gat,31,33,3 script Gracie 863,{
  46. mes "[Gracie]";
  47. mes "Oh, it's so comfortable";
  48. mes "in there~Though, why are";
  49. mes "we inside the bank when";
  50. mes "the bank services aren't even";
  51. mes "working? Yes, we're standing,";
  52. mes "but we're doing it in comfort";
  53. next;
  54. mes "[Gracie]";
  55. mes "In fact, it's so";
  56. mes "comfortable here,";
  57. mes "I think I'll refuse to leave.";
  58. mes "Though, I'm willing to change";
  59. mes "my mind if you can find a place";
  60. mes "that's even more comfortable.";
  61. close;
  62. }
  63. lhz_in02.gat,34,22,8 script Bank Clerk::1_st 755,{
  64. mes "[Bank Clerk]";
  65. mes "Due to some critical system";
  66. mes "errors, all of the bank services";
  67. mes "have been temporarily stopped.";
  68. mes "We apologize for any inconvenience.";
  69. mes "and appreciate your understanding.";
  70. close;
  71. }
  72. lhz_in02.gat,21,25,9 duplicate(1_st) Bank Clerk::2_nd 86
  73. lhz_in02.gat,21,38,9 duplicate(1_st) Bank Clerk::3_th 86