Jump to content
  • 0

Delete Originals Trades cities


juandayz

Question

11 answers to this question

Recommended Posts

  • 0

If you want all traders gone from any of the default Epoch maps (Chernarus, Napf or Sauerland) just delete everything in the  Dayz_server/missions/yourserversmission/mission.sqf or simpy comment out this line in your init.sqf : 

	// Add trader citys
	_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_24.Napf\mission.sqf";

to 

	// Add trader citys
	//_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_24.Napf\mission.sqf";

 

Link to comment
Share on other sites

  • 0

Ok so i can comment for example

//nil_ = [ ] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";

and add

nil_ = [ ] execVM "custom\mission.sqf"; // my trader cities.

 

ok,

 
thank you all were very helpful!

 

 

Link to comment
Share on other sites

  • 0

mmm have a problem,  IA dsnt load .  or only one Ia trade are loaded.  

I try delete the whole mission.sqf and add this code:

  Reveal hidden contents

**also try  call only IA section by init.sqf using [] execVM "custom\Maps\TradeIA.sqf";  using at very top "If server Then blablabla" into the tradeia.sqf  but nothing

**also change the server_traders.sqf  to add the models in "serverTraders = []" and in Menu_ wheres the categories to each ia trader are called.

**if i remove this lines Can see the IA, but they run by all the area :D

  Reveal hidden contents

 

Link to comment
Share on other sites

  • 0
comparing with the original mission.sqf I found the error. had to delete }; between the lines of ia.

now i only have to do the spawn area :) 

when i finished promise to share. Its a large Trade whic replaces all others. also have hero,bandit, air dealear and wholesaler
all included in same place.
 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...