Rick167 Posted November 1, 2014 Report Share Posted November 1, 2014 I'm currently using Soul's Version 2.0 gold currency script. Currently, I'm able to trade perfectly fine with the gold coins. The gold coins are showing perfectly in the HUD, all is working well, minus the deposit. I cannot deposit gold into my bank account via "Online Banking" at my safe. No matter whether I try to deposit 1 gold or 100,000 gold, I click deposit and it does nothing. The currency in my wallet doesn't change, and the currency in my bank stays 0. I added gold coins to my bank through the database and attempted to withdraw gold, and it worked perfectly. When I tried depositing the gold back in? No luck. Has anyone experienced this issue before? Does anyone have any ideas on how to fix that? All help is much appreciated. Thanks, Rick Link to comment Share on other sites More sharing options...
KingRaymond795 Posted November 11, 2014 Report Share Posted November 11, 2014 I am having the exact same issue. Link to comment Share on other sites More sharing options...
Mr. Snatchit Posted November 11, 2014 Report Share Posted November 11, 2014 Same everything works perfect except when a player tries to deposit it kicks them. :/ Link to comment Share on other sites More sharing options...
Proximus Posted November 11, 2014 Report Share Posted November 11, 2014 Any RPT errors in the client RPT when you try to deposit? Link to comment Share on other sites More sharing options...
Mr. Snatchit Posted November 11, 2014 Report Share Posted November 11, 2014 Not for me, players just get a battleye kick Link to comment Share on other sites More sharing options...
KingRaymond795 Posted November 12, 2014 Report Share Posted November 12, 2014 such a n00bies mistake, but i got it working - at about 3am this morning after pulling a 45hour day :/ and i faintly remember how i fixed it. has something to do with variable - if my memory servers me correctly: //----------------------------------- Configs Start ---------------------------------// CurrencyName = "Coins"; // name of your currency Bank_Object = ["Functionary1_EP1_DZ"]; // Object to get option to bank LimitOnBank = false; // false = no limits, true = banks are limited on the value below MaxBankMoney = 5000000; // limit on bank for normal players DonatorBank = [""]; // Bigger banks, Players ID MaxDonatorBankMoney = 1000000; // Bank size for donators InstantTrading = true; // (True = No Animation / False = Animation) //----------------------------------- Configs End -----------------------------------// You need to add that to your variables file. - its what fixed it for me Link to comment Share on other sites More sharing options...
Mr. Snatchit Posted November 13, 2014 Report Share Posted November 13, 2014 such a n00bies mistake, but i got it working - at about 3am this morning after pulling a 45hour day :/ and i faintly remember how i fixed it. has something to do with variable - if my memory servers me correctly: //----------------------------------- Configs Start ---------------------------------// CurrencyName = "Coins"; // name of your currency Bank_Object = ["Functionary1_EP1_DZ"]; // Object to get option to bank LimitOnBank = false; // false = no limits, true = banks are limited on the value below MaxBankMoney = 5000000; // limit on bank for normal players DonatorBank = [""]; // Bigger banks, Players ID MaxDonatorBankMoney = 1000000; // Bank size for donators InstantTrading = true; // (True = No Animation / False = Animation) //----------------------------------- Configs End -----------------------------------// You need to add that to your variables file. - its what fixed it for me That's already there for me Link to comment Share on other sites More sharing options...
mimic Posted November 13, 2014 Report Share Posted November 13, 2014 I'm having the exact same problem. Can't deposit money in the bank. It just started recently. Only thing I've installed recently is the Mystery Briefcase addon, but that doesn't touch anything to do with the Single Currency System. I'm seeing this error in my client RPT file. Error in expression <y)) then{ if( (getPlayerUID player in DonorBank ) && ((_bank + _amount ) < M> Error position: <DonorBank ) && ((_bank + _amount ) < M> Error Undefined variable in expression: donorbank File mpmissions\__CUR_MP.Chernarus\Scripts\Gold_Coin_system\init.sqf, line 57 Here's my Variables.sqf: //----------------------------------- Configs Start ---------------------------------// CurrencyName = "Coins"; // name of your currency Bank_Object = ["BAF_VehicleBox"]; // Object to get option to bank LimitOnBank = true; // false = no limits, true = banks are limited on the value below MaxBankMoney = 1000000; // limit on bank for normal players DonatorBank = [ "76561197970729264", // Canuck Brian "76561198081194367", // Samwise Gamgee "76561198027571076", // Scoots "76561198051873726" // SGD ]; // Bigger banks, Players ID MaxDonatorBankMoney = 5000000; // Bank size for donators InstantTrading = true; // (True = No Animation / False = Animation) //----------------------------------- Configs End -----------------------------------// This only started happening after upgrading to Souls 2.0 with v0.5 fixes. said to just update the init.sqf in the Scripts\Gold_Coin_system\ folder and repack the PBO. Ever since doing this my deposit doesn't work. Link to comment Share on other sites More sharing options...
mimic Posted November 15, 2014 Report Share Posted November 15, 2014 There was a typo in the Souls 2.0 update 0.5 files released the other day. He's fixed it now. Just redownload the pack and overwrite the init.sqf in your "Scripts/Gold_Coin_system" folder with the one from the pack. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now