DimitriPokki Posted December 1, 2014 Report Share Posted December 1, 2014 to some humanity reset to 2500 after death Link to comment Share on other sites More sharing options...
megaz Posted December 1, 2014 Report Share Posted December 1, 2014 On 12/1/2014 at 7:56 AM, Zupa said: Strange that function is default kn arma/dayz Hi Zupa thanks, A little problem not sure if its intended or missed, If you die and corpse turns to a grave you cant access the coins Thanks again MegaZ Link to comment Share on other sites More sharing options...
Zupa Posted December 1, 2014 Author Report Share Posted December 1, 2014 On 12/1/2014 at 1:32 PM, megaz said: Hi Zupa thanks, A little problem not sure if its intended or missed, If you die and corpse turns to a grave you cant access the coins Thanks again MegaZ Owya, we have to make changes to the convert body to grave so the graves gets the money. Never thought about that. Link to comment Share on other sites More sharing options...
Tanita-Corp Posted December 1, 2014 Report Share Posted December 1, 2014 any test server? Link to comment Share on other sites More sharing options...
megaz Posted December 1, 2014 Report Share Posted December 1, 2014 On 12/1/2014 at 7:55 AM, Zupa said: Yes. Increase the number. Hi Zupa, I increased that number and it all works and save and reloads after restarts the only little problem is, I changed it to 10,000 to make the Ural and safes hold 2million and when you deposit it shows the correct amount up the Limit. but on the right side of the menu has these numbers 2e+006 (this is 2 million) it seems to give this sort of number with anything that holds more than 6 digits, ie 1.8e+006 (on item that hold 1.8 million) MegaZ Link to comment Share on other sites More sharing options...
Tanita-Corp Posted December 1, 2014 Report Share Posted December 1, 2014 Hey Zupa tell me, dll's compatible this hive??? Link to comment Share on other sites More sharing options...
Zupa Posted December 2, 2014 Author Report Share Posted December 2, 2014 On 12/1/2014 at 11:47 PM, Tanita-Corp said: Hey Zupa tell me, dll's compatible this hive??? No.This is made for default hive. That hive by soul is another version of the mod. I might make this version of single currency with new hives. But they won't go together now :). IMO this mechanics of the storing money in objects is what makes this so special ^^ Link to comment Share on other sites More sharing options...
Zupa Posted December 2, 2014 Author Report Share Posted December 2, 2014 On 12/1/2014 at 9:25 PM, megaz said: Hi Zupa, I increased that number and it all works and save and reloads after restarts the only little problem is, I changed it to 10,000 to make the Ural and safes hold 2million and when you deposit it shows the correct amount up the Limit. but on the right side of the menu has these numbers 2e+006 (this is 2 million) it seems to give this sort of number with anything that holds more than 6 digits, ie 1.8e+006 (on item that hold 1.8 million) MegaZ there is a scalar to string function included, to show a correct full number do the following if _money is the variable with the cash: [_money] call BIS_fnc_numberText; That will show u a full number Link to comment Share on other sites More sharing options...
megaz Posted December 2, 2014 Report Share Posted December 2, 2014 On 12/2/2014 at 9:34 AM, Zupa said: there is a scalar to string function included, to show a correct full number do the following if _money is the variable with the cash: [_money] call BIS_fnc_numberText; That will show u a full number Thanks for the reply - But where do I add this ? in number text.sqf in ZSC,compiles- like so if (typeName _number == "STRING") then { _number = parseNumber _number; }; _digits = _number call BIS_fnc_numberDigits; _digitsCount = count _digits - 1; _modBase = _digitsCount % _mod; _numberText = ""; [_money] call BIS_fnc_numberText; { Thanks# MegaZ Link to comment Share on other sites More sharing options...
Zupa Posted December 2, 2014 Author Report Share Posted December 2, 2014 Where do u want it? Did i forget it in a cddialog? Link to comment Share on other sites More sharing options...
Thug Posted December 2, 2014 Report Share Posted December 2, 2014 On 11/27/2014 at 1:08 AM, calamity said: did you solve your problem ? No, i stopped working on it to give ZUPA some time to finsh it. Has there been a fix for following problem? coins are not saving in the vaults and other storage items after the restart (the coin do save to me) Link to comment Share on other sites More sharing options...
Zupa Posted December 2, 2014 Author Report Share Posted December 2, 2014 On 12/2/2014 at 4:12 PM, Thug said: No, i stopped working on it to give ZUPA some time to finsh it. Has there been a fix for that problem? what was yyour issue again Link to comment Share on other sites More sharing options...
Thug Posted December 2, 2014 Report Share Posted December 2, 2014 On 12/2/2014 at 4:13 PM, Zupa said: what was yyour issue again coins are not saving in the vaults and other storage items after the restart (the coin do save to me) Link to comment Share on other sites More sharing options...
megaz Posted December 2, 2014 Report Share Posted December 2, 2014 On 12/2/2014 at 10:38 AM, Zupa said: Where do u want it? Did i forget it in a cddialog? Sorry is this for me ? If it is im lost still have no clue what to do Sorry MegaZ Link to comment Share on other sites More sharing options...
R4id3n84 Posted December 2, 2014 Report Share Posted December 2, 2014 Ok all was workng great until i installed Vector Building with Snap Pro now vehciles, safes ect don't save coins after a restart Awesome work btw Zupa been waiting for this for a long time and i'm sure epoch will allow it in 1.6 :) Here is my mission file if you could take a look and see what i've done wrong that would be great http://www.filedropper.com/dayzepoch11chernarus_1 Link to comment Share on other sites More sharing options...
Thug Posted December 2, 2014 Report Share Posted December 2, 2014 Ok since i CAN NOT get this to work, then answer me this. On my online server i do not have any coin system. So if i install this system with the information posted in your download it should work? Also i have asked before and maybe i was not clear, Do i have to do anything to the Data Base to make this system work? Link to comment Share on other sites More sharing options...
R4id3n84 Posted December 2, 2014 Report Share Posted December 2, 2014 On 12/2/2014 at 9:09 PM, Thug said: Ok since i CAN NOT get this to work, then answer me this. On my online server i do not have any coin system. So if i install this system with the information posted in your download it should work? Also i have asked before and maybe i was not clear, Do i have to do anything to the Data Base to make this system work? If you follow the instructions clearly then yes it should work and it dose not require any change to the database what so ever as it stats that in many posts and on page one :) Link to comment Share on other sites More sharing options...
Zupa Posted December 2, 2014 Author Report Share Posted December 2, 2014 On 12/2/2014 at 8:44 PM, R4id3n84 said: Ok all was workng great until i installed Vector Building with Snap Pro now vehciles, safes ect don't save coins after a restart Awesome work btw Zupa been waiting for this for a long time and i'm sure epoch will allow it in 1.6 :) Here is my mission file if you could take a look and see what i've done wrong that would be great http://www.filedropper.com/dayzepoch11chernarus_1 you probalbly replaced some files that had edits in them? Link to comment Share on other sites More sharing options...
Zupa Posted December 3, 2014 Author Report Share Posted December 3, 2014 On 12/2/2014 at 7:49 PM, megaz said: Sorry is this for me ? If it is im lost still have no clue what to do Sorry MegaZ Can you give me the dialogs where u forgot it. Or where you see the numbers on your screen. Link to comment Share on other sites More sharing options...
R4id3n84 Posted December 3, 2014 Report Share Posted December 3, 2014 On 12/2/2014 at 10:43 PM, Zupa said: you probalbly replaced some files that had edits in them? Ah yes the server_monitor.sqf needs an edit with vector building and it removed some of your code, i've put it back in now and i'm going to go test :) Link to comment Share on other sites More sharing options...
R4id3n84 Posted December 3, 2014 Report Share Posted December 3, 2014 All seems to be working great now, so for anyone using vector building after pasting the code you need to readd /*ZSC*/ if( count (_intentory) > 3)then{ _object setVariable ["bankMoney", _intentory select 3, true]; }else{ _object setVariable ["bankMoney", 0, true]; }; /*ZSC*/ Above if (_type in DZE_LockedStorage) then { // Fill variables with loot _object setVariable ["WeaponCargo", (_intentory select 0),true]; _object setVariable ["MagazineCargo", (_intentory select 1),true]; _object setVariable ["BackpackCargo", (_intentory select 2),true]; } else { Awesome script, donation heading your way soon Zupa :) can get yourself a drink on me for your hard work xD Link to comment Share on other sites More sharing options...
R4id3n84 Posted December 3, 2014 Report Share Posted December 3, 2014 Sorry its not a big donation, times are hard :/ Link to comment Share on other sites More sharing options...
Zupa Posted December 3, 2014 Author Report Share Posted December 3, 2014 On 12/3/2014 at 9:57 AM, R4id3n84 said: Sorry its not a big donation, times are hard :/ Appreciated. Link to comment Share on other sites More sharing options...
megaz Posted December 3, 2014 Report Share Posted December 3, 2014 On 12/3/2014 at 7:59 AM, Zupa said: Can you give me the dialogs where u forgot it. Or where you see the numbers on your screen. Hi Zupa thanks for the reply: The install is all standard except this ZSC_MaxMoneyInStorageMultiplier = 10000; and I use your ZSC_Overwrite_SwitchModel = true; // if TRUE: Overwrites yours fn_selfactions with default 1 + edits. | IF False: Change content yourself @ step D ZSC_Overwrite_SelfActions = false; // if TRUE: Overwrites yours fn_selfactions with default 1 + edits. | IF False: Change content yourself @ step D ZSC_Overwrite_UnLockVault = true; // if TRUE: Overwrites yours fn_selfactions with default 1 + edits. | IF False: Change content yourself @ step D ZSC_Overwrite_LockVault = true; I just added your selfaction bit to mine: The errors are when you open an item or vehicle it does not show the correct amount that said item can hold it shows 2e+006 ect ie Ural - Safes - Chopers any thing that with the 10000 added in the ZSC_MaxMoneyInStorageMultiplie that goes over the 6 digits seen to have this error. I hope this is what you are asking for. Thanks MegaZ Link to comment Share on other sites More sharing options...
Thug Posted December 3, 2014 Report Share Posted December 3, 2014 On 12/2/2014 at 10:34 PM, R4id3n84 said: If you follow the instructions clearly then yes it should work and it dose not require any change to the database what so ever as it stats that in many posts and on page one :) OK i will reinstall again and see what happens, number 3 Link to comment Share on other sites More sharing options...
Recommended Posts