HWLootConfig

Moved

Total Downloads: 8,420 - First Release: Dec 19, 2015 - Last Update: Jun 27, 2016

5/5, 23 likes
  1. I was wondering, how do i increase the lootcrate spawn rate? ty
     
  2. you must install SpawnConfig, then in the config for that, go to line 488 and change how fast it spawns in seconds
     
  3. awesome thank you!
     
  4. It says unknown command for every single thing I put after it, I'm about to ask a server owner, so dont worry :p
     
  5. Read the overview
     
  6. plugin does not seem to work for me with new update.
     
  7. Wulf

    Wulf Community Admin

    Check your oxide/logs for errors.
     
  8. The plugin seems to be loading fine when looking at the oxide log, but the config is not loading. I even completely removed the plugin and config, restarted server, than shut it down. I than installed the plugin again, rebooted, and it reloaded fine, but my actual changes are not taking place. I also validated the config on json validator, and it checks out. I basically edited the stack sizes but, I am still getting vanilla loot.
     
  9. Any Update for new Items ?
     
  10. How can configurate the loot exactly?
     
  11. You need to login to rcon first. rcon <password>
     
  12. How? typing anything after it just returns, for example; SVR>>Unknown command: thisisnotmypassword
    [DOUBLEPOST=1452933946][/DOUBLEPOST]
    Install the plugin by draggin' it into the plugins folder inside the oxide folder, run your server, go into oxide > config > LootConfig.json and wreak havoc on that code
    Then if you want to apply it type /reload LootConfig ingame (it is case sensitive)
     
    Last edited by a moderator: Jan 16, 2016
  13. Is this working with the new update, I think I broke my server :p doesnt work now...
     
  14. I don't think its working exactly right, seems like some edits dont work for me
     
  15. Would be nice if someone can show me how i can let the drills farming titranium, mondimium and ultranium again?
     
  16. Is someone working on getting this working for the new content?
     
  17. LootConfig working on version 0.3.3.0?
     
  18. So i had all plugs ins working earlier then i connected to rusty and non of them are working now. Any idea why? My host said

    A lot of plugins for oxide will require you to assign permissions to their commands through rcon before you can access them regardless of your Adminrank.

    how do i assign permissions?
     
  19. Lootconfig plugin. In the config ctrl + F in your text editor type "drill" and edit the settings for "Automatic drill as you want.
     
  20. but i dont know what to type there...

    Code:
    "AutomaticDrill": {
          "RollCount": 1,
          "RollWithoutReplacement": true,
          "LootResult": null,
          "Children": [
            {
              "Key": 0.2,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "IronOre",
                  "StackSize": 2,
                  "RandomVariance": 2
                },
                "Children": []
              }
            },
            {
              "Key": 1.0,
              "Value": {
                "RollCount": 1,
                "RollWithoutReplacement": true,
                "LootResult": {
                  "ItemId": "Stone",
                  "StackSize": 2,
                  "RandomVariance": 0
                },
                "Children": []
    [DOUBLEPOST=1453035124,1453026649][/DOUBLEPOST]Okay i got how :)