1. I found "WeaponBlueprintSpawnList" in the file but seems attached nowhere ? Where Can I set M4, MP5A4 drop ?
    [DOUBLEPOST=1393765657,1393720509][/DOUBLEPOST]Message updated.
     
    Last edited by a moderator: Mar 2, 2014
  2. This plugin isnt working. It doesnt let people get on the server and also after you remove it the server gets map wiped. i was using this config: http://pastebin.com/p5TeN3JP
     
  3. Wulf

    Wulf Community Admin

    This plugin doesn't touch your server world save, nor does Oxide. Are you using some host that has install/uninstall buttons?
     
  4. Completely unsubstantiated, please don't jump to conclusions.
     
  5. I've just installed this fantastic plugin onto my server , however I Carn't get my head around the configuration file :(

    I Basically Want C4/Explosives/Research Kits to be Rare in the AirDrops/Zombies/Loot Boxes?

    Can anyone talk me through what i need to change In order to change this ?
     
    Last edited by a moderator: Mar 3, 2014
  6. You could try this site;
    http://primevalrust.com/loot
     
  7. Thanks

    I'm unsure what he difference is between :

    Min?
    Max?
    Weight?

    SupplyDropA
    SupplyDropB
    SupplyDropC

    ^ - First Drop will contain Loot A , 2nd LootB?

    Am i on the right lines with the below;


    ZombieLootList - What the Read Bears drop?
    SupplyDropSpawnListMaster - Air Drops?
    WeaponSpawnList - Rad Town Boxes
    AmmoSpawnList - Rad Town Boxes?
    MedicalSpawnList - Rad Town Boxes
     
  8. Min = Min Amount of said item
    Max = Max Amount of said item
    Weight = Is like the drop chance, so lower the more rarer it will be.

    There are 5 different supply drop crates, SupplyDropA -> E
    Each have their own loot tables, I believe SupplyDropE is the one that contains the supply signal by default.

    ZombieLootList should be renamed to AILootList and then the Red Bears/Wolves will drop loot inside that table.

    SupplyDropSpawnListMaster is the chance for which crates to drop A > E.

    As for the boxes, yes they're the boxes in towns.
     
  9. Thanks for your help Krimian - Its helped me massively to understand this plugin

    Am i understanding correctly that if an Item Isn't in the configuration file - The Item can't be found in the Game?

    JunkSpawnList - Where do you find these?
     
  10. Correct, if it's not on the loot_tables.txt then it cannot be found in-game.

    JunkSpawnList is the main drop cycle on the Bears/Wolves, likes bits of ammo, flares, pick axe, food (although the food comes from the ConsumableSpawnList) etc...
     
  11. Isn't AILootSpawnList ?
     
  12. There's no such thing as 'AILootSpawnList'
    The Bears/Wolves are known as the 'AILootList'
    and the main thing that drops from them is items from the 'JunkSpawnList' as that is where the bulk of the 'junk' items are held in the table.
     
  13. You have a big issue with your kevlar list. You have "min:4 and max:4, with one of each being "True". That means everytime kevlar spawns, it's going to spawn a complete outfit.
     
  14. One of Each being set to false mean it will randomly pick one Item to Spawn ? instead of all 4?

    "oneofeach": true, - Means Spawn Each Item once below the statement

    "nodupes": true - Don't Spawn the same item twice in the same Drop??
     
  15. Yep, that should work.
     
  16. Correct, but you should also change the min4/max4. Right now, four pieces will drop no matter what. I usually do min1/max1. That way only one piece will drop, change it to your preference.
     
  17. no im just using the .lua file and i tested, its this plugin.
     
  18. Wulf

    Wulf Community Admin

    I don't see how, sorry. I've "uninstalled" this plugin hundreds of times, and never lost anything.
     
  19. Apparently its the config file i was using. Anyway it shouldnt delete the map just for using the wrong configuration. Another thing is that the config is validated in the json validator.