I'm trying to add 10oz gold bars to the "shipwreck" (container_epoch) loot table but it's not working for me.
I added this:
class Shipwreak
{
items[] = {
{ { "Gems", "CfgLootTable" }, 5 },
{ { "MetalBars", "CfgLootTable" }, 26 },
{ { "ItemGoldBar", "magazine" }, 10 },
{ { "ItemGoldBar", "magazine" }, 13 },
{ { "ItemKiloHemp", "magazine" }, 12 },
{ { "ItemGoldBar10oz", "magazine" }, 16 },
{ { "ItemGoldBar10oz", "magazine" }, 18 }
Here's the whole CfgLootTable.h:
Thank you.