Jump to content

Does the m107 exist/work on Dayz Epoch


Guest

Recommended Posts

Yes it works fine, we have it at our traders for 2 briefcases. :D  

 

Use this SQL script to add it to all your main 3 weapon traders along with the ammo (assuming you are using the standard traders on the chernarus map).

INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 487, 'trade_weapons'),
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 605, 'trade_weapons'),
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 640, 'trade_weapons'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 482, 'trade_items'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 614, 'trade_items'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 647, 'trade_items');

I have made it expensive because its op, but obviously you can adjust the prices to suit.

Link to comment
Share on other sites

Ah ok, thx for the help guys, but by default is it already in the cherno bandit & hero traders? Or is the script just for editing to allow it to be available at all traders for two briefcases?

EDIT: Also where would I be putting the script?

Link to comment
Share on other sites

  • 1 month later...

It think it's an acceptable trade-off given that players can drive around anywhere without risk of getting shot at - well, AI's wielding Lapua's will fire, but they're somewhat rare. I'm mainly adding them so that mission AI will have a bit more bite than they currently do. Won't be making it too common though, maybe just enough to give players at least *some* pause before driving straight for the crates. Besides, won't be adding it (or ammo) to traders, so they won't be of too much use to players (we run a PvE server).

Link to comment
Share on other sites

  • 2 months later...

Yes it works fine, we have it at our traders for 2 briefcases. :D

 

Use this SQL script to add it to all your main 3 weapon traders along with the ammo (assuming you are using the standard traders on the chernarus map).

INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 487, 'trade_weapons'),
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 605, 'trade_weapons'),
('["M107_DZ",3]', 1000, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]',0, 640, 'trade_weapons'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 482, 'trade_items'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 614, 'trade_items'),
('["10Rnd_127x99_m107",1]', 1000, '[2,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]',0, 647, 'trade_items');

I have made it expensive because its op, but obviously you can adjust the prices to suit.

It said an error in my navicat lite. I would like to have m107 to Hero and bandit trader for 2 briefcases, and in Stary for 3 and still sold for 1.

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...