• 6
Oreo

Helicopter damaged after purchase

Question

16 answers to this question

  • 1

I just did test this with the Taru Still dropped and the damage was there winch was 0% still had to repaier. 

I set mine to 6. Any idea at all?

_position2d set [2,_offset / 6];

Edited by =DH=WickedMoonShiner (Don)

Share this post


Link to post
Share on other sites
Advertisement
  • 0

The funny thing is when you read the Changelog from 0.9.19:

- Added proper vehicle god mode to purchased vehicles so they will not spawn damaged (especially the hellcat)

But it should not work actually now, we also have the Problem on our Server, that Helicoptes spawn sometimes damaged. But such things happen some times. We need to wait for a fix ;)

  • Like 1

Share this post


Link to post
Share on other sites
  • 0

The funny thing is when you read the Changelog from 0.9.19:

- Added proper vehicle god mode to purchased vehicles so they will not spawn damaged (especially the hellcat)

But it should not work actually now, we also have the Problem on our Server, that Helicoptes spawn sometimes damaged. But such things happen some times. We need to wait for a fix ;)

Yes ,heli gets Godmode in SAFEZONE , but heli spawns out of safezone with curent spawning system.

So wait for next update, or fix "ExileServer_system_trading_network_purchaseVehicleRequest.sqf" your own.

Hint BIS_fnc_findSafePos is shi*t

Hint2 Temp fix may be , in "ExileServer_system_trading_network_purchaseVehicleRequest.sqf"

Line91		_offset = _vehicleObject call ExileClient_util_model_getHeight;
Line92		_position2d set [2,_offset / 2];
Line93		_vehicleObject setPosATL _position2d;

Change offset division may work less damage

Edited by macchky

Share this post


Link to post
Share on other sites
  • 0

Yes ,heli gets Godmode in SAFEZONE , but heli spawns out of safezone with curent spawning system.

So wait for next update, or fix "ExileServer_system_trading_network_purchaseVehicleRequest.sqf" your own.

Hint BIS_fnc_findSafePos is shi*t

Hint2 Temp fix may be , in "ExileServer_system_trading_network_purchaseVehicleRequest.sqf"

Line91		_offset = _vehicleObject call ExileClient_util_model_getHeight;
Line92		_position2d set [2,_offset / 2];
Line93		_vehicleObject setPosATL _position2d;

Change offset division may work less damage

 
this code fix the problem that damages the helicopter spawn?

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.