Traders

willidshome

Well-Known Member
I have a problem with some of the traders on epoch, when we go to sell something (chinock, C130 etc) the trader is not picking it up even though it is sat with 5 yards of him.

Any idea's ?

Thanks
 
In epoch 1.0.2.5 they changed a lot of vehicle classnames.
By default now, most of the vehicles with guns are VehicleClass_DZE. These vehicles lose their ammo on restart (even if you have the DZE_vehicleAmmo = 1; in your init)

If you have changed all your DZE vehicles over to DZ in your object_data table you also have to change all the DZE vehicles in your Traders_data over so you can buy and sell them. You also have to change all the vehicles over in your dynamic_vehicle.sqf file or the unsellable version of the vehicles will still naturally spawn.

If the vehicle you were trying to sell was spawned in it probably wasn't the _DZ or _DZE version that you are able to sell.
 
Back
Top