Jump to content
  • 0

m107/m110 ammo issue ?


General Lee

Question

i am having trouble adding the m107 and m110 ammo to my hero and bandit trader for some reason. this pops up when i buy the ammo  no entry -bin\config.bin\cfgmagazines.10Rnd_127x99_m107'. same with the m110 ammo.    

 

10Rnd_127x99_m107   -   m107

 

20Rnd_762x51_B_SCAR    -   m110

 

got both of these off this website -    http://steamcommunity.com/sharedfiles/filedetails/?id=232053170

 

 need to know how to fix, i have them added in my hiedisql like so

 

["10Rnd_127x99_m107",1]     trade_items

 

["20Rnd_762x51_B_SCAR",1]     trade_items

 

just like the rest of the ammo is.  have know idea what else to do????

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Here are mine. With the 107 ammo you can see the difference between mine and yours.

["10Rnd_127x99_M107",1] <----Mine

["10Rnd_127x99_m107",1] <----Yours

Now with the SCAR ammo I saw no difference so not sure.

["20Rnd_762x51_B_SCAR",1] <----Mine

["20Rnd_762x51_B_SCAR",1] <----Yours

With that being said, I have no problems with mine and I get no errors like you do so not sure what else you could be doing wrong if anything. You're welcome to copy mine and see if that works.

Link to comment
Share on other sites

  • 0

Here are mine. With the 107 ammo you can see the difference between mine and yours.

["10Rnd_127x99_M107",1] <----Mine

["10Rnd_127x99_m107",1] <----Yours

Now with the SCAR ammo I saw no difference so not sure.

["20Rnd_762x51_B_SCAR",1] <----Mine

["20Rnd_762x51_B_SCAR",1] <----Yours

With that being said, I have no problems with mine and I get no errors like you do so not sure what else you could be doing wrong if anything. You're welcome to copy mine and see if that works.

i set with the lower case m to and still nothing man????

 

what it does is shows no pic and takes my money when i try and buy???????

Link to comment
Share on other sites

  • 0

Lower and upper-case don't make a difference in it, as long as it's spelled correctly it's fine.

It looks to me as if your @DayZ_Epoch Mod is corrupted. Check to see if anyone else on your server is having the same issue?
Otherwise just go through DayZ Commander, go into your install section, reinstall the 103718 patch (If that's what your server runs), and reinstall epoch 1.0.4.2 (It will download any missing files).

 

I have had a problem similar to this before, and that fixed it.

Link to comment
Share on other sites

  • 0

Lower and upper-case don't make a difference in it, as long as it's spelled correctly it's fine.

It looks to me as if your @DayZ_Epoch Mod is corrupted. Check to see if anyone else on your server is having the same issue?

Otherwise just go through DayZ Commander, go into your install section, reinstall the 103718 patch (If that's what your server runs), and reinstall epoch 1.0.4.2 (It will download any missing files).

 

I have had a problem similar to this before, and that fixed it.

well, just got through looking and after a few days or so making sure, nothing is corrupted at all.  i know i am right when i say that they are trade_item right? or do they need to be trade_weapons?   /dont know what else to do now lol.

Link to comment
Share on other sites

  • 0

I don't see any problems with your classnames, for what it's worth, this is the SQL statement I use to add the ammo in question to my hero/bandit traders using phpMyAdmin:

INSERT INTO `traders_data` (`item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES
('["10Rnd_127x99_m107",1]', 100, '[1,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 478, 'trade_items'),
('["10Rnd_127x99_m107",1]', 100, '[1,"ItemGoldBar",1]', '[1,"ItemGoldBar",1]', 0, 577, 'trade_items'),
('["20Rnd_762x51_B_SCAR",1]', 100, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 478, 'trade_items'),
('["20Rnd_762x51_B_SCAR",1]', 100, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 577, 'trade_items');

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