Jump to content

Golgofinyanin

Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Golgofinyanin

  1. Yeah 999/998 are not properly working which is mainly why i ended up building our own Hiveext.dll. Which is sadly not really usable for others since i redid the single currency mod (leech the files from our server to see what i've done) which includes a number of changes but most importantly has no banking (replaced by the ability to store coins in safes/lockboxes). Other then that it has been changed to support AxeCop Multichar, so it will only work for servers with that installed.

     

    But the good thing is i made the Hiveext files public and anyone can download/change and recompile them to suit their needs.

     

    you can make a Hiveext.dll but without AceCop Multichat? 

  2.  

     

    How to use CHILD:999 ? or it big secret?

     

     

     

     

     

    How to use CHILD:999 ?

    _playerIDzupa = getPlayerUID _playerObj;

    _cashMoney = 0;

    if(_playerIDzupa != "")then{

    _key = format["CHILD:999:SELECT `CashMoney` FROM `character_data` WHERE `PlayerUID` = %1:[0]:",_playerIDzupa];

    _result = _key call server_hiveReadWrite;

    diag_log format["!!!!!!!!!!!!!!! result money 1 :%1",_result];

    _status = _result select 0; // get the status of the result

    if (_status == "CustomStreamStart") then { //check if the stream coming from the hive was opened

    _val = _result select 1; // get the number of entries that will be coming in the stream

    if(_val > 0) then {

    _result = _key call server_hiveReadWrite;

    diag_log format["!!!!!!!!!!!!!!! result money 2 :%1",_result];

    _cashMoney = _result select 0;

    };

    };

    _playerObj setVariable ["cashMoney",_cashMoney,true];

    _playerObj setVariable ["cashMoney_CHK",_cashMoney];

    };

    .RPT

     

     

    19:47:30 "!!!!!!!!!!!!!!! result money 1 :["CustomStreamStart",10]"

    19:47:30 "!!!!!!!!!!!!!!! result money 2 :[0]"

     

    in SQL CashMoney = 777

     

  3.  

    How to use CHILD:999 ?

    _playerIDzupa = getPlayerUID _playerObj;
    _cashMoney = 0;
    if(_playerIDzupa != "")then{
    _key = format["CHILD:999:SELECT `CashMoney` FROM `character_data` WHERE `PlayerUID` = %1:[0]:",_playerIDzupa];
    _result = _key call server_hiveReadWrite;
    diag_log format["!!!!!!!!!!!!!!! result money 1 :%1",_result]; 
    _status    = _result select 0;            // get the status of the result
    if (_status == "CustomStreamStart") then {    //check if the stream coming from the hive was opened
    _val = _result select 1;                  // get the number of entries that will be coming in the stream
    if(_val > 0) then {
    _result = _key call server_hiveReadWrite;
    diag_log format["!!!!!!!!!!!!!!! result money 2 :%1",_result]; 
    _cashMoney = _result select 0;
    };
    };
    _playerObj setVariable ["cashMoney",_cashMoney,true];
    _playerObj setVariable ["cashMoney_CHK",_cashMoney];
    };
    

    .RPT

     

     

    19:47:30 "!!!!!!!!!!!!!!! result money 1 :["CustomStreamStart",10]"
    19:47:30 "!!!!!!!!!!!!!!! result money 2 :[0]"

     

    in SQL CashMoney = 777

  4.  

    The exact message Sniper is speaking of is as follows...  Cut and pasted straight from the log.

    ...

    15:48:08 Warning Message: No entry 'bin\config.bin/CfgWeapons.'.
    15:48:08 Warning Message: No entry '.scope'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: Error: creating weapon  with scope=private
    15:48:08 Warning Message: No entry '.displayName'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.nameSound'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.type'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.picture'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.Library'.
    15:48:08 Warning Message: No entry '.libTextDesc'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.model'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.simulation'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.fireLightDuration'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.fireLightIntensity'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.weaponLockDelay'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.weaponLockSystem'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.cmImmunity'.
    15:48:08 Warning Message: '/' is not a value
    15:48:08 Warning Message: No entry '.lockingTargetSound'.
    15:48:08 Warning Message: Size: '/' not an array
    15:48:08 Warning Message: No entry '.lockedTargetSound'.
    15:48:08 Warning Message: Size: '/' not an array
    15:48:08 Warning Message: No entry '.muzzles'.
    15:48:08 Warning Message: Size: '/' not an array
    ...
    So I can't see it listing the classname with the problem, that is why its being
    such a pain in the a** to track down...
     
    It sounds like there is a bad string entry in one of the mission / loot / crates scripts.
    Just haven't been able to find one yet.

     

    the same problem

  5.  

     

    > vault_pitch.sqf

    _tent setVariable ["CharacterID",_combination,true];
    _object setVariable ["ownerPUID",_playerUID,true];
    _tent setVariable ["OEMPos",_location,true];
    

    mistake

    > _object

     

    and guide

    Find:
    _tent setVariable ["CharacterID",_combination,true];
    
    and add directly under it:
    _object setVariable ["ownerPUID",_playerUID,true];
    
  6.  

    also occasionally produces errors

     

     

    13:45:16 Bad conversion: array
    13:45:16 Error in expression <ear"] call server_updateObject;
    } count nearestObjects [_pos, dayz_updateObjects>
    13:45:16 Error position: <nearestObjects [_pos, dayz_updateObjects>
    13:45:16 Error 0 elements provided, 3 expected
    13:45:16 File z\addons\dayz_server\compile\server_playerSync.sqf, line 209


    13:46:26 Error in expression < _primary select 1;
    _stats = _primary select 2;
    _state = _primary select 3;
    _>
    13:46:26 Error position: <select 2;
    _state = _primary select 3;
    _>
    13:46:26 Error Zero divisor
    13:46:26 File z\addons\dayz_server\compile\server_playerSetup.sqf, line 59


    22:26:48 Error in expression <;

    _weapon = weaponState _attacker;
    if (_weapon select 0 == "Throw") then
    {
    _we>
    22:26:48 Error position: <_weapon select 0 == "Throw") then
    {
    _we>
    22:26:48 Error Undefined variable in expression: _weapon
    22:26:48 File z\addons\dayz_server\compile\fnc_plyrHit.sqf, line 12

  7.  

     it started after installation 112555

     

    9:44:18 Received 2, expected bool
    9:44:18 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:18 Before (0x00000056): 00 00 00 00 00 7c 31 35 d7 ef 03 13 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:18 Current (0x00000076): 02
    9:44:23 Received 2, expected bool
    9:44:23 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:23 Before (0x00000094): 00 00 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:23 Current (0x000000b4): 02
    9:44:26 Server: Object 42:227 not found (message 91)
    9:44:28 Received 2, expected bool
    9:44:28 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:28 Before (0x000000a2): 7f 7f 42 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:28 Current (0x000000c2): 02
    9:44:33 Received 2, expected bool
    9:44:33 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:33 Before (0x0000005d): 64 66 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:33 Current (0x0000007d): 02
    9:44:38 Received 2, expected bool
    9:44:38 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:38 Before (0x000000b6): 6f 70 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:38 Current (0x000000d6): 02
    9:44:43 Received 2, expected bool
    9:44:43 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:43 Before (0x0000005d): 64 66 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:43 Current (0x0000007d): 02
    9:44:48 Received 2, expected bool
    9:44:48 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:48 Before (0x00000001): 94 72 ca 00 02 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:48 Current (0x00000021): 02
    9:44:53 Received 2, expected bool
    9:44:53 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:44:53 Before (0x00000061): 5f 31 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:44:53 Current (0x00000081): 02

     

     

     

    9:45:45 Received 2, expected bool
    9:45:45 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:45 Before (0x00000094): 00 00 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:45 Current (0x000000b4): 02
    9:45:48 Received 2, expected bool
    9:45:48 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:48 Before (0x00000000): 7c ab 5a cb 00 31 2c df ef 1b 13 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:48 Current (0x0000001f): 02
    9:45:48 Received 2, expected bool
    9:45:48 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:48 Before (0x00000000): 7c ab 5a cb 00 31 21 df ef 23 13 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:48 Current (0x0000001f): 02
    9:45:49 Received 2, expected bool
    9:45:49 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:49 Before (0x00000000): 7c 1b 5b cb 00 31 1d e0 ef 23 13 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:49 Current (0x0000001f): 02
    9:45:49 Received 2, expected bool
    9:45:49 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:49 Before (0x00000000): 7c e5 5b cb 00 31 1b e0 ef 23 13 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:49 Current (0x0000001f): 02
    9:45:50 Received 2, expected bool
    9:45:50 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:50 Before (0x0000005d): 64 66 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:50 Current (0x0000007d): 02
    9:45:52 Received 2, expected bool
    9:45:52 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:52 Before (0x00000000): 7c ab 69 cb 00 31 28 e7 ef eb 12 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:52 Current (0x0000001f): 02
    9:45:53 Received 2, expected bool
    9:45:53 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:53 Before (0x00000000): 7c 36 6b cb 00 31 2e e5 ef d3 12 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:53 Current (0x0000001f): 02
    9:45:53 Received 2, expected bool
    9:45:53 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:53 Before (0x00000001): 30 6e cb 00 02 7c 31 2c df ef 1b 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:53 Current (0x00000021): 02
    9:45:53 Received 2, expected bool
    9:45:53 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:53 Before (0x000000b9): 64 66 00 00 00 7c 31 1d e0 ef 23 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:53 Current (0x000000d9): 02
    9:45:54 Received 2, expected bool
    9:45:54 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:54 Before (0x00000001): 67 6f cb 00 02 7c 31 1b e0 ef 23 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:54 Current (0x00000021): 02
    9:45:55 Received 2, expected bool
    9:45:55 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:55 Before (0x000000cb): 00 00 00 00 00 7c 31 35 d7 ef 03 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:55 Current (0x000000eb): 02
    9:45:56 Received 2, expected bool
    9:45:56 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:56 Before (0x00000000): 7c 19 77 cb 00 31 25 e0 ef a3 12 01 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:56 Current (0x0000001f): 02
    9:45:58 Received 2, expected bool
    9:45:58 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:58 Before (0x0000005d): 64 66 00 00 00 7c 31 28 e7 ef eb 12 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:58 Current (0x0000007d): 02
    9:45:58 Received 2, expected bool
    9:45:58 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:58 Before (0x00000000): 7c 8a 7e cb 00 31 2e e5 ef d3 12 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:58 Current (0x0000001f): 02
    9:45:59 Received 2, expected bool
    9:45:59 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:59 Before (0x00000001): b1 81 cb 00 04 7c 31 21 df ef 23 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:59 Current (0x00000021): 02
    9:45:59 Received 2, expected bool
    9:45:59 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:59 Before (0x00000076): 00 e3 e7 b3 12 7c 31 1d e0 ef 23 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:59 Current (0x00000096): 02
    9:45:59 Received 2, expected bool
    9:45:59 Unexpected message data (message struct NetworkMessageUpdateDamageVehicleAI, item isDead)
    9:45:59 Before (0x00000000): 7c 1d 83 cb 00 31 1b e0 ef 23 13 00 00 ff 01 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    9:45:59 Current (0x0000001f): 02

×
×
  • Create New...