Blood transfusion interrupted bug

Microb

Member
Hello.

After a log pause I've installed vanilla server with Pwnoz0rs server master.
Everything seemed to work fine until players started to complain about blood transfusion bug.

What happens: If transfusing blood to any player it says: Transfusion was interrupted, bloodbag has been lost.
However bloodbag is still in the inventory.

Tried: Relog/Server Restart/Removing scripts that may affect that (Now I have only admintool/autorefuel enabled)

What I'am doing wrong?
 
Another thing you are doing wrong is using dayz 1.8.3 as they introduced NUMEROUS bugs such as this one that might be your problem
https://github.com/DayZMod/DayZ/issues/279

Well. Server rpt is clear ad that's what I've found in client armaRPT


Code:
  Error Undefined variable in expression: _vehicle_refuel_id
File mpmissions\__CUR_MP.Chernarus\Scripts\kh_actions.sqf, line 36
"SpawnCheck Local.Agents: 12/15, NearBy.Agents: 0/30, Global.Agents: 0/300, W.holders: 4/80, (radius:106.05m 71fps)."
Error in expression <sNearFeed) then {
_vehicle removeAction _vehicle_refuel_id;
_vehicle = objNull;
>
  Error position: <_vehicle_refuel_id;
_vehicle = objNull;
>
  Error Undefined variable in expression: _vehicle_refuel_id
File mpmissions\__CUR_MP.Chernarus\Scripts\kh_actions.sqf, line 36
Error in expression <sNearFeed) then {
_vehicle removeAction _vehicle_refuel_id;
_vehicle = objNull;
>
  Error position: <_vehicle_refuel_id;
_vehicle = objNull;
>
  Error Undefined variable in expression: _vehicle_refuel_id
File mpmissions\__CUR_MP.Chernarus\Scripts\kh_actions.sqf, line 36
"[[],[]]"
"[["ItemBandage","transfusionKit","bloodBagOPOS","bloodBagABPOS","bloodBagBPOS","bloodBagAPOS","bloodTester"],[3,4,1,1,1,1,1]]"
"[[],[]]"
Error in expression <sNearFeed) then {
_vehicle removeAction _vehicle_refuel_id;
_vehicle = objNull;
>
  Error position: <_vehicle_refuel_id;
_vehicle = objNull;
>

That seems to be refuel script problem, however script itself seems to be working fine...
 
Back
Top