I noticed on the tables there are no blueprints. Anyone have blueprint drops, if so where do you put them?
Loot Spawn Lists [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
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 ? -
-
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. -
I wil put in a blueprint list with a low change so if you want that to just ask hehe -
Sure, whenever you have time I'd love to have it
EDIT: Also, to answer your previous question, my host is playrust.euLast edited by a moderator: Jan 12, 2014 -
-
But it depents on how tired i am because i just came out of a 8 hour shift hehe -
-
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" } }
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 -
-
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 -
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
-
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 -
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 -
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 -
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.
-
Why the Server Spawn´s Empty Weapon Boxes with this Tool?
I´ve change the Loottable and now Many Boxes are Empty.
jojoAttached Files:
-
-
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 -
Last edited by a moderator: Jan 13, 2014