Jump to content

[Release] HS Blackmarket 1.6 | 'New' Trader System | Special Trader | Blackmarket


Suppe

Recommended Posts

in the init.sqf you have this:

//if any static cords are set here, there will be a trader at that exact position and direction
_staticCoords = switch(toLower worldName)do{
	case "altis":{
		[
		/*	[[pos,i,tion],direction,createmarker,props]*/
			[[18459.1,14259.2,0.00141716],340.199], //trader by mine
			[[13319,14523.9,0.00134587],143.067], //trader by stavros
			[[6193.02,16828.7,0.00118256],1.52142] //trader by kore
		]
	};
	case "stratis":{[]};
	case "bornholm":{[]};
	case "chernarus":{[]};
	default{[]};
};
don't know how i missed that, thanks!
Link to comment
Share on other sites

;)

 

Why can't I buy no cars directly?

 

becourse you reached your map limit, i could spawn them anyway but they would dissapear on restart then ...

 

go delete some boats or other unused vehicles on your map, then you can buy vehicles from the trader again.

Link to comment
Share on other sites

Ok so i have no idea what ive done wrong. None of the traders are spawnng. obviously its my fault. I would like to know if you could tell me what is wrong?

 

RPT: http://pastebin.com/YWegXGae

 

INIT In mission folder: http://pastebin.com/rB6jLjer

 

Init in script folder: http://pastebin.com/ag6axCiy

 

Also, what does the "Vehicle spawnmode" in the settings.sqf mean?

Link to comment
Share on other sites

@tms2016

at commas... like this:

                        //Stary
                        [[6357, 7814, 0],1.52142],
                        [[6315.38, 7838.79, 0],1.52142],
                        [[6347.03, 7819.33, 0],1.52142],
                        [[6340.82, 7823.59, 0],1.52142],
                        [[6331.42, 7829.42, 0],1.52142],
                        [[6327.05, 7834.04, 0],1.52142],
                        //Klen
                        [[11485.9, 11338.9, 0],1.52142],
                        [[11494.5, 11325.4, 0],1.52142],
                        [[11489.2, 11318.5, 0],1.52142],
                        [[11480.5, 11315.5, 0],1.52142],
                        [[11476.5, 11318.4, 0],1.52142],
                        [[11468, 11326, 0],1.52142],
                        [[11471.7, 11322.4, 0],1.52142],
                        //Bash
                        [[4060.91, 11674.6, 0],1.52142],
                        [[4055.67, 11679.6, 0],1.52142],
                        [[4056.67, 11663.3, 0],1.52142],

                        [[4052.87, 11660.9, 0],1.52142]                      only the last one without comma

 

 

and you have a lot of errors in your rpt logs....

 

@ scaris

there are both strings in the stringtable, for Halv spawn and the Trader, so just use the new one from the trader download.

Link to comment
Share on other sites

Ya, I looked through it and saw it had all his other data as well. Thanks for getting back to me. Unfortunately it seems I am unable to use this one. It hangs my server.

 

that file cant possibly make your server fail, if it has an error it just wont load it

Link to comment
Share on other sites

@tms2016

at commas... like this:

                        //Stary
                        [[6357, 7814, 0],1.52142],
                        [[6315.38, 7838.79, 0],1.52142],
                        [[6347.03, 7819.33, 0],1.52142],
                        [[6340.82, 7823.59, 0],1.52142],
                        [[6331.42, 7829.42, 0],1.52142],
                        [[6327.05, 7834.04, 0],1.52142],
                        //Klen
                        [[11485.9, 11338.9, 0],1.52142],
                        [[11494.5, 11325.4, 0],1.52142],
                        [[11489.2, 11318.5, 0],1.52142],
                        [[11480.5, 11315.5, 0],1.52142],
                        [[11476.5, 11318.4, 0],1.52142],
                        [[11468, 11326, 0],1.52142],
                        [[11471.7, 11322.4, 0],1.52142],
                        //Bash
                        [[4060.91, 11674.6, 0],1.52142],
                        [[4055.67, 11679.6, 0],1.52142],
                        [[4056.67, 11663.3, 0],1.52142],

                        [[4052.87, 11660.9, 0],1.52142]                      only the last one without comma

 

 

