Jump to content
  • 0

HiveExt.dll AND RPT Error


chamaerops

Question

Hey Guys,

i'm not sure if it's still possible with Epoch 1.0.6.1 but i need (Like the title says) a HiveExt.dll what supports the CHILD:999 Method. Untill Epoch 1.0.5.1 i had this one:

But Epoch 1.0.6.1 won't work with this file correctly and i'm getting some big errors.

It is important the HiveExt supports the 999 Method cuz i've created some scripts on my own, but i have no idea how to edit or compile a DLL File.

That would be veeeery nice if someone would share or had a link where i could find one :D

And sorry for my bad English,

chamaerops

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
4 hours ago, chamaerops said:

Hey Guys,

i'm not sure if it's still possible with Epoch 1.0.6.1 but i need (Like the title says) a HiveExt.dll what supports the CHILD:999 Method. Untill Epoch 1.0.5.1 i had this one:

But Epoch 1.0.6.1 won't work with this file correctly and i'm getting some big errors.

It is important the HiveExt supports the 999 Method cuz i've created some scripts on my own, but i have no idea how to edit or compile a DLL File.

That would be veeeery nice if someone would share or had a link where i could find one :D

And sorry for my bad English,

chamaerops

 

Hivext does not support 999 calls. I would look to use extdb for MySQL calls from sqf.

You can see examples of how it's used in my virtual garage script on my GitHub.

https://github.com/oiad/virtualGarage

Link to comment
Share on other sites

  • 0

Thank you, for your examples. I still can't get in running, but now i've got a really annoying error, whats spaming my RPT up to 15 - 30 MB. And i CAN'T figure out what's wrong with it. 
So maybe some of you guys can help me with that. The Server is now running DayZ Epoch 1.0.6.1. Map = Ruegen by falconsan. NO other Scripts, because of this error i removed everything i've just installed.

 

if ((_pos distance _testPos) >= _minDist) the>
22:18:04   Error position: <_pos distance _testPos) >= _minDist) the>
22:18:04   Error Nicht definierte Variable in Ausdruck: _pos
22:18:04 File ca\modules\functions\misc\fn_findSafePos.sqf, line 98
22:18:04 Error in expression <["_newX", "_newY", "_testPos"];
_newX = _posX + (_maxDist - (random (_maxDist * >
22:18:04   Error position: <_posX + (_maxDist - (random (_maxDist * >
22:18:04   Error Nicht definierte Variable in Ausdruck: _posx
22:18:04 File ca\modules\functions\misc\fn_findSafePos.sqf, line 90
22:18:04 Error in expression < BIS_fnc_isPosBlacklisted)) then

 

Does anyone know something about this or at least where i have to search? This path ca\modules\functions\misc\fn_findSafePos.sqf doesn't exist. 
I really want to fix that, cuz it's annoying AF :D

RPT Log doesn't show any other errors.


Greetings

 

Link to comment
Share on other sites

  • 0
On 21.7.2017 at 6:23 PM, _Jack said:

This is to do with the spawning of the player. The script in the rpt that is spitting out errors is supposed to find a safe space to spawn the player. Maybe because you are using a custom map?

 

Hello again,

i've got some new errors from my RPT Log, what i think they're showing up the reason for that RPT spaming error:

Spoiler

13:58:49 Error in expression <ret = _this select _ret;           
};

_ret;>
13:58:49   Error position: <_ret;>
13:58:49   Error Nicht definierte Variable in Ausdruck: _ret
13:58:49 File z\addons\dayz_code\compile\BIS_fnc\fn_selectRandom.sqf, line 24
13:58:49 Error in expression <ltPos = _this select 8;
};


if ((count _pos) == 0) then 
_pos = getArray(conf>
13:58:49   Error position: <_pos) == 0) then 
_pos = getArray(conf>
13:58:49 File ca\modules\functions\misc\fn_findSafePos.sqf, line 65
13:58:49 Error in expression <call BIS_fnc_selectRandom;    
_position = _position modelToWorld [0,0,0];
_positio>
13:58:49   Error position: <_position modelToWorld [0,0,0];
_positio>
13:58:49 File z\addons\dayz_server\compile\spawn_vehicles.sqf, line 54
13:59:27 Error in expression <ret = _this select _ret;           
};

_ret;>
13:59:27   Error position: <_ret;>
13:59:27   Error Nicht definierte Variable in Ausdruck: _ret
13:59:27 File z\addons\dayz_code\compile\BIS_fnc\fn_selectRandom.sqf, line 24
13:59:27 Error in expression <ltPos = _this select 8;
};


if ((count _pos) == 0) then 
_pos = getArray(conf>
13:59:27   Error position: <_pos) == 0) then 
_pos = getArray(conf>
13:59:27 File ca\modules\functions\misc\fn_findSafePos.sqf, line 65
13:59:27 Error in expression <call BIS_fnc_selectRandom;    
_position = _position modelToWorld [0,0,0];    
_positi>
13:59:27   Error position: <_position modelToWorld [0,0,0];    
_positi>
13:59:27 File z\addons\dayz_server\compile\spawn_vehicles.sqf, line 49
14:00:05 Error in expression <ret = _this select _ret;           
};

_ret;>
14:00:05   Error position: <_ret;>
14:00:05   Error Nicht definierte Variable in Ausdruck: _ret
14:00:05 File z\addons\dayz_code\compile\BIS_fnc\fn_selectRandom.sqf, line 24
14:00:05 Error in expression <ltPos = _this select 8;

So i guess something's wrong with that new spawn_vehicles.sqf. Any ideas?

I really want to fix that annoying error :D

chamaerops

p.s. i didn't edit one of the affected files at all.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...