Jump to content

[PROJECT] Gold Coin based Single Currency & Banking System


Recommended Posts

For some reason I'm spawning 3 of everything. gates, laptops benches. (only tested the one south of Vybor) 
I've opened all my SQF's at once in notepad and did a mass search for the call line and I've only got 1. Any Ideas on why im spawning 3 of everything?

 

 

Link to comment
Share on other sites

  On 7/30/2014 at 3:36 AM, bFe said:

 

Sadly it didn't work.

Thanks for the tip though.

 

Mods: @DayZ_Server
Distribution: 0
Version 1.63.125548
Fault address:  624AE326 01:0001D326 D:\DayZ Server\@DayZ_Server\HiveExt.dll
file:     DayZ_test
world:    Napf
Prev. code bytes: 45 FC 1E 00 00 00 8D 64 24 00 8B 8D 90 FD FF FF
Fault code bytes: 8B 01 8B 50 04 FF D2 84 C0 0F 84 34 09 00 00 8B
 
Registers:
EAX:0097C3AC EBX:00000000
ECX:00000000 EDX:00000400
ESI:0000000B EDI:0000000F
CS:EIP:0023:624AE326
SS:ESP:002B:0097C38C  EBP:0097C61C
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00210202
=======================================================
note: Minidump has been generated into the file instance_11_Chernarus\arma2oaserver.mdmp

 

Try different world than Napf.

Link to comment
Share on other sites

  On 7/30/2014 at 1:32 AM, Logan said:

Working perfect as far as I can tell with your files, how would I go about removing the custom UI and just having the coin and safe pics, as I already run a custom UI

 

Just remove the execVM asremix call in init.sqf

Link to comment
Share on other sites

  On 7/30/2014 at 3:36 AM, bFe said:

 

Sadly it didn't work.

Thanks for the tip though.

 

Mods: @DayZ_Server
Distribution: 0
Version 1.63.125548
Fault address:  624AE326 01:0001D326 D:\DayZ Server\@DayZ_Server\HiveExt.dll
file:     DayZ_test
world:    Napf
Prev. code bytes: 45 FC 1E 00 00 00 8D 64 24 00 8B 8D 90 FD FF FF
Fault code bytes: 8B 01 8B 50 04 FF D2 84 C0 0F 84 34 09 00 00 8B
 
Registers:
EAX:0097C3AC EBX:00000000
ECX:00000000 EDX:00000400
ESI:0000000B EDI:0000000F
CS:EIP:0023:624AE326
SS:ESP:002B:0097C38C  EBP:0097C61C
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00210202
=======================================================
note: Minidump has been generated into the file instance_11_Chernarus\arma2oaserver.mdmp

 

 

 

What is file:     DayZ_test ?

Link to comment
Share on other sites

  On 7/30/2014 at 7:22 AM, Zupa said:

Just remove the execVM asremix call in init.sqf

Got it working and added to the UI I use. Everything seems to be working fine, apart from giving players money, but I know it's on my end somewhere.

 

Thanks, this is shaping up to be amazing!

Link to comment
Share on other sites

  On 7/30/2014 at 2:09 AM, kylebeed said:

Im not able to access traders for some reason after using this?

 

I have used his zupas traders as instructed and i cant access any?

 

What map u use, and if chernarus, which version, 11 or 17 ?

Link to comment
Share on other sites

  On 7/30/2014 at 7:35 AM, Zupa said:

What map u use, and if chernarus, which version, 11 or 17 ?

 

Got it sorted dude. Just gonna go through the whole of my traders and do a total overhaul 

 

 

 

Also, Very nice release, looking forward to future updates :)

Link to comment
Share on other sites

  On 7/30/2014 at 7:29 AM, insertcoins said:

Zupa, just a question:

 

Would this mean that I'd have to redo all prices in the DB?

 

Currently it only supports COnfigtraders which are provided in the zip/pbo. You can add items there.

 

I'll maybe provide database trading also avaialable soon. ( CFG is way better for server performance btw).

Link to comment
Share on other sites

  On 7/30/2014 at 7:36 AM, kylebeed said:

i will be releasing coins prices for traders later on today (Overpoch weps also) when i get finished with them!

 

There is a complete overpoch traders in there, weps, cars, planes.

Link to comment
Share on other sites

  On 7/30/2014 at 7:39 AM, Zupa said:

Currently it only supports COnfigtraders which are provided in the zip/pbo. You can add items there.

 

I'll maybe provide database trading also avaialable soon. ( CFG is way better for server performance btw).

 

I found that the traders you provided didnt work. No trade menu, So i thought it was because of the mission.sqf i repalced mine with yours and it still didnt work?

 

Also is there anyway to neaten up the ammount of coins needed in trader?   

 

for example "100,000"   instead of "100000"      Its nothing big i know. But would it be possible?

 

 

and instead of it being blank after "100000" , it could be "100000 Coins"

Link to comment
Share on other sites

  On 7/30/2014 at 7:41 AM, kylebeed said:

I found that the traders you provided didnt work. No trade menu, So i thought it was because of the mission.sqf i repalced mine with yours and it still didnt work?

 

Also is there anyway to neaten up the ammount of coins needed in trader?   

 

for example 100,000   instead of 100000      Its nothing big i know. But would it be possible?

 

sometimes u really need to aim at the head ant scroll/walk forwards and backwards for some reason.

 

Also, did you use the Cfgtrader = true in init correctly?

 

And included it in description.ext?

 

And server_traders.sqf is like mine? (all the trader id's the same is in the config trader files?

Link to comment
Share on other sites

  On 7/30/2014 at 7:50 AM, Zupa said:

sometimes u really need to aim at the head ant scroll/walk forwards and backwards for some reason.

 

Also, did you use the Cfgtrader = true in init correctly?

 

And included it in description.ext?

 

And server_traders.sqf is like mine? (all the trader id's the same is in the config trader files?

 

Yes all was correct, I went through it multiple times to make sure it wasn't a problem on my end. But i guess it must be if other people are successfully working it.

Link to comment
Share on other sites

  On 7/30/2014 at 7:53 AM, kylebeed said:

Yes all was correct, I went through it multiple times to make sure it wasn't a problem on my end. But i guess it must be if other people are successfully working it.

 

Did u try if it works with my default server and missions pbo ? (should owork then) ^^ for epoch and overwatch items

Link to comment
Share on other sites

  On 7/30/2014 at 7:50 AM, kylebeed said:

Just checking. 

 

But you use config based traders right? because i stopped using database quite awhile ago :)

 

 

Well, I want to switch but the sheer mass of the files that need setting up has kept me from it

Link to comment
Share on other sites

  On 7/30/2014 at 7:57 AM, Zupa said:

Did u try if it works with my default server and missions pbo ? (should owork then) ^^ for epoch and overwatch items

 

 

I didn't bother, Id prefer to go through the traders manually and add my own little adjustments :)

Link to comment
Share on other sites

  On 7/30/2014 at 7:58 AM, insertcoins said:

Well, I want to switch but the sheer mass of the files that need setting up has kept me from it

 

its really not that hard. I thought it was hard at first but CEN help me alot with it.

 

and i guess now is the time to switch when you get the files handed to you and the coin system :D

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...