HWLootConfig

Moved

Total Downloads: 8,417 - First Release: Dec 19, 2015 - Last Update: Jun 27, 2016

5/5, 23 likes
  1. Well glad you got it and good luck in the future. Nobody will help you that way and nobody could know what you are doing there.
    [DOUBLEPOST=1451360111][/DOUBLEPOST]
    If you want to change spawns you could look at SpawnConfig. This plugins is for item drops/loot
     
  2. How to control the refresh rate? Let the item refresh the frequency side of the high or low?thx!
     
  3. What is the key value equivalent to? For example a key of "1.0" Does this represent a 100%, 1%, or something else entirely? I'm looking to increase the drop rate of car parts and detonator caps slightly, but would be easier to do so understanding what these values represent.
     
  4. All Keys of one Children layer together will give you 100%
    (always just the direct children, not including sub children)
    If the RollCount equals the Children count and RollWithoutReplacement is true all Children will be executed, otherwise it will be iterated RollCount times over all Children and based on a random value a child is executed. If RollWithoutReplacement is true a child will only be executed once.
    If the RollCount is larger than the Children count and RollWithoutReplacement is true, the RollCount will be set to Children count.
    If a LootResult is set the item will be given and Children ignored.

    Dunno if i forgot something, but i noticed loot.stats is currently not correct, i'll update it to include those rules...
     
  5. Okay, a lot of what you said went over my head, but I'll eventually get it. but with the keys what you're saying is a key of 1.0 is 1%. Correct?
     
  6. nope, all children keys inside the array ([]) needs to be summed to get 100%, if there is only one key with 1.0 it will be 100% but if there are three then 3.0 will be 100%, or if there are keys like 3.0, 5.0 and 2.0 then 10.0 will be 100%
     
  7. i need examples plz
     
  8. I was wonder as admin on our server, how can i spawn a specific layout for a Roach?? i have tried to edit the roach spawn part in config, but no mater what i do, cant get parts to spawn way like, is always some part out of place, can get like 3/4s of car to roll out right, but is always a couple parts wrong still. Tried changing the roll count of stuff don't want to 0, and seems the KEY figure, has to do with percent it rolls on that item, but not sure, i bunged it up so bad last night, now things not spawning right, and have mixed up my default configs up, so no default now lol. i know is a way to get all admin cars to look same, and we want to do a race, with diff looks per team, and we wills spawn in for them, so no cheating =) any help be nice, Ty so much guys, love the work you all doing, peace peace. using the spawn roach command in F1 for this.
     
  9. try F1 typing: stockvehicles
    this will stock all vehicles with all upgrades
     
  10. I am new to configuring servers and need a guide to set the loot with lootconfig . Spare cars as they call ? As it gets the loot x2?. There somewhere where I can gather this information. Sorry for my english and thank you very much in advance . Great job!
     
    Last edited by a moderator: Dec 30, 2015
  11. i was wondreing how can i make my server x2 gathering and x2 loot, i allready know that i need LootConfig plugin, but i don't know how to change it to x2 :(

    Thanks :)
     
  12. under oxide, and in "LootConfig.json" make sure you have after "Global stackStizeMultiplier" you add :2.0, for 2x

    Example:
    Code:
    {
      "GlobalStackSizeMultiplier": 2.0,
      "Version": 21,
      "VersionConfig": 3,
      "LootConfigs": {
        "None": {
          "RollCount": 1,
          "RollWithoutReplacement": true,
          "LootResult": null,
          "Children": []
     
  13. Thanks for your help! :)
     
  14. I did the 2x multiplier but cars are spawning with 2 stacked engines, stacked tires etc. How do i change that?
     
  15. Essentially you need to go through the code and make sure that under carwheel and all the car wheels/engines/gears can only spawn in stacks of one.
     
  16. hello some people are asking me to do a reloot on my server so all the cars ets spawn again how can i do this<?
     
  17. Depending on how you are running your server, Etc through a host like HostHavoc you can go to the control pannel on their website and click the restart button and it will reboot the server
     
  18. so if i restart the server the loot will respawn?
     
  19. Correct.
     
  20. I think I've finally got it.
     
    Last edited by a moderator: Jan 2, 2016