LINKEN Posted June 5, 2018 Report Share Posted June 5, 2018 hi, Is it possible to add a structure to the trader for sale? i want to add this item "MAP_Ind_TankSmall". tried to add this to my custom trader: class MAP_Ind_TankSmall { type = "trade_items"; buy[] = {3,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"}; }; but it dont work..... prices are only a example. i would be happy and grateful for any help! Link to comment Share on other sites More sharing options...
0 Cletus_Van_Damme Posted June 5, 2018 Report Share Posted June 5, 2018 Haven't tried it with buildings from a trader, but you could use trade_any_vehicle instead of trade_items. Make sure you're near an invisible helipad (like a vehicle trader) so the item will spawn in a good place. Then use the tow/lift load in feature to load the item into a vehicle for transport and placement when back at base. As I said haven't tried it but that method used to work for static weapons / ammo crates. Link to comment Share on other sites More sharing options...
0 salival Posted June 5, 2018 Report Share Posted June 5, 2018 4 hours ago, LINKEN said: hi, Is it possible to add a structure to the trader for sale? i want to add this item "MAP_Ind_TankSmall". tried to add this to my custom trader: class MAP_Ind_TankSmall { type = "trade_items"; buy[] = {3,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"}; }; but it dont work..... prices are only a example. i would be happy and grateful for any help! Unfortunately this will not work. You could try the Advanced Alchemical mod which I think lets you do similar (I could be wrong) Link to comment Share on other sites More sharing options...
0 LINKEN Posted June 5, 2018 Author Report Share Posted June 5, 2018 9 hours ago, salival said: Unfortunately this will not work. You could try the Advanced Alchemical mod which I think lets you do similar (I could be wrong) looks very good. i will try it. thank you. Link to comment Share on other sites More sharing options...
Question
LINKEN
hi,
Is it possible to add a structure to the trader for sale? i want to add this item "MAP_Ind_TankSmall".
tried to add this to my custom trader:
class MAP_Ind_TankSmall { type = "trade_items"; buy[] = {3,"ItemGoldBar10oz"}; sell[] = {1,"ItemGoldBar10oz"}; };
but it dont work.....
prices are only a example.
i would be happy and grateful for any help!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now