1. I noticed on the tables there are no blueprints. Anyone have blueprint drops, if so where do you put them?
     
  2. Hi !

    I noticed that none of my players are able to loot M4 in crates. I don't use any loot modification. Did the drop have been nerfed with the last version of the game / Oxide ?
     
  3. Not sure but if you want more m4 why not instal this mod and give higher chance of m4 loot drop ?
     
  4. Hi again guys,

    Turns out that a re install of the plugins made Mcello's loot table work perfectly. I'm quite happy with it the way it is, I don't need blueprints spawned heh.
     
  5. Glad i could help you.
    I wil put in a blueprint list with a low change so if you want that to just ask hehe
     
  6. Sure, whenever you have time I'd love to have it :)

    EDIT: Also, to answer your previous question, my host is playrust.eu :)
     
    Last edited by a moderator: Jan 12, 2014
  7. That would be great! I'd love to see your blueprint table!
     
  8. I wil try to finish it tonight.
    But it depents on how tired i am because i just came out of a 8 hour shift hehe
     
  9. Take your time, I have some other things I need to update anyway, so whenever you get around to it okay?
     
  10. Code:
    "BlueprintLootList":
            {
                    "min": 1, "max": 1,
                    "oneofeach": false, "nodupes": false,
                    "packages":
                    {
                            "0": { "min": 1, "max": 1, "weight": 5, "object": "M4 Blueprint" },
                            "1": { "min": 1, "max": 1, "weight": 5, "object": "Shotgun Blueprint" },
                            "2": { "min": 1, "max": 1, "weight": 25, "object": "9mm Pistol Blueprint" },
                            "3": { "min": 1, "max": 1, "weight": 5, "object": "Bolt Action Rifle Blueprint" },
                            "4": { "min": 1, "max": 1, "weight": 5, "object": "Holo sight BP" },
                            "5": { "min": 1, "max": 1, "weight": 10, "object": "Silencer BP" },
                            "6": { "min": 1, "max": 1, "weight": 15, "object": "Laser Sight BP" },
                            "7": { "min": 1, "max": 1, "weight": 10, "object": "Flashlight Mod BP" },
                            "8": { "min": 1, "max": 1, "weight": 15, "object": "F1 Grenade Blueprint" },
                            "9": { "min": 1, "max": 1, "weight": 5, "object": "Explosive Charge Blueprint" }
                    }
    Here you go a BlueprintLootList you can put it in what ever you want is you have questions let me know :)

    The weight",: (number) = Percentage!


    If you want me to put it in just tell me if you want i spawn out of zombies or boxes or airdrops!
     
    Last edited by a moderator: Jan 12, 2014
  11. That's perfect. Can you make that spawn with zombies and also airdrops? Boxes I don't really bother with, nor does anyone on my server.
     
  12. Here you go it now has 3% chance of spawning in zombies!

    There are 4 Supply Lists
    Named A,B,C and D

    If you have a Airdrop its has 25% chance to drop 1 of these the BP's are in Supply drop C
    If Supply drop C falls it has 20% chance to drop a BP in it etc..

    you get the point :)
     
  13. Ah...I saw something I didn't see before. Can you please take out the explosives and explosive charges and put it on a new table? I'm sorry, I know I'm a pain. Whenever you have time. It doesn't have to be today. My first priority is to update Oxide, as I was informed by email that it has been updated :)
     

  14. Ahhh i know what i did wrong
    I used my own table again and not you customized table sorry wil change it[DOUBLEPOST=1389576375][/DOUBLEPOST]Dit is hem:

    http://pastebin.com/HFBLnTES
     
  15. What harm would I be doing if I just REMOVED the explosive, explosive charge and F1 Grenade lines? Would that screw up the code you have here, or would it actually work to the point of making it so those 3 items do not spawn anywhere?

    EDIT: Deleted the lines, explosive BPs as well as grenades do not spawn anymore! Thanks for your hard work Mcelle!
     
    Last edited by a moderator: Jan 13, 2014
  16. I just installed this earlier today on my Streamline Server (Australia) and the server map data wiped, but the player inventories were fine. Is this normal? I still have some adjustments to make to the loot spawns but I don't want to lose my map as I have slowly built up a decent player base and continual wipes will definitely risk that.
     
    Last edited by a moderator: Jan 13, 2014
  17. Oxide and it's plugins do not touch or go anywhere near map saves. If the server wipes due to installing a new plugin, your GSP is likely at fault.
     
  18. Why the Server Spawn´s Empty Weapon Boxes with this Tool?
    I´ve change the Loottable and now Many Boxes are Empty.

    jojo
     

    Attached Files:

  19. How can i spawn certain ammo with certain guns?
    },
    "WeaponSpawnList":
    {
    "min": 1, "max": 1,
    "oneofeach": false, "nodupes": false,
    "packages":
    {
    "0": { "min": 1, "max": 1, "weight": 5, "object": "Shotgun" },
    "1": { "min": 1, "max": 1, "weight": 5, "object": "MP5A4" },
    "2": { "min": 1, "max": 1, "weight": 1, "object": "M4" },
    "3": { "min": 1, "max": 1, "weight": 40, "object": "P250" },
    "4": { "min": 1, "max": 1, "weight": 40, "object": "9mm Pistol" }
    }
    },

    I want to make a little bit of ammo with the corresponding weapon, so that if a pistol spawned in the crate it will have a little bit of ammo spawn with it
     
  20. It can be done but it is a lot of work and im going to bed right now i could make 1 for you.
     
    Last edited by a moderator: Jan 13, 2014