CarlJ Posted September 27, 2013 Report Share Posted September 27, 2013 How hard would it be to add more traders to a map? Link to comment Share on other sites More sharing options...
0 flybowlofsaki Posted June 7, 2014 Report Share Posted June 7, 2014 I added a trader and two tid: secret weapons and secret vehicles. I added several vehicles and weapons to the menus. I have no issues with the weapons but when i purchase any of the vehicles from that menu like M113_TK_EP1. I am not able to sell it back to the trader. Also cant sell any HMMWVs back to Hero traders as well. I rolled back the db to before I touched the db almost to days back and loaded default mission and server pbo and still couldnt sell default 1151 HMMWV back to Hero trader. Any one have pointers or something i should do / check out? Link to comment Share on other sites More sharing options...
0 Pro_Speedy Posted July 21, 2014 Report Share Posted July 21, 2014 Can someone tell me why this sensor doesn't work? class Item5 { position[]={7874.98,0.001,3454.92}; a=100; b=100; activationBy="WEST"; repeating=1; interruptable=1; age="UNKNOWN"; name="zoneCardealer"; expCond="(player distance zoneCardealer) < 100;"; expActiv="[""Prig Car Dealer"",false,""enter""] spawn player_traderCity;"; expDesactiv="[""Prig Car Dealer"",false,""leave""] spawn player_traderCity;"; class Effects { }; }; }; }; Link to comment Share on other sites More sharing options...
0 stonXer Posted July 22, 2014 Report Share Posted July 22, 2014 Can someone tell me why this sensor doesn't work? class Item5 { position[]={7874.98,0.001,3454.92}; a=100; b=100; activationBy="WEST"; repeating=1; interruptable=1; age="UNKNOWN"; name="zoneCardealer"; expCond="(player distance zoneCardealer) < 100;"; expActiv="[""Prig Car Dealer"",false,""enter""] spawn player_traderCity;"; expDesactiv="[""Prig Car Dealer"",false,""leave""] spawn player_traderCity;"; class Effects { }; }; }; }; expActiv="[""Prig Car Dealer"",true,""enter""] spawn player_traderCity;"; expDesactiv="[""Prig Car Dealer"",true,""leave""] spawn player_traderCity;"; Link to comment Share on other sites More sharing options...
0 Pro_Speedy Posted July 30, 2014 Report Share Posted July 30, 2014 Can someone help me, my super hero trader works fine but i get no trader option on my super bandit, i did the DB stuff correctly i'm sure here is my section in fn_selfactions // All Traders if (_isMan && !_isPZombie && _traderType in serverTraders) then { if (s_player_parts_crtl < 0) then { // get humanity _humanity = player getVariable ["humanity",0]; _traderMenu = call compile format["menu_%1;",_traderType]; // diag_log ("TRADER = " + str(_traderMenu)); _low_high = "low"; _humanity_logic = false; if((_traderMenu select 2) == "friendly") then { _humanity_logic = (_humanity < -5000); }; if((_traderMenu select 2) == "hostile") then { _low_high = "high"; _humanity_logic = (_humanity > -5000); }; if((_traderMenu select 2) == "hero") then { _humanity_logic = (_humanity < 5000); }; if((_traderMenu select 2) == "SuperHero") then { _humanity_logic = (_humanity < 15000); }; if((_traderMenu select 2) == "SuperBandit") then { _low_high = "high"; _humanity_logic = (_humanity > -15000); }; Anything wrong here? Thanks Link to comment Share on other sites More sharing options...
0 Pro_Speedy Posted August 1, 2014 Report Share Posted August 1, 2014 Bump Link to comment Share on other sites More sharing options...
0 bluntzultimat3 Posted August 26, 2015 Report Share Posted August 26, 2015 I am looking to move a trader i have in the game. How would i go about doing so. Any help would be much appreciated :D Link to comment Share on other sites More sharing options...
Question
CarlJ
How hard would it be to add more traders to a map?
Link to comment
Share on other sites
Top Posters For This Question
6
6
6
3
Popular Days
Feb 28
10
Nov 8
5
Apr 9
3
Nov 11
3
Top Posters For This Question
fr1nk 6 posts
Codemanx 6 posts
Deepsniper 6 posts
Psygomin 3 posts
Popular Days
Feb 28 2014
10 posts
Nov 8 2013
5 posts
Apr 9 2014
3 posts
Nov 11 2013
3 posts
Popular Posts
mysticviperx
My step by step Trader Setup guide https://docs.google.com/document/d/17qGy-LI4WVudJQb1vRCZobTgTEFgZwoJybEA9oUiZuQ/edit
DZHB RAGE
Not hard at all.. Little editing needed. Pretty much follow how other traders are added. Think the files you need to worry about are. Mission.sqf This is where you would add a trader to map So you wil
Bags2247
go to where your trader is gonna be, and logout... Go into your database and find your world space in it.. then use a quote from gorsy over at opendayz.net... I copied it and saved it onto my pc,
56 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