Jump to content

BST_Garner

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by BST_Garner

  1.  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.
     
×
×
  • Create New...