diff options
Diffstat (limited to 'npc/custom/banks')
-rw-r--r-- | npc/custom/banks/bank.txt | 2 | ||||
-rw-r--r-- | npc/custom/banks/kafra_bank.txt | 8 |
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 |