Jump to content
  • 0

Endless siphoning with bikes


edhunter

Question

3 answers to this question

Recommended Posts

  • 0

You don't need any edits to a server this happens with vanilla  :lol:

 

thank your server friend for finding it, it will be fixed next epoch release.

 

if you want to fix it in the meantime it's this line in dayz_code\compile\fn_damageActions.sqf

_isDisallowRefuel = typeOf _unit in ["M240Nest_DZ"];

replace that with this and save it to your mission custom folder

_isDisallowRefuel = typeOf _unit in ["M240Nest_DZ","MMT_Civ","MMT_USMC","Old_bike_TK_CIV_EP1","Old_bike_TK_INS_EP1"];

then replace this line in your compiles.sqf

fnc_usec_damageActions =		compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_damageActions.sqf";		//Checks which actions for nearby casualty

with the path to the new saved file

fnc_usec_damageActions =		compile preprocessFileLineNumbers "custom\fn_damageActions.sqf";		//Checks which actions for nearby casualty

If you haven't got a custom compiles.sqf I recommend looking up the guide for that first then proceed with this fix.

 

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...