and you have a lot of errors in your rpt logs....

 

@ scaris

there are both strings in the stringtable, for Halv spawn and the Trader, so just use the new one from the trader download.

They still arent spawning

Link to comment
Share on other sites

Epoch Config: http://pastebin.com/1y4aU80S

 

RPT: http://pastebin.com/QwRshEDs

 

PricingCFG: http://pastebin.com/PPqbtXvM

 

Init.SQF from Script: http://pastebin.com/RDry3AZS

 

Init.sqf from Mission File: http://pastebin.com/yF7wVKuq

 

Settings.sqf: http://pastebin.com/i2y34i8c

 

And I added all the BE Filters at the end of each line it said in the directions.

Link to comment
Share on other sites

Guys, thanks for doing this. THIS really feels like old epoch in the game. I am adding at least 1 zero though to the price of everything in the list just to make sure my players don't get bored to quick :)

Link to comment
Share on other sites

Epoch Config: http://pastebin.com/1y4aU80S

 

RPT: http://pastebin.com/QwRshEDs

 

PricingCFG: http://pastebin.com/PPqbtXvM

 

Init.SQF from Script: http://pastebin.com/RDry3AZS

 

Init.sqf from Mission File: http://pastebin.com/yF7wVKuq

 

Settings.sqf: http://pastebin.com/i2y34i8c

 

And I added all the BE Filters at the end of each line it said in the directions.

 

it looks like its starting up, but you have a ton of errors you should try to fix first imho ... but you can try either reduce the amount of random traders or just be patient and wait to see if it dosnt just start at some point when its done building, cause it might take a while for the server to find good positions for that many traders.

Link to comment
Share on other sites

quick question, I am trying to reduce the total amount of traders down to 1. I see you have this line:

 

_tradercount = round(random 4)+6;

 

I changed it to:

 

_tradercount = 1;
 
however, I am still getting 4 traders. Am I missing something?
Link to comment
Share on other sites

 

quick question, I am trying to reduce the total amount of traders down to 1. I see you have this line:

 

_tradercount = round(random 4)+6;

 

I changed it to:

 

_tradercount = 1;
 
however, I am still getting 4 traders. Am I missing something?

 

 

my guess is you are on altis map, then you need to remove the static examples i setup in the tradecitys/safezones:

//if any static cords are set here, there will be a trader at that exact position and direction
_staticCoords = switch(toLower worldName)do{
	case "altis":{
		[
		/*	[[pos,i,tion],direction,createmarker,props]*/
			[[18459.1,14259.2,0.00141716],340.199], //trader by mine
			[[13319,14523.9,0.00134587],143.067], //trader by stavros
			[[6193.02,16828.7,0.00118256],1.52142] //trader by kore
		]
	};

Thank you Suppe and Halv, great release :)

 

thanks

Link to comment
Share on other sites

OK... I am trying to add some custom items to the trader. For example the hemmt and tempest medical, ammo, and repair vehicles. I have them in the price list, however they are not showing up on the trader. Do I need to add them in somewhere else as well? I am also trying to add launchers and their ammo but not seeing them either.

Link to comment
Share on other sites

Relay Relay  Nice Script i Love it,  only Black market Trader by me on the server.   i copied all stuff on my new Root Server  with BE Filter but i have only Kick#13   Battleye restriction and i dont know why. This say me but all is in the Filter....

 

 

18.05.2015 21:42:33: Wolverin (84.181.123.28:2304) 29e7f02d306908d2e4e6235480a994ec - #13 "1 = "#particlesource" createVehicleLocal getpos _v;
_smoke1 attachTo [_v,[0,0,0],"engine_effect_1"];
_pos = getPos _smoke1;
dele"
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
×
×
  • Create New...