Jump to content
  • 0

How to add more protected trader ?


korakot2003

Question

3 answers to this question

Recommended Posts

  • 0

You add the traders in your a3_epoch_server_settings.pbo in @epochhive

 

here is an example of mine for Altis, edit the altis.h file in a3_epoch_server_settings\maps\

 

edit the staticNpcPos section: (the easiest way to get the correct coordinates to place traders is to use a custom status bar which displays the in game coordinates of where your player is standing like this )

 

I recommend using this to create the safzone: 

	staticNpcPos[] = {
			// tradercity 1
			{ "C_man_w_worker_F", { 13323.1, 14527.3, 0.00144649 }, 201.163 },
			{ "C_man_w_worker_F", { 13331.2, 14524.6, 0.00144362 }, 182.606 },
			{ "C_Orestes", { 13318, 14518.3, 0 }, 173.189 },
			{ "C_man_shorts_4_F_asia", { 13349.9, 14490.7, 0.750791 }, 339.975 },
			// tradercity 2
			{ "C_man_hunter_1_F", { 6177.13, 16835.1, 0.0014267 }, 66.2026 },
			{ "C_man_p_fugitive_F_afro", { 6196.01, 16833, 0.00157166 }, 310.814 },
			// tradercity 3
			{ "C_journalist_F", { 18460.6, 14259.6, 0.00160599 }, 317.76 },
			{ "C_scientist_F", { 18441.7, 14271.7, 0.00142479 }, 49.9898 },
			// North Zaros
			{ "C_man_hunter_1_F", { 9263.3, 12631.3, 0 }, 56 },
			{ "C_man_hunter_1_F", { 9267.9, 12627.2, 0 }, 37 },
			{ "C_man_hunter_1_F", { 9278.3, 12622.6, 0 }, 354 },
			// Pyrsos
			{ "C_man_hunter_1_F", { 9771, 19418, 0.4 }, 200 },
			{ "C_man_hunter_1_F", { 9776.7, 19410.4, 0.3 }, 346 },
			// Right side of map top
			{ "C_man_hunter_1_F", { 15956.5, 20582, 0.29 }, 46 },
			// Right side of map bottom
			{ "C_man_hunter_1_F", { 24660, 23184, 0.36 }, 256 },
			// Almyra Trader Base
			{ "C_man_hunter_1_F", { 23463.8,17728.5,0 }, 294.545 },
			{ "C_man_hunter_1_F", { 23464.5,17766.4,0 }, 210 },
			{ "C_man_hunter_1_F", { 23452.5,17766.9,0 }, 197 },
			{ "C_man_hunter_1_F", { 23440.8,17766.6,0 }, 191 },
			{ "C_man_hunter_1_F", { 23415.1,17734.3,0 }, 119 }
	};
Link to comment
Share on other sites

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
  • Advertisement
  • Discord

×
×
  • Create New...