Jump to content
  • 0

Need help with Ore trader


BST_Garner

Question

 I have recently remodeled and added an Overwatch trader and a Ore and Gem trader to Stary on my server. The gems were easy to add but I am having trouble getting the Ore to sell/buy. I have tried putting it in the trader_data straight into the SQL. Nothing works. I have tried everything I can think of even found this on here and put it in my server_trader.sqf and it didn't work.

 

// Stary Ore and Gem Trader
menu_Functionary2_EP1 = [
[["Gold Ore",900],["Silver Ore",901],["Iron Ore",902],["Topaz",903],["Obsidian",904],["Sapphire",905],["Amethyst",906],["Emerald",907],["Citrine",908],["Ruby",909]],
   [
       ["ItemGoldBar10oz","ItemGoldOre",1,10,"buy","Gold Ore","Gold Bar (10oz)",101],
      ["ItemGoldBar","ItemSilverOre",5,10,"buy","Silver Ore","Gold Bar",101],
      ["ItemSilverBar","ItemIronOre",1,10,"buy","Iron Ore","Silver Bar",101]
        ],
"nuetral"
 
 When you try and trade 10 gold ore for the gold bar it says "need 10 more gold ore" like it doesn't recognize the ore in your inventory.
Any ideas would be appreciated.
 
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I did this through the database, added the ores to a trader because smelting was broken. They fixed smelting by the way so this isn't necessary to do anymore.

Smelting fix -> https://github.com/vbawol/DayZ-Epoch/commit/8af00ef28429a8751e0ad619dbf5e7e278b28087#diff-ef90b1ab8195d87e9a26997ad00b62be

 

If you still want to do it though just inset them into your trader database like you would any other item.

Link to comment
Share on other sites

  • 0

Actually after looking at this the ore class names are just incorrect. I added them to my wholesalers and adjusted the prices but the concept is the same. works great..Thank you.

 

// East Wholesaler
menu_RU_Citizen4 = [
    [["Wholesale",555]],
    [["ItemGoldBar10oz","ItemRuby",1,1,"buy","Ruby","Gold Bar (10oz)",101],
    ["ItemGoldBar10oz","ItemObsidian",1,1,"buy","Obsidian","Gold Bar (10oz)",101],
    ["ItemGoldBar10oz","ItemAmethyst",1,1,"buy","Amethyst","Gold Bar (10oz)",101],
    ["ItemGoldBar10oz","ItemTopaz",1,1,"buy","Topaz","Gold Bar (10oz)",101],
    ["ItemGoldBar10oz","ItemCitrine",1,1,"buy","Citrine","Gold Bar (10oz)",101],
    ["ItemGoldBar10oz","ItemEmerald",1,1,"buy","Emerald","Gold Bar (10oz)",101],
    ["ItemGoldBar10oz","ItemSapphire",1,1,"buy","Sapphire","Gold Bar (10oz)",101],
    ["ItemGoldBar","PartOreGold",1,1,"buy","Gold Ore","Gold Bar",101],
    ["ItemSilverbar","PartOreSilver",1,1,"buy","Silver Ore","Silver Bar",101],
    ["ItemSilverBar","PartOre",1,1,"buy","Iron Ore","Silver Bar",101]
    ],
    "neutral"
];

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