1. 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?
     
  2. Weight can be considered the drop % chance.

    Fixed :D
     
  3. 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
     
  4. If you put them both at 0 (zero) weight then they won't drop.
    If you want them both to be 100% then put the weights at 1 each.
     
  5. 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
  6. could you make a simpler version of this just to control drops from aircraft ?
     
  7. They are unused items in the Rust server, most likely placeholders, I've already added a suggestion on some developer to put them to use somehow, but to no avail.

    Just use this plugin and only edit the SupplyDropA - SupplyDropE, that edits the crate loot from airdrops.
     
  8. i ask to read and understand the code
     
  9. Paying somebody to setup a loot table for me, add me on skype dudemichael4545
     
  10. Sent contact request.
    /Jimmy
     
  11. Thx
     
  12. 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.txt :D
     
    Last edited by a moderator: Apr 11, 2014
  13. Wulf

    Wulf Community Admin

    If you read the overview page, you'd see that it tells you that it is generated when you install the plugin and run your server.
     
  14. 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.
     
  15. 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/6tCc7ZWi
     
    Last edited by a moderator: Apr 12, 2014
  16. Got the same, lot of duplicate list, but it doesn't seems to be a problem at all.
     
  17. 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?
     
  18. 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 empty
     
    Last edited by a moderator: Apr 12, 2014
  19. First off, that paste has 2 missing commas in the AmmoSpawnList.
    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]
    A couple of things are going on here...

    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
  20. 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