alexm561 Posted November 14, 2013 Report Share Posted November 14, 2013 Hey guys I've been looking for a way to add this specific chopper to my epoch server but I can't seem to get it right so can anyone give a lil tutorial on how to do it? You can find it here http://www.armaholic.com/page.php?id=15710 Thank you Link to comment Share on other sites More sharing options...
0 LoCK0N Posted November 15, 2013 Report Share Posted November 15, 2013 just run this sql in your data base (adjust price accordingly) INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES ('["BAF_Merlin_HC3_D",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 519, 'trade_any_vehicle'); Link to comment Share on other sites More sharing options...
0 alexm561 Posted November 15, 2013 Author Report Share Posted November 15, 2013 thanks boss got it done Link to comment Share on other sites More sharing options...
0 calamity Posted December 7, 2013 Report Share Posted December 7, 2013 just run this sql in your data base (adjust price accordingly) INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES('["BAF_Merlin_HC3_D",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 519, 'trade_any_vehicle'); thankz sooo much for that. I couldnt figure out or find info on adding stuff this worked great... is this the normal way ?? Link to comment Share on other sites More sharing options...
0 LoCK0N Posted December 9, 2013 Report Share Posted December 9, 2013 yep Link to comment Share on other sites More sharing options...
0 lolismNET Posted December 9, 2013 Report Share Posted December 9, 2013 A fantastic Heli to fly, but be advised you may get some Hive Errors. I believe it's to do with the damage indicators. Link to comment Share on other sites More sharing options...
0 Sukkaed Posted December 9, 2013 Report Share Posted December 9, 2013 That also comes with radar. Anyone figured how to remove radars? Link to comment Share on other sites More sharing options...
0 calamity Posted December 9, 2013 Report Share Posted December 9, 2013 just run this sql in your data base (adjust price accordingly) INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES('["BAF_Merlin_HC3_D",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 519, 'trade_any_vehicle'); I did this and it worked fine however I added a few more choppers same script different prices I just coppied other chopper prices but now the prices are not showing up in trader. "BAF_Merlin_HC3_D",2] what is the 2 for ?? 10 is qty I believe. I found another post ................... INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["1Rnd_HE_M203",1]',10,'[4,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,60,'trade_items') remove the ,1 after the item name. That should fix it. why remove the 1 ?????? Link to comment Share on other sites More sharing options...
0 Axe Cop Posted December 10, 2013 Report Share Posted December 10, 2013 the "2" is the item type, vehicle in this case, why not just read the wiki and read the explanation??? http://dayzepoch.com/wiki/index.php?title=Server_Configuration_Instructions#Adding_new_items_to_traders Link to comment Share on other sites More sharing options...
0 calamity Posted December 10, 2013 Report Share Posted December 10, 2013 thankz for the info... I guess thats not the problem why the prices are not showing up.. Im removing all the items I added to see if it fixes the prices.. Link to comment Share on other sites More sharing options...
0 calamity Posted December 10, 2013 Report Share Posted December 10, 2013 well I fixed the prices not showing up by removing some of the choppes I added to traders. so now I try again with abit more wiki knowledge Link to comment Share on other sites More sharing options...
Question
alexm561
Hey guys I've been looking for a way to add this specific chopper to my epoch server but I can't seem to get it right so can anyone give a lil tutorial on how to do it?
You can find it here http://www.armaholic.com/page.php?id=15710
Thank you
Link to comment
Share on other sites
10 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