summaryrefslogtreecommitdiff
path: root/npc/custom/banks
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
commit788a65d41bce37aad857e5b5202d0293e84963a2 (patch)
tree2070539f8f2ed0a635ff39a18194c21a76595848 /npc/custom/banks
parenta50476a588b2d7bc819cf0235a093dcddef9f2bf (diff)
downloadhercules-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/custom/banks')
-rw-r--r--npc/custom/banks/bank.txt2
-rw-r--r--npc/custom/banks/kafra_bank.txt8
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/custom/banks/bank.txt b/npc/custom/banks/bank.txt
index 379ddc735..fd2545671 100644
--- a/npc/custom/banks/bank.txt
+++ b/npc/custom/banks/bank.txt
@@ -13,7 +13,7 @@
//= the script. To use it simply change the first set command
//= to set the cost variable to whatever you want the fee to be.
//============================================================
-prontera.gat,132,217,5 script Banker 109,{
+prontera,132,217,5 script Banker 109,{
set @cost,500;
mes "[Banker]";
mes "Welcome to the First Bank of Prontera. How can I help you today?";
diff --git a/npc/custom/banks/kafra_bank.txt b/npc/custom/banks/kafra_bank.txt
index 970581ce7..7e4a07e7b 100644
--- a/npc/custom/banks/kafra_bank.txt
+++ b/npc/custom/banks/kafra_bank.txt
@@ -19,7 +19,7 @@
// zeny exploits when you change DATE at your server
//============================================================
-prontera.gat,131,190,1 script Bank Clerk::bankg 833,{
+prontera,131,190,1 script Bank Clerk::bankg 833,{
mes"[Maniss]";
mes strcharinfo(0)+", welcome to the 2nd Bank of Prontera!";
@@ -111,6 +111,6 @@ B_EXIT2:
close;
}
-geffen.gat,125,73,3 duplicate(bankg) Bank Clerk#2 833
-izlude.gat,145,107,1 duplicate(bankg) Bank Clerk#3 833
-morocc.gat,147,84,7 duplicate(bankg) Bank Clerk#4 833
+geffen,125,73,3 duplicate(bankg) Bank Clerk#2 833
+izlude,145,107,1 duplicate(bankg) Bank Clerk#3 833
+morocc,147,84,7 duplicate(bankg) Bank Clerk#4 833 \ No newline at end of file