summaryrefslogtreecommitdiff
path: root/npc/other/lighthalzen_bank.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-25 06:39:47 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-25 06:39:47 +0000
commit88bc9b73bd51917177338cd99db54bb7ea0a5b2a (patch)
tree2e5aa9d5f94abd8cf4cc4764ea155b972518dac5 /npc/other/lighthalzen_bank.txt
parentdce258e74c03bf55c537ef364c429188a66f49c5 (diff)
downloadhercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.tar.gz
hercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.tar.bz2
hercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.tar.xz
hercules-88bc9b73bd51917177338cd99db54bb7ea0a5b2a.zip
added Thanks to Au{R}oN + some lighthalzen NPC
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8854 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/lighthalzen_bank.txt')
-rw-r--r--npc/other/lighthalzen_bank.txt83
1 files changed, 83 insertions, 0 deletions
diff --git a/npc/other/lighthalzen_bank.txt b/npc/other/lighthalzen_bank.txt
new file mode 100644
index 000000000..3408e019e
--- /dev/null
+++ b/npc/other/lighthalzen_bank.txt
@@ -0,0 +1,83 @@
+//===== eAthena Script ========================================
+//= Lighthalzen Bank Area
+//===== By: ==================================================
+//= Au{R}oN
+//===== Current Version: =====================================
+//= 1.0
+//===== 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]
+//============================================================
+
+lhz_in02.gat,34,41,7 script Young Man#gli1 849,{
+
+ mes "[Young Man]";
+ mes "Ugh, while the chair are";
+ mes "too hard, I still like how nice and cool it is in the bank!";
+ close;
+}
+
+lhz_in02.gat,28,39,3 script Young Girl#gli1 703,{
+
+ mes "[Young Girl]";
+ mes "I should work here in";
+ mes "in the Bank after I've grown up... Don't you think this";
+ mes "Job is great? Tee hee hee...";
+ close;
+}
+
+lhz_in02.gat,31,34,3 script Grandpa#gli1 847,{
+
+ mes "[Grandpa]";
+ mes "The build looks very clean,";
+ mes "it's just so nice to look at";
+ mes "it... Maybe i should make";
+ mes "my house look like this.";
+ close;
+}
+
+lhz_in02.gat,31,33,3 script Grandma#gli2 863,{
+
+ mes "[Grandma]";
+ mes "It's so comfortable with";
+ mes "the nice scent here...";
+ mes "Isn't this place great?";
+ mes "Only if this is my home...";
+ close;
+}
+
+lhz_in02.gat,34,22,8 script Bank Employee::alone 755,{
+
+ mes "[Bank Employee]";
+ mes "This Bank is built to";
+ mes "provide a service to the";
+ mes "our service are currently";
+ mes "terminated, we will provide";
+ mes "great services to satisfy";
+ mes "our guests once the system";
+ mes "is recovered.";
+ mes "We apologize for the";
+ mes "inconvenience.";
+ close;
+}
+
+lhz_in02.gat,21,25,9 script Bank Employee::clone1 86,{
+
+ mes "[Bank Employee]";
+ mes "Currently this Bank has";
+ mes "temporarily terminated";
+ mes "all services due to";
+ mes "internal problems.";
+ mes "We will fix the problems";
+ mes "as soon as possibile and";
+ mes "be in services again.";
+ mes "We apologize for the";
+ mes "inconvenience.";
+ close;
+}
+
+lhz_in02.gat,21,38,9 duplicate(clone1) Bank Employee::clone2 86 \ No newline at end of file