Ephox 4 Report post Posted October 2, 2015 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
READTHESCROLL 203 Report post Posted October 20, 2015 Having the same issue, different map. Have an aircraft trader at an airfield but always get a "failed to purchase vehicle 13" code whenever I try and buy. Share this post Link to post Share on other sites
READTHESCROLL 203 Report post Posted October 21, 2015 (edited) Hey man, I found a fix. You need to open exile_server.pbo and go into code, look for ExileServer_system_trading_network_purchaseVehicleRequest.sqfLook 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; } Edited October 21, 2015 by READTHESCROLL Share this post Link to post Share on other sites
READTHESCROLL 203 Report post Posted October 21, 2015 Sorry about Christopher Walken. Anytime I edit my post this pic pops up and I cant make it go away lol. Share this post Link to post Share on other sites