diff options
Diffstat (limited to 'npc/custom/banks')
-rw-r--r-- | npc/custom/banks/bank.txt | 3 | ||||
-rw-r--r-- | npc/custom/banks/kafra_bank.txt | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/custom/banks/bank.txt b/npc/custom/banks/bank.txt index 71763543c..00a33b67f 100644 --- a/npc/custom/banks/bank.txt +++ b/npc/custom/banks/bank.txt @@ -13,6 +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,132,217,5 script Banker 109,{ set @cost,500; mes "[Banker]"; @@ -123,4 +124,4 @@ Lcancel: mes "[Banker]"; mes "Very well... come again soon."; close; -} +}
\ No newline at end of file diff --git a/npc/custom/banks/kafra_bank.txt b/npc/custom/banks/kafra_bank.txt index 3cf851287..734c129d5 100644 --- a/npc/custom/banks/kafra_bank.txt +++ b/npc/custom/banks/kafra_bank.txt @@ -1,11 +1,11 @@ //===== rAthena Script ======================================= -//= The 2nd Bank of Prontera ( with daily 0.01% income! ) +//= The 2nd Bank of Prontera (with daily 0.01% income!) //===== By: ================================================== //= Lupus (1.0) //===== Current Version: ===================================== //= 1.2a //===== Compatible With: ===================================== -//= rAthena 1.x +//= rAthena SVN //===== Description: ========================================= //= A bank which has an interest % //===== Additional Comments: ================================= |