Jump to content

[Outdated] [Release] Single Currency & Banking 1.1


Recommended Posts

Hey guys, i am still having issues with cash duplicating or not writing to thr DB.

Looking at all the code, when money is deposited or taken the change writes the the DB as its done.

I seem to experience a lag in this. If you change your money and relog. the change does not always take effect, some times it has more than there was before and sometimes less.

The manner in how the money is moved, via admin tools or bank, it makes no difference.

 

Any Ideas ?

Cheers :)

Link to comment
Share on other sites

is there is an issue with the included hiveext.dll and maintain_area.sqf? Im using the 1.1 and im using the included dlls on my server

 

i saw the following lines in my hiveext.log right after maintaining a base. 

hiveext.log when executing maintain_area.sqf 
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396 
befor maintaining a cinderwall objid 17247 (sorry for the format i just exported the row in my clipboard with heidisql)
INSERT INTO `object_data` (`ObjectID`, `ObjectUID`, `Instance`, `Classname`, `Datestamp`, `LastUpdated`, `CharacterID`, `Worldspace`, `Inventory`, `Hitpoints`, `Fuel`, `Damage`) 
VALUES (17247, 52028831593824, 11, 'CinderWall_DZ', '2014-08-13 17:08:36', '2014-09-02 01:15:00', 7186, '[24.013,[5202.82,8315.87,-0.383]]', '[]', '[]', 0.00000, 0.10000);
after maintaining a cinderwall objid 17247 (sorry for the format i just exported the row in my clipboard with heidisql)
INSERT INTO `object_data` (`ObjectID`, `ObjectUID`, `Instance`, `Classname`, `Datestamp`, `LastUpdated`, `CharacterID`, `Worldspace`, `Inventory`, `Hitpoints`, `Fuel`, `Damage`) 
VALUES (17247, 52028831593824, 11, 'CinderWall_DZ', '2014-08-13 17:08:36', '2014-09-02 01:15:00', 7186, '[24.013,[5202.82,8315.87,-0.383]]', '[]', '[]', 0.00000, 0.10000);

as you can see no changes to the Datestamp and at the same time the hiveext.log error. The Call 396 i think is for updating the datetamp to the objects. 

 

Any Help would be greatly appreciated and thanks for that great mod!

 

regards

Dew

 

 

 

Link to comment
Share on other sites

 

is there is an issue with the included hiveext.dll and maintain_area.sqf? Im using the 1.1 and im using the included dlls on my server

 

i saw the following lines in my hiveext.log right after maintaining a base. 

hiveext.log when executing maintain_area.sqf 
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396
2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396 
befor maintaining a cinderwall objid 17247 (sorry for the format i just exported the row in my clipboard with heidisql)
INSERT INTO `object_data` (`ObjectID`, `ObjectUID`, `Instance`, `Classname`, `Datestamp`, `LastUpdated`, `CharacterID`, `Worldspace`, `Inventory`, `Hitpoints`, `Fuel`, `Damage`) 
VALUES (17247, 52028831593824, 11, 'CinderWall_DZ', '2014-08-13 17:08:36', '2014-09-02 01:15:00', 7186, '[24.013,[5202.82,8315.87,-0.383]]', '[]', '[]', 0.00000, 0.10000);
after maintaining a cinderwall objid 17247 (sorry for the format i just exported the row in my clipboard with heidisql)
INSERT INTO `object_data` (`ObjectID`, `ObjectUID`, `Instance`, `Classname`, `Datestamp`, `LastUpdated`, `CharacterID`, `Worldspace`, `Inventory`, `Hitpoints`, `Fuel`, `Damage`) 
VALUES (17247, 52028831593824, 11, 'CinderWall_DZ', '2014-08-13 17:08:36', '2014-09-02 01:15:00', 7186, '[24.013,[5202.82,8315.87,-0.383]]', '[]', '[]', 0.00000, 0.10000);

as you can see no changes to the Datestamp and at the same time the hiveext.log error. The Call 396 i think is for updating the datetamp to the objects. 

 

Any Help would be greatly appreciated and thanks for that great mod!

 

regards

Dew

 

 

 

 

You aint got the right DLL file:

2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396

Get that 396 Valid and you'll be fine. 

Scratch that.

Edit: 100th Post.

Link to comment
Share on other sites

You aint got the right DLL file:

2014-09-03 20:33:47 HiveExt: [Error] Invalid method id: 396

Get that 396 Valid and you'll be fine. 

 

Wrong

 

the 1.1 999 hive does not support maintaining.

 

 

Update to 2.0 with Souls hive to support maintaining

 

Link to comment
Share on other sites

hey. i have a problem. i am stuck on "requesting character data from server"

i am using the stock missionfiles from github. and yes i added the dll files to the server root and @Dayz_epoch_server.

 

server host is Nitrado.net

 

and here is my rtp and hiveext.log https://www.dropbox.com/sh/mjob1q22tm4wuzg/AACUxVKRnnddOLZtzVElFOJ3a?dl=0

 

awesome script btw :)

Link to comment
Share on other sites

hey. i have a problem. i am stuck on "requesting character data from server"

i am using the stock missionfiles from github. and yes i added the dll files to the server root and @Dayz_epoch_server.

 

server host is Nitrado.net

 

and here is my rtp and hiveext.log https://www.dropbox.com/sh/mjob1q22tm4wuzg/AACUxVKRnnddOLZtzVElFOJ3a?dl=0

 

awesome script btw :)

anyone?

Link to comment
Share on other sites

lel

(Table 'ni349348_1_epoch.player_data' doesn't exist)

is that your database?

 

ni349348_1_epoch

 

and is there

 

player_data

wow Lol... nitrado fucked something up so my entire database is gone... thx anyway :P

 

Edit:

Well i reset the server and got it working with overpoch, but when i overwrite the dll's its like the database gets deleted...

 

same error as before

2014-09-05 20:51:39 Database: [Error] Error 1146 (Table 'ni349348_1_epoch.player_data' doesn't exist) in MySQLQuery SQL: 'SELECT `PlayerMorality` FROM `player_data` WHERE `PlayerUID` = '76561198084584181''

 

any ideas?

Link to comment
Share on other sites

wow Lol... nitrado fucked something up so my entire database is gone... thx anyway :P

 

Edit:

Well i reset the server and got it working with overpoch, but when i overwrite the dll's its like the database gets deleted...

 

same error as before

2014-09-05 20:51:39 Database: [Error] Error 1146 (Table 'ni349348_1_epoch.player_data' doesn't exist) in MySQLQuery SQL: 'SELECT `PlayerMorality` FROM `player_data` WHERE `PlayerUID` = '76561198084584181''

 

any ideas?

When you are using nitrado change in the SCDBQuery.sql you need to edit the last line of code at : ALTER TABLE character_data to ALTER TABLE Character_DATA because the nitrado databes has labeled the tables a bit diferent

Link to comment
Share on other sites

When you are using nitrado change in the SCDBQuery.sql you need to edit the last line of code at : ALTER TABLE character_data to ALTER TABLE Character_DATA because the nitrado databes has labeled the tables a bit diferent

finally someone gave me a logical answer, but where is "SCDBQuery.sql" file`? :P

Link to comment
Share on other sites

Got the missing traders to appear on the map now.

But now no trader give me a trader menu option, only give coins to

 

error = "ERROR: Cannot Sync Character Pavel Zykov as no characterID"

 

What do i do?

How did you get them to appear? I am having the same issue.

 

Thanks

Link to comment
Share on other sites

The traders are on the map but in different locations, the markers are not up to date though! 

 

class Markers

        {
                items=17;
                class Item0
                {
                        position[]={7839.6055,381.33774,8414.7324};
                        name="center";
                        type="Empty";
                };
                class Item1
                {
                        position[]={-7245.377,365.98782,19535.367};
                        name="respawn_west";
                        type="Empty";
                };
                class Item2
                {
                        position[]={4932.3345,0.39950246,1989.1094};
                        name="spawn0";
                        type="Empty";
                };
                class Item3
                {
                        position[]={2236.0391,0.63119155,1923.3735};
                        name="spawn1";
                        type="Empty";
                };
                class Item4
                {
                        position[]={8738.1328,0.45720705,2122.1082};
                        name="spawn2";
                        type="Empty";
                };
                class Item5
                {
                        position[]={10909.267,0.57597214,2422.3096};
                        name="spawn3";
                        type="Empty";
                };
                class Item6
                {
                        position[]={13510.764,0.44504455,5249.3027};
                        name="spawn4";
                        type="Empty";
                };
                class Item7
                {
                        position[]={6326.4805,304.99265,7809.4888};
                        name="Tradercitystary";
                        text="Trader City Stary";
                        type="mil_circle";
                        colorName="ColorBlack";
                };
                class Item8
                {
                        position[]={1102.38,0.002,2850.69};
                        name="wholesaleSouth";
                        text="Wholesaler";
                        type="mil_dot";
                        colorName="ColorBlack";
                };
                class Item9
                {
                        position[]={13246.2,0.001,6074.4};
                        name="boatTraderEast";
                        text="Wholesaler";
                        type="mil_dot";
                        colorName="ColorBlack";
                };
                class Item10
                {
                        position[]={8387.1025,0.002,2369.3113};  
                        name="BoatDealerSouth";
                        text="Boat Dealer";
                        type="mil_dot";
                        colorName="ColorBlack";
                };
                class Item11
                {
                        position[]={5066.14,0.001,9730.46};
                        name="AirVehicles";
                        text="Aircraft Dealer";
                        type="mil_dot";
                        colorName="ColorGreen";
                };
                class Item12
                {
                        position[]={1606.6443,289.70795,7803.5156};
                        name="BanditDen";
                        text="Bandit Camp";
                        type="mil_dot";
                        colorName="ColorRed";
                };
                class Item13
                {
                        position[]={11447.91,317.27109,11364.536};
                        name="Klen";
                        text="Trader City Klen";
                        type="mil_circle";
                        colorName="ColorGreen";
                };
                class Item14
                {
                        position[]={13105.7,4.21,8254.56};
                        name="BoatDealerEast";
                        text="Boat Dealer";
                        type="mil_dot";
                        colorName="ColorBlack";
                };
                class Item15
                {
                        position[]={4064.2258,365.13501,11665.938};
                        name="TradercityBash";
                        text="Trader City Bash";
                        type="mil_circle";
                        colorName="ColorBlack";
                };
                class Item16
                {
                        position[]={12944.227,210.19823,12766.889};
                        name="HeroTrader";
                        text="Hero Camp";
                        type="mil_dot";
                        colorName="ColorBlue";
                };     
               
        };

 
These are the markers from my mission.sqm, just use these and the new traders should appear on the map in the new locations
Link to comment
Share on other sites

Anyone encountered the issue where sometimes you check wallet from a body and it says something about "scalar" and the the person's wallet amount becomes "any", allowing them to deposit unlimited amounts in to their banks. This issue happens for both zupa's & soul's HiveExt.dll versions. Kinda annoying to see players having billions overnight, but otherwise, awesome currency system :D

Link to comment
Share on other sites

Anyone encountered the issue where sometimes you check wallet from a body and it says something about "scalar" and the the person's wallet amount becomes "any", allowing them to deposit unlimited amounts in to their banks. This issue happens for both zupa's & soul's HiveExt.dll versions. Kinda annoying to see players having billions overnight, but otherwise, awesome currency system :D

This is an issue I am running into as well. People the deposit billions into their bank account, causing all bank accounts to revert to 1 due to overflow it seems.

Link to comment
Share on other sites

Hey i donno if anyone else is having this problem or if its already been fixed but when i install all this, it deleted my Aircraft dealer at the NEAF and it moves only one whole sale trader into a quarry and no matter what i do i cant seem to get him moved. Any help at all would be awesome. Thanks in advance!!

Link to comment
Share on other sites

Hey i donno if anyone else is having this problem or if its already been fixed but when i install all this, it deleted my Aircraft dealer at the NEAF and it moves only one whole sale trader into a quarry and no matter what i do i cant seem to get him moved. Any help at all would be awesome. Thanks in advance!!

What map are you running? Maybe this is the problem. The traders is problaby there, but with a different location.

Link to comment
Share on other sites

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