1. Wulf

    Wulf Community Admin

    You are using ZombieLootList instead of AILootList in your loot_tables.txt.
     
  2. no..i don't have other mode for manage loot..
     
  3. Wulf

    Wulf Community Admin

    I didn't say you did? You have to edit the loot_tables.txt and change what I mentioned above.
     
  4. I used the "jedis_table_tool" to generate my loot_tables.txt .. And in the tool AILootList is empty ... I have to edit this? I can put the same thing as zoombielist?

    Thank you very much for your answers :)
     
  5. Wulf

    Wulf Community Admin

    There should be no ZombieLootList, AILootList is what it needs to be renamed to.
     
  6. Then I create the loot_tables.txt with the Jedi tools .. then open file text and rename ZombieLootList in AILootList?

    sorry for my trouble understanding I never did: (
     
  7. Wulf

    Wulf Community Admin

    Yes
     
  8. Now work! Thanks a lot!
     
  9. I must be an idiot.. I am just not getting this. Do I need to edit every line for every loot list? I tried the Jedi Tools, but do I only add the values I want to edit and everything else is default? Are there any pre-configured .txt files I can just copy into my server host configs? I just want to make no craft c4, very rare c4 drops in rad animals/crates. No drop c4 blueprint or explosives, and tone down the upper tier weapon drop rate. I feel like I'm lost trying ot edit all this and worried I'm messing things up even more. So yeah, does anyone have a config setup similar to that they would just share the lines of code on?
     
  10. Wulf

    Wulf Community Admin

    http://oxidemod.org/resources/categories/configurations.16/
     
  11. Thanks Wulf, something like that was what I was looking for. Sadly, the few there did not offer what I needed. Most of those are pretty bare bones, low rate on everything. So I used your reply from another thread about the craftingcontroller and I have that setup so no craft c4 is working and I'm just trying my best to manually set weights to 0 or 1 for things I want toned down. Too many options but hopefully will work out in the end.
     
  12. Code:
            "JunkSpawnList":
                    {
                    "min": 0, "max": 1,
                    "oneofeach": false, "nodupes": false,
                    "packages":
                    {
                          "0": { "min":  1, "max":  1, "weight": 20, "object": "TestObject" }
                    }
                    }
    Quick question if JunkSpawnList procs would that mean that there is a 50, 50 chance that 1 Object is gonna get dropped?
    I mean if I would min 1, and max 1 but the weight of TestObjects is still 20 he would always force to get it dropped tho
    doesn't he? As the min. is still 1? So basicly if I want it to have a lesser chance I have to make multiple lists of lists with 0/1?
    Also is the weight an int only?
     
  13. Code:
             "5":{
                "weight":0,
                "object":"Explosive Charge",
                "min":0,
                "max":0
    if i do it, no more c4 in the server right? i also edited craftings..
     
  14. i have all explosives weight, minimum and maximum all set to 0 but supply drops still drop 1 explosive charge, not sure how to fix
     
  15. Wulf

    Wulf Community Admin

    Please post in the appropriate threads. Your post was moved here, as it was unrelated to the thread you had posted in.
     
  16. Hey guys,

    I stumbled over a complete different problem, had problems with my provider and been given a new server which I have to config. now, the problem is, that even after turning the server off and installing Oxide 1.16b I wasnt able to install the loot table anymore, every plugin works, except the loot table. Have been updating everything, still nothing. The last time it worked like a charm. Anyone has experience with that/any ideas ?

    Already solved!
     
    Last edited by a moderator: Mar 7, 2014
  17. Am I able to set the Weight for the Loot as a non integer, such as, i want something to have a .5% drop instead of a 1% drop? Thanks
     
  18. is this going to be updated soon? I have this, oxmin and remove objects installed and this is the only one not updated yet and im getting lag issues
     
  19. Wulf

    Wulf Community Admin

    Using it fine here, no issues. Make sure your loot_tables.txt is updated and correct.
     
  20. Can some one give a hand. I have been trying to get my server to drop anything military base to 1%, even metal structures. And no bps at all. Also I am trying to get red animals to drop arrows.

    I just reinstalled my .txt file because I had completely fucked it up

    Anyone can do one for me?