Ephox

(Chernarus) Bash Aircraft Trader won't work?

4 posts in this topic

Hi, i have a chernarus server up with traders at the usual spots that arma 2 epoch had. I have one problem. Aircraft Trader at bash won't work. Doesn't matter where i place him he just says the same error "failed to purchase vehicle: 13"
I belive the error is because it can't find a position to place the aircraft. The weird thing is no matter where i place it (in the trees or in the open "field" there it won't work. However the aircraft trader at Klen which is on a hill works perfectly! What is causing this?

Share this post


Link to post
Share on other sites
Advertisement

Hey man, I found a fix. You need to open exile_server.pbo and go into code, look for ExileServer_system_trading_network_purchaseVehicleRequest.sqf

Look at my commeted line in the code to MAKE THIS NUMBER LOWER.

I changed it from 40 to 20 and now my choppers will spawn in. Once you make the change you can call it in the mission file config.cpp under custom code like this..

ExileServer_system_trading_network_purchaseVehicleRequest = "fixes\ExileServer_system_trading_network_purchaseVehicleRequest.sqf";

 

else
	{
		if (_vehicleClass isKindOf "Air") then
		{
			_position2d =
			[
			    (getPosATL _playerObject),
			    5,
			    175,
			    40, //MAKE THIS NUMBER LOWER!!
			    0,
			    9999,
			    0
			]
			call BIS_fnc_findSafePos;
		}

 

Walken-Cowbell.jpg

Edited by READTHESCROLL

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.