brolidog Posted July 4, 2013 Report Share Posted July 4, 2013 Am I missing something or is it by design that; The black market trader is gone The items that use to be at black market vendor are not at any other vendor Ammo for some of the weapons appears to be missing from vendors ( LRR, mk17 ) is it in the loot tables? I am running the chernarus version of epoch. I have ran the updated sql from awol. As of current I am just adding the items to existing vendors. Link to comment Share on other sites More sharing options...
0 sandstalker Posted July 5, 2013 Report Share Posted July 5, 2013 Traders & locations are in your mission.sqf - would check in your arma2oaserver.RPT for any errors. The missing items would be related to your SQL - do a quick search and see if they are listed in the table. Link to comment Share on other sites More sharing options...
0 brolidog Posted July 5, 2013 Author Report Share Posted July 5, 2013 Traders & locations are in your mission.sqf - would check in your arma2oaserver.RPT for any errors. The missing items would be related to your SQL - do a quick search and see if they are listed in the table. The Black market trader is no where in the mission.sqf downloaded from the site. The sql still has all the items listed to be sold at him that he sold in 1.0.1.1. He just simply not in the mission.sqf any more. His was located at what is now the Hero Vendor. As for the missing items, I am running the "fixed/updated" sql VBawol posted. So it was omitted from him or missed. Link to comment Share on other sites More sharing options...
0 Bungle Posted July 5, 2013 Report Share Posted July 5, 2013 The black market has moved in the latest sqf and marker in sqm to the far west. Out north west of Myshkino. Link to comment Share on other sites More sharing options...
0 brolidog Posted July 6, 2013 Author Report Share Posted July 6, 2013 The black market has moved in the latest sqf and marker in sqm to the far west. Out north west of Myshkino. That is the bandit vendor, who does not sell the same items as the black market vendor. // Bandit Trader menu_GUE_Soldier_MG = [ [["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]], [], "hostile" this is the guy I am looking for, // Black Market Vendor menu_Soldier_GL_M16A2_PMC = [ [["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]], [], "neutral" There are no calls for him in the mission.sqf or mission.sqm Link to comment Share on other sites More sharing options...
0 Nazrabji Posted July 6, 2013 Report Share Posted July 6, 2013 My opinion is that this is lame. At the hero vendor you are able to buy the MK17 Sniper SD. But you cannot buy the ammo for it. Seriously.. Why the heck have weapons in the game if you can't even buy the ammo? Link to comment Share on other sites More sharing options...
0 Achren Posted July 7, 2013 Report Share Posted July 7, 2013 INSERT INTO `Traders_DATA` VALUES(7070, '["5Rnd_86x70_L115A1",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 478, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7071, '["5Rnd_86x70_L115A1",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 478, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7072, '["20Rnd_762x51_SB_SCAR",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 478, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7073, '["20Rnd_762x51_SB_SCAR",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 577, 'trade_items'); 478 = Ammo for hero 577 = Ammo for bandit Link to comment Share on other sites More sharing options...
0 brolidog Posted July 7, 2013 Author Report Share Posted July 7, 2013 INSERT INTO `Traders_DATA` VALUES(7070, '["5Rnd_86x70_L115A1",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 478, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7071, '["5Rnd_86x70_L115A1",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 478, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7072, '["20Rnd_762x51_SB_SCAR",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 478, 'trade_items'); INSERT INTO `Traders_DATA` VALUES(7073, '["20Rnd_762x51_SB_SCAR",1]', 10, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar10oz",1]', 0, 577, 'trade_items'); 478 = Ammo for hero 577 = Ammo for bandit I know how to add the items, and have done so already. I was more asking as to why they (items / entire black market trader) were missing, or had I forgotten to update something. Link to comment Share on other sites More sharing options...
0 vbawol Posted July 7, 2013 Report Share Posted July 7, 2013 They have been removed, I will look into add the black market back for 1.0.1.5 Link to comment Share on other sites More sharing options...
0 Achren Posted July 7, 2013 Report Share Posted July 7, 2013 They have been removed, I will look into add the black market back for 1.0.1.5 I don't think adding back the black market trader is the answer. Maybe adding his items to the hero/bandit trader. I think this was the intention in the long run. Link to comment Share on other sites More sharing options...
Question
brolidog
Am I missing something or is it by design that;
I am running the chernarus version of epoch. I have ran the updated sql from awol.
As of current I am just adding the items to existing vendors.
Link to comment
Share on other sites
9 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