diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/other/lighthalzen_bank.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2 hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip |
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/lighthalzen_bank.txt')
-rw-r--r-- | npc/other/lighthalzen_bank.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/other/lighthalzen_bank.txt b/npc/other/lighthalzen_bank.txt index 0453a9b14..3d65e4453 100644 --- a/npc/other/lighthalzen_bank.txt +++ b/npc/other/lighthalzen_bank.txt @@ -14,7 +14,7 @@ //= 1.1 Add correct name, and change some dialogue. [Au{R}oN] //============================================================ -lhz_in02.gat,34,41,7 script Arthur 849,{ +lhz_in02,34,41,7 script Arthur 849,{ mes "[Arthur]"; mes "The chairs here are"; @@ -26,7 +26,7 @@ lhz_in02.gat,34,41,7 script Arthur 849,{ close; } -lhz_in02.gat,28,39,3 script Helen 703,{ +lhz_in02,28,39,3 script Helen 703,{ mes "[Helen]"; mes "You know, maybe when"; @@ -37,7 +37,7 @@ lhz_in02.gat,28,39,3 script Helen 703,{ close; } -lhz_in02.gat,31,34,3 script Tadem 847,{ +lhz_in02,31,34,3 script Tadem 847,{ mes "[Tadem]"; mes "I do so enjoy the"; @@ -49,7 +49,7 @@ lhz_in02.gat,31,34,3 script Tadem 847,{ close; } -lhz_in02.gat,31,33,3 script Gracie 863,{ +lhz_in02,31,33,3 script Gracie 863,{ mes "[Gracie]"; mes "Oh, it's so comfortable"; @@ -69,7 +69,7 @@ lhz_in02.gat,31,33,3 script Gracie 863,{ close; } -lhz_in02.gat,34,22,8 script Bank Clerk::1_st 755,{ +lhz_in02,34,22,8 script Bank Clerk::1_st 755,{ mes "[Bank Clerk]"; mes "Due to some critical system"; @@ -79,5 +79,5 @@ lhz_in02.gat,34,22,8 script Bank Clerk::1_st 755,{ 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
\ No newline at end of file +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 |