1. Wulf

    Wulf Community Admin

    You shouldn't be editing the plugin files directly, you edit the configuration files. Either way, if you are having issue with that plugin, please discuss it in that plugin's thread, not this one.
     
  2. Can someone help me fix my loot table config? The site I used to use is down and im not very good with json.
    Some type of error with this used Jedi's Loot Table Tool, and so far is hasn't compiled a working json script.
    Code:
       },
       "$promise": {
          "packages": {}
       },
       "$resolved": {
          "packages": {}
       }
    }
     

    Attached Files:

  3. Any idea when this will get updated for Oxide 1.18?
     
  4. If it works for 1.17 or 1.16 it also works with 1.18 since there werent any API related changes between 1.16 and 1.18
     
  5. Your problems are at the locations like you said, except I have a question about what $promise and $resolved are supposed to be, they should be the name of the SpawnList you want to create?

    Specifically, you forgot to put a number after the min and max tags... see below.

    Code:
    "$resolved": {
            "min": ,
            "max": ,
            "oneofeach": false,
            "nodupes": false,
            "packages": {}
        },
    ...
    "$promise": {
            "min": ,
            "max": ,
            "oneofeach": false,
            "nodupes": false,
            "packages": {}
        }
    
    Hope this helps. David[DOUBLEPOST=1405162862][/DOUBLEPOST]
    I will double check, but it did not seem to limit items like I set it up to, specifically no spawn C4, I still found C4 spawn.

    Thanks.
     
  6. I'm trying to make it for when i kill a rad animals they drop kinda good stuff aka m4,ammo,c4s,ect but when i add it to my server i kill a rad animal it only drops like a blueprint and nothing else.
     

    Attached Files:

  7. I have been looking through the forums to try to understand how to configure this, and I simply just don't understand. As if fighting with dyslexia isn't hard enough, I just can't make sense of this and most likely will never be able to make sense of this.

    If anyone feels like going out of their way for me, could you please explain how would I go about making it so that C4 is about 30% more common in Airdrops and Crates, but C4 blueprints and explosives are completely off of my server?

    I think I understand how to remove C4 prints and explosives, by setting the min and max amounts to 0. I know how to alter min and mix amounts of C4. But I just cannot understand what exactly to set the weights of C4 values to, almost everything in the Airdrops section has a weight of 0, which from my understanding means the items with a 0 weight will not drop, so I'm worried that if I alter the weight of C4, that ONLY C4 will drop.

    As I said before, I am a dyslexic reading what I'm seeing in front of me is only half the challenge, deciphering it is the other half.[DOUBLEPOST=1406545109,1406496108][/DOUBLEPOST]After struggling and losing some players I think I finally got the desired results. EDIT: I didn't explosives are still in airdrops.[DOUBLEPOST=1406679833][/DOUBLEPOST]Alright, almost everything is alright.. Except some airdrop crates are straight empty. How do I share what my current configurations are?
     
    Last edited by a moderator: Jul 28, 2014
  8. Anyone got a Massloot or Uberloot One that would let me have?
     
  9. What does nodupes mean? Like it wont dupe it into 2 slots or will? Im soo confusied.
     
  10. Hey, can someone tell me what the "weight" stands for? is it the change to drop?
     
  11. Wulf

    Wulf Community Admin

    From the Overview page: "No package will be dropped twice in a single spawn."
    From the Overview page: "The weight is relative to the total combined weight of all packages. A good way to design weights is to ensure they all add up to 100, and then they become % chance to drop. They don't have to add up to 100 though."
     
  12. Hey ,can u tell me how the proportion is and what the min and the max from the loot ist...not from the singel like metal pillar ,i mean for example from Metal build Stucutres or sth else?
    Because there is fpr example at AILootlist there ist at Ammolootlist weight 20 and and at Ammolootlist there are other weights... i dont understand the proportion.. -.-
    Ty for Help :)Ans sry for my bad english ,im from Germany:eek:
     
  13. I have an error and can't fix it. Please help:

    Iuse the Jedi'Crafting and lootcreating Generator, all works fine, but in the oxide log file I found this:
    Code:
    5:45 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    5:46 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    5:47 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    5:47 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    5:47 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    5:47 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    5:47 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    5:47 PM: ERROR: craftingcontroller: [string "craftingcontroller.lua"]:86 - Invalid argument 2 to rust.Notice (expecting string, got nil)
    
    ok I look in the original loot_table.txt and find in the row of the weaponspawnList that:

    "7":{
    "max":1,
    "min":1,
    "weight":20,
    "object":"nil"
    }

    Ok I insert this and now I got that error:

    6:42 PM: ERROR: lootspawnlists: Couldn't find datablock by name 'nil'!

    Ok I have no idea what the "nil" is? what is the prob?
     
    Last edited by a moderator: Aug 29, 2014
  14. Wulf

    Wulf Community Admin

    The first error is with Crafting Controller, not Loot Spawn Lists. The error means you you didn't specify the blockblueprintmessage for one of your entries.

    The second error with Loot Spawn Lists, is that you aren't specifying a valid item/entry in your loot_table.txt, which from the looks of it is where your "nil" is.
     
  15. Thank for the help:
    find the first error: change "blockblueprintsmessage" to "blockblueprintmessage"!
    Then I delete the lines with the object 'nil' in the loot list and wait fpr an error ;)

    Think it works now..
    Tks a lot
     
  16. I was wondering if any one had a medium loot table I could have as I tried to use Jedis table but cant work it out. If any one could help by giving me a good loot table as I want people to get better stuff out of boxes or point me in the right direction on how to use Jedis table. Please and thank you.

    (Sorry if it in the wrong spot feel free to remove it if it is.)
     
  17. When I try to connect to my server it loads then say "connected!" and thats it.
     
  18. Wulf

    Wulf Community Admin

    How does that relate to this plugin? If you can't connect after installing this plugin, then it is likely your configuration is errored.
     
  19. Its because after setting the loot tables, every time I try to connect it says connect! and says something about the buffer size[DOUBLEPOST=1409430068][/DOUBLEPOST]
    Can I see a loot_tables.txt file that works just so I can see what I'm doing wrong
     
  20. Wulf

    Wulf Community Admin

    You can delete the file and it will regenerate. If you can connect to the server fine without it being modified, then you know the error lies with your changes. ;)