1. Hi There,

    I was wondering if it is possible to actually change/increase the amount of inventory slots/amount of items that spawn in Loot Crates in Towns. (If that makes any sense)

    I once played a server that had Crates spawning with 2 item slots and have since been trying to figure out how they had managed to do so.

    I have searched up and down the LootConfig for Hurtworld | Oxide and the SpawnConfig for Hurtworld | Oxide plugins and have had no luck with either of the plugins.

    There may be a discrete way to do it through wither of the plugins, but if there is then I haven't found a way to do so as of yet.

    If anyone can come up with any ideas on how this could work/how to do this, it would be really appreciated.

    Cheers!
     
  2. Hey mate, this is actually already possible and very easy.
    All you need to do is get LootConfig for Hurtworld | Oxide <-- Click
    Then in the LootConfig.json find "CommonLootCrate" should be around line 6653, just do a search.
    Then change:
    Code:
    "RollCount": 1,
    To:
    Code:
    "RollCount": 2,
    If you want more, just change it to whichever number you want.
    Don't forget to "/reload LootConfig" after you make changes to the config file :)
     
    Last edited by a moderator: Feb 9, 2016