DayZ
250 ratings
AdvancedBanking V2
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
61.227 MB
Oct 29, 2023 @ 6:30am
Nov 1, 2023 @ 4:22pm
5 Change Notes ( view )

Subscribe to download
AdvancedBanking V2

Description
Advanced Banking

With this mod you can easily deposit / withdraw ruble (or other currencies aswell) in your bank account and even make clan accounts where Teams can stack their Money, but no need to worry, the Clan Account shows logs in the interface aswell, so if the money is gone someday, you can easily see which team member scammed your team!

Dont Worry, you don't need to wipe when switching from the Old Banking mod to the new one!

The Mod offers advanced banking features such as:
-Normal Banking features
-Paychecks whose amount can be edited in the Server config
-Clan / Team Bank Accounts
-Clan / Team Permission Framework
-Instant Money transfer to other players (even with customizable fees)
-Rob Atm feature (fully customizable in the Server config)
-Server Owner can decide whether players only can acces their Bank Accounts with the Credit Card (Included in the Pack "KR_BankingCard" or without aswell)
-AdminMenu to check out players bank accounts and clanaccounts you can also edit the server config with this AdminMenu!
-Super easy developer sdk to make addins!
-Perfect Modding Support (Samples are in Info folder).
-Discord Webhook to see the banking logs!

Easy Swap from dc_banking mod to this mod, with our Json Editor, just press one click and its automatically changed!

Download The Parser here [github.com]

Simply choose your profiles folder in our tool and it will automatically create the mods folder directory if its not created yet and automatically parse all the Player json Files from "DC_Banking" to "Advanced Banking", you dont need to Wipe or do something else, simply press one button!





This Mod needs the CF to work properly.

The Source Code of this Mod[github.com]

For server owners

Make sure to have a look at the latest Update Notes when you already installed a previous Version!
________________________________________________________
Install Guide:
1. Subscribe the Mod.
2. Copy the @KR_Banking folder from your PC into the root folder on your DayZ server.
3. Open your local copy of the @KR_Banking folder and then open the Keys folder.
4. Copy the AdvancedBanking.bikey key file into the Keys folder on your DayZ server.
5. Open your server startup command files, or the server control web interface, locate the MOD settings and ensure @KR_Banking.
6. Edit your Server Config (Explanations in the InfoFolder after the download).
7. Start your server.

Problems
If you have Problems with the mod feel free to join our Discord [discord.gg]
If you have an issue feel free to report it direct on Github [github.com]

License
You are not allowed to Repack or Reupload this Mod without permission.
You can use this mod on your monetized server.
Popular Discussions View All (5)
1
Apr 7 @ 8:21am
cant transfer money
RONIN
5
Apr 6, 2024 @ 6:37pm
features ?
EGZ Stewie
1
Sep 16, 2024 @ 3:41am
ATM
nikbac
206 Comments
Master V Envy Apr 19 @ 2:41pm 
that is kinda the problem, i change myself to admin, but when i restart the server the admin.json file resets to empty
HellsingQc Apr 17 @ 7:19pm 
@Master V Envy: you don't need any fancy tools to place down the atm,
Go to your config files, find KR banking folder, put your steam ID in your admin folder.
Start your server press "B" from this menu you can: Add, move, remove ATM and decide if you want to enable robbing or not, it also show you all the atm on the map.
Razvan Apr 15 @ 12:08pm 
i can't withdrow the money from atm
The Eagle [911] Apr 13 @ 8:23am 
@Master V Envy; I place the ATMs down with ObjectBuilder (VPPAdmintools)
Master V Envy Apr 13 @ 5:31am 
im trying to place ATM's at a different location, but i cant do it.
i tried for a couple of days to edit different files and locations, but they wont spawn in game.

since im using trader mod, 1 of the default locatioins of the atm at green mountain is in shipping containers.
and at kumyarna im missing an ATM all together. so i need to add 1 in both locations
Angeless Mar 18 @ 3:14pm 
You can also use DayZ Expansion and add them into your mpmissions>yourmap.expansionmap>expansion>objects folder as a .map file. There are a bunch of different ATM classnames you can use located inside of the mod folder.
Angeless Mar 18 @ 3:14pm 
@-POON-( . Y . ): You need to use place them in the world by using your server-config.json and placing them in there like this example from Krypton91:

"ATM": [
{
"ATMSName": "KR_ATMBlack", //Classname of the ATM Object (read classnames.txt!)
"Position": [
3689.35009765625, // Position X of the ATM!
402.0119934082031, //Positions Y of the ATM!
5988.02001953125 //Position Z of the ATM!
],
"Direction": [
-110.0, //Yaw
0.0, //Pitch
0.0 //Roll
],
"CanBeRobbed": 0, //Can this ATM robbed (1 = yes, 0 = no).
"RobMessage": "%PlayerName% start robbing an ATM!" //Rob message will pop up when an ATM gets robbed! valid placeholders are: (%PlayerName% = robbers name.) (%id% = robbers steam64id) (%Pos% = robbers X Y Position!)
}
],
Angeless Mar 18 @ 3:03pm 
With that said, I have a question for Krypton91. One of the cool changes that DayZ Expansion did was create factions. I'm wondering if there was a way to have multiple currencies defined in the server-config.json. It could say, "BankingCurrency1", "BankingCurrency2" etc. and the three parameters could be to add a symbol people could use. Then you could deposit certain items and have something like US dollars from one set of vendors and one faction and from another have Russian Rubles. But still use the same ATM machines. just have the GUI with 1,2, or 3 currencies depending on if there is anything defined in the server-config.json.
Angeless Mar 18 @ 3:03pm 
This mod does work with custom money and you will define that in your server-config.json file at the bottom under "BankingCurrency". You can add anything you want as a value. For example, a gold bar could be worth 10000 and a gold nugget worth 1000. So if you deposited 5 gold nuggets, you would have 5000 in the ATM. The issue people run into is that their DayZ Expansion Market will have items that are 25005 or something. You will need make sure you have items that can break down smaller than these large amounts. You also need to keep in mind that when you withdraw, it will give you any items you have defined to get close to the value. So yes, this works with DayZ Expansion and with any item you want to declare as value. Even a zucchini... Hope this helps.
-POON-( . Y . ) Feb 24 @ 6:36pm 
how do you get the atms