Separated configs for custom features.
This commit is contained in:
12
L2J_Mobius_Underground/dist/game/config/Custom/Banking.ini
vendored
Normal file
12
L2J_Mobius_Underground/dist/game/config/Custom/Banking.ini
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# Banking System
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Enable/Disable Banking System
|
||||
BankingEnabled = False
|
||||
|
||||
# Amount of Goldbars a player gets when they use the ".deposit" command. Also the same amount they will lose with ".withdraw".
|
||||
BankingGoldbarCount = 1
|
||||
|
||||
# Amount of Adena a player gets when they use the ".withdraw" command. Also the same amount they will lose with ".deposit".
|
||||
BankingAdenaCount = 500000000
|
||||
Reference in New Issue
Block a user