Jump to content

[Alpha Release] Single Currency 3.0 & Storage DEFAULT HIVE ( No global banking).


Recommended Posts

Error #1 Solved

Change 

#include "ZSC\configs\cfgServerTrader.hpp"

to

#include "ZSC\config\cfgServerTrader.hpp"

Error #2 Not solved

ErrorMessage: File mpmissions\DayZ_Epoch_11.Chernarus\ZSC\config\ZSCdialogs.hpp, line 79: /GivePlayerDialog/Controls.RscTextT_10005: Undefined base class 'RscTextT'

 

 

1) Changed

 

2) Changed ZSCdialogs.hpp

Link to comment
Share on other sites

Hey ZUPA file update for DB not include ?

 

NO DB traders. It uses config traders.

 

And this script will not need anything changed to the default epoch database.

 

Money -> Gear

 

Storages Money -> Inventory of objects

Link to comment
Share on other sites

I installed this great script.

seems working but where does my money go ?

I sold a car to trader it said 2000 or something but where is it ?

how do I know how much money I have ?

sorry stupid questions....

 

I sold car check safe money storage

I see withdraw and deposit but does not show how much I can take or give....

anyone make a video of this  ???

Link to comment
Share on other sites

Did some minor changes yesterday/today. Can someone test the current build maybe? ^^ 

 

The changes:

 

https://github.com/EpochSC/SingleCurrencyStorage/commits/master

 

Thinks to check:

 

  • Client RPT errors in the files ( Storing/withdrawing money in vehicle/storage).
  • Money gets loaded after restart?
  • Object Money is loaded after restart?
Link to comment
Share on other sites

ok, 

 

no errors in the Client RPT.

 

Player is saving the coin amount after logging out and server restart.

 

You are able to buy and sell with the coins removing and adding properly / logged out and checked and restarted the server also.. 

 

adding coins to cars or safes.. that's a no go. but no errors in log. also text is a little off in the menu but not sure if that has anything to do with my resolution being 1600 x 900 on this laptop.

Link to comment
Share on other sites

ok, 

 

no errors in the Client RPT.

 

Player is saving the coin amount after logging out and server restart.

 

You are able to buy and sell with the coins removing and adding properly / logged out and checked and restarted the server also.. 

 

adding coins to cars or safes.. that's a no go. but no errors in log. also text is a little off in the menu but not sure if that has anything to do with my resolution being 1600 x 900 on this laptop.

 

ccan u check if in the database the object got the money in the end of inventory field or if it's just not saved?

Link to comment
Share on other sites

let me know If you need any more help testing Zupa.

 looking at the code atm,

 

if u deposited money in the safe? what happenend ? did it say something in wwhite text? was the money visible in the dialog?

 

Can u also try it with a non-lockable storage btw. storage shed. SInce that doesn't change classname when locked/unlocked.

 

And have u checked Client RPT logs? since the server side should not show anything wrong anyways ^^

Link to comment
Share on other sites

Sorry, just got home from work, No it did not give any error, the money on the right side of my screen did not change and the amount in the safe staid at 0 same with a car ( name doesn't change ) going to try the shed right now and Client RPT logs are where. been watching the arma2oaserver.RPT

Link to comment
Share on other sites

Pretty sure it's client error then

, probably a typo

 

Cleint rpt is located on your pc where u play

 

C:\Users\yourname\AppData\Local\Arma2OA\ARMA2OA.RPT

 

 

something like that.

 

Everything that goes wrong in your cient code ( 90% of the epoch code gets logged there).

Link to comment
Share on other sites

 

if( ((_bank + _amount ) >  _maxCap)) then{
cutText [format["You c>
  Error position: <_maxCap)) then{
cutText [format["You c>
  Error Undefined variable in expression: _maxcap
File mpmissions\__CUR_MP.chernarus\ZSC\gold\ZSCinit.sqf, line 100

 

 

 

Ugh stupid scopes...

 

github updated, changes:

 

https://github.com/EpochSC/SingleCurrencyStorage/commit/93c86fd95f91aed748436d37734a200d3bd6d736

Link to comment
Share on other sites

File mpmissions\__CUR_MP.chernarus\ZSC\compiles\fn_selfActions.sqf, line 849Error in expression <yer_fuelauto2 = -1;

player removeAction s_givemoney_dialog;
s_givemoney_dialog =>
  Error position: <s_givemoney_dialog;
s_givemoney_dialog =>
  Error Undefined variable in expression: s_givemoney_dialog
File mpmissions\__CUR_MP.chernarus\ZSC\compiles\fn_selfActions.sqf, line 849

 

 

Everything is working though, Money is going into safes, and storage, heli. logged out of the server and logged back in then restarted server.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...