DayZ
AdvancedBanking V2
225 kommentarer
Liilgames 18. aug. kl. 7:10 
@ krypton91 Is it possible to configure the settings so that the crowbar gets destroyed after robbing an ATM?
Sgt.Rock 4. aug. kl. 3:24 
I am having the same issue hi when i enter my admin info the file changes to this {
"m_Admins": [] after restart.
Deceased 2. aug. kl. 14:54 
idk this mod works great for me and always did. people that have issues with it most likely have issues with their own server being improperly setup
Krypton91  [ophavsmand] 2. aug. kl. 13:07 
no updates are comming here if you want to have a fix use the modding system of dayz.
ToKeNBUDZ 1. aug. kl. 15:41 
Maybe check your discord in the bug reports section and you will see I'm not the only one with this issue
ToKeNBUDZ 1. aug. kl. 15:37 
Maybe update your mod bud
ToKeNBUDZ 1. aug. kl. 15:35 
@krypton91 no shit Sherlock I have a saved copy and it still does it
andrew 29. juli kl. 11:35 
hi when i enter my admin info the file changes to this {
"m_Admins": []
} Any ideas whats going on thanks
MysticEternity 25. juli kl. 21:10 
I have worked for hours and searched, can not get changed from the expansion banking to advanced banking. Is anyone able to help me. the parser does not work at all. Also, it is putting the ATM behind scaffolding at Green Mountain and I'm struggling with finding better coordinates. Is there anyone willing to help me?
Krypton91  [ophavsmand] 24. juli kl. 23:59 
yea dont add // in your json and it works. don`t copy the example to the profiles path. Its auto generated. fix your brain @ToKeNBUDZ
ToKeNBUDZ 23. juli kl. 16:50 
Mod now working Jason resets to all zeros after restart and players can't withdraw or deposit money. Log says deposited $0 and with drew $0. Update please
ChownTheGreat 10. juli kl. 8:58 
how do you make the max money you can deposit more than 10 k? iv tried everything, even changed it in files, still only 10k
.SmiLe 27. juni kl. 10:37 
Hello ,

Could it be that the mod has an error?
I subscribed to the mod and wanted to do it on my local server because I'm currently setting up a server, but as soon as I start DayZ and load the mod, it doesn't load the mod and can only select Ignore.
LG
FoX 17. juni kl. 15:14 
there is a lot of errors logs in the scripts logs loading in a vanilla server, these should be addressed before causing further issues
Deceased 10. juni kl. 12:44 
Papa, you must be acoustic because setting this mod up is almost too easy. Config has fields to change currency and you can either place em with B panel or use object builder in vpp. I’ve been using this mod for years on all of my servers and not even once had an issue with it.
PaPaSc0oBy42o 10. juni kl. 9:44 
SERVER OWNERS JUST DON'T. This mod is a nightmare, with no support.

No concise install/setup instructions other than the basics - with 4 config files, and no clear idea which ones are the right ones.

There's no clear and direct instructions on how to change the ATM's currency to anything other than what it's set to (you can find those .jsons, and you can change the currency name; but it doesn't work). An issue that's plagued this mod for years.

This isn't "user error" either. You (the mod owner) have conversations dating back years for these issues/complaints in your discord, and people are still having to rely on others to figure it out or just plain give up with this mod.

This mod is a lost cause. It isn't worth it for server owners without clear and concise exchange/currency setup instructions.

Some mods say, "repacking is a cancer for the DayZ community." If that's the case, then neglecting that same community is the f*cking AIDS.
Deceased 19. maj kl. 14:04 
It works great for me if you’re not acoustic
YukonRanger 19. maj kl. 9:40 
Listen. this mod is extremely frustrating to use. theres an ATM floating in the air that cant be deleted no matter what. i cannot change the deposit value or max account value because it resets every time i reset the server and it will not change how much i can deposit no matter what. ive changed it in the config files. ive changed it in the server settings. ive went through every single file to try to resolve this to no avail. sorry but imo this mod is crap. make it usable.
Deceased 16. maj kl. 0:09 
for anyone using banking system to place ATMs, don't do that and instead use object builder within vpp or COT and then spawn it in. It's not only easy, but way more precise than using this dogpoop of a system.
Master V Envy 19. apr. kl. 14:41 
that is kinda the problem, i change myself to admin, but when i restart the server the admin.json file resets to empty
HellsingQc 17. apr. kl. 19:19 
@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 15. apr. kl. 12:08 
i can't withdrow the money from atm
The Eagle [911] 13. apr. kl. 8:23 
@Master V Envy; I place the ATMs down with ObjectBuilder (VPPAdmintools)
Master V Envy 13. apr. kl. 5:31 
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 18. mar. kl. 15:14 
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 18. mar. kl. 15:14 
@-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 18. mar. kl. 15:03 
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 18. mar. kl. 15:03 
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 . ) 24. feb. kl. 18:36 
how do you get the atms
🅸🅽🅺🅾🅶🅽🅸🆃 12. jan. kl. 18:10 
Hi, can I repackage your mod?
Red Devil 9. jan. kl. 18:54 
gave a like
лайк поставил
Hi, can I repackage your mod?
Привет.можно перепаковать ваш мод?
Phoenix169 16. dec. 2024 kl. 5:51 
Paychecks have just randomly stopped being paid or being notified, checked paycheck tick rate in config and its set correctly. any ideas?
Strat 15. dec. 2024 kl. 2:23 
Hello, I really like your mod, can I add it to my server pack please?
БибаТецх 1. dec. 2024 kl. 18:16 
Will this work with the expansion mods?
Lt.Silvan 20. nov. 2024 kl. 11:05 
The mod does not work with castom money
Lt.Silvan 19. nov. 2024 kl. 12:03 
How can I use castom money on my server with this mod? banking does not seen our money
Sgt.Rock 2. nov. 2024 kl. 13:43 
If you open the admin bank menu in the safe zone you cant close it esc does not work you have to ctrl/alt/del to get out
Dimmetrius 30. okt. 2024 kl. 1:40 
Greetings. Does this mod still servicing by author?
alexefremovoz 24. okt. 2024 kl. 22:32 
Hello. Cool mod, I love it. Could I repack it in my server bundle?
JaviC 12. okt. 2024 kl. 5:54 
Same questions as CT-5555
F2N 12. okt. 2024 kl. 5:40 
Will this work with the expansion mods?
ApexAgents 6. okt. 2024 kl. 16:55 
is there a way to add the bitcoin as a currency?
Ivan 18. sep. 2024 kl. 17:54 
even with a damaged crowbar it is possible to steal all the cashiers
R0TCELL0C 28. aug. 2024 kl. 13:56 
I love your mod. Can you add a new feature for extra paychecks based on the deposited amount of money?
BigMan 24. aug. 2024 kl. 4:59 
Can i repck this credit will be given
SauhapTv 22. aug. 2024 kl. 13:17 
@MxD✔ : What mod did you choose ?
MxD✔ 2. aug. 2024 kl. 17:38 
unsub this mod asked too many issues asked for help did not get one answer asked
The Eagle [911] 11. juli 2024 kl. 23:12 
In ObjectBuilder you need to tick the box "filter by scope" to see all the ATM's in the mod.
cyrus 11. juli 2024 kl. 15:34 
What is the correct name to use for the ATM in the trader and banking mod config files?. KR_ATMRed or BVM_ATM_red. I can't interact with my ATM's
Hoddy Hods 6. juli 2024 kl. 2:43 
im using the banking mod at the moment and wonder if i was to install this would it wipe those accounts on that mod