Guys tell me how to change the percentage of the loot. http://primevalrust.com/loot
in the table following parameters 1)# Pkg Name 2) Min 3) Max 4) Weight 5) %and what it means Weight?
Loot Spawn Lists [Unmaintained]
Discussion in 'Plugin Support' started by thomasfn, Jan 6, 2014.
-
-
still trying to figure out the parameters and what they are responsible?
Min & Max responsible for the number of units found in boxes
Weight chance for the appearance of things in %
% although was sure that % responsible for the probability of things
Example:
List Packages - BoltActionRifleSpawnList
# Pkg Name Min Max Weight %
0 Bolt Action Rifle 1 1 0 100.00
1 556 Ammo 8 10 0 100.00 -
If you want them both to be 100% then put the weights at 1 each. -
Whats mean Armor Part 1 Armor Part 2-7?[DOUBLEPOST=1396109692][/DOUBLEPOST]Try to use http://primevalrust.com/loot, but cant save changes and download file.
Last edited by a moderator: Mar 29, 2014 -
could you make a simpler version of this just to control drops from aircraft ?
-
-
i ask to read and understand the code
-
Paying somebody to setup a loot table for me, add me on skype dudemichael4545
-
/Jimmy -
-
Is there a default loot list available? I want to tweak it a little bit but it seems i can't find it anywhere.
Edit : Nevermind there's a rust_original_loot_tables.txtLast edited by a moderator: Apr 11, 2014 -
Wulf Community Admin
-
It would if i had installed the plugin, for now i m only working on the tables from my home computer. I found it inside the archive from Jedi software.
-
Hello I have a worry at SupplyDropA, B, C, D. I put nodupe (true or false) the item is duplicated anyway
Here is the configuration of the addon : http://pastebin.com/6tCc7ZWiLast edited by a moderator: Apr 12, 2014 -
Got the same, lot of duplicate list, but it doesn't seems to be a problem at all.
-
if this is a problem for me because I am looking kind 1m4 2c4 5 grenades and 200 planks and drop me 3M4 2 c4 so it is annoying[DOUBLEPOST=1397309307,1397300092][/DOUBLEPOST]nobody has a solution?
-
if i want to change the list on drops is this right
"SupplyDropB":{
"packages":{
"1":{
"weight":0,
"object":"556 Ammo",
"max":250,
"min":250
},
"4":{
"weight":0,
"object":"ShotgunSpawnList",
"max":2,
"min":2
},
"5":{
"weight":0,
"object":"Large Medkit",
"max":5,
"min":5
}
this drop is emptyLast edited by a moderator: Apr 12, 2014 -
Second, it looks to my (rather inexperienced in fixing this mod) eyes that you have the correct boxes checked (I used Jedi's tool). I reported on the previous page that I was having trouble with "nodupes" as well.
Our "solution" has simply been to turn some of the more problematic drops way down, so it's much harder to get duplicates of those items from a single crate.
If anyone else has a better idea of what's happening mechanically within this mod to cause this, I'm all ears.[DOUBLEPOST=1397452080][/DOUBLEPOST]
You appear to have deleted the fields "min", "max", "nodupes", and "oneofeach" from the SupplyDropB list. (assuming that is a complete selection).
"packages" need to be numbered starting at "0" with no sequential omissions. (Instead of "1", "4", "5" - it should be "0", "1", "2")
You have all weights set to 0. This isn't an issue if you want "oneofeach" set to true, but it might also be causing nothing to drop at all.Last edited by a moderator: Apr 14, 2014 -
Hey was just wondering 2 things. What is the reason for having a 9mm pistol in the "PistolSpawnList"? Also what is the weapon parts list? Thanks for clarifying