Hux Posted July 3, 2016 Report Share Posted July 3, 2016 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: http://pastebin.com/YtcQjM7M Thank you. Link to comment Share on other sites More sharing options...
0 viper179 Posted July 21, 2016 Report Share Posted July 21, 2016 Well first of all your in the wrong spot , and second there are already gold bars added to the ship wreck all you have to do is go in there and adjust the min and max payout from the configmain.hpp loot table. Link to comment Share on other sites More sharing options...
0 Hux Posted July 22, 2016 Author Report Share Posted July 22, 2016 4 hours ago, viper179 said: Well first of all your in the wrong spot , and second there are already gold bars added to the ship wreck all you have to do is go in there and adjust the min and max payout from the configmain.hpp loot table. I finally realized that.. Where should I post a question like this? Thanks for reply. Link to comment Share on other sites More sharing options...
Question
Hux
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:
http://pastebin.com/YtcQjM7M
Thank you.
Link to comment
Share on other sites
2 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