BetterLoot

Moved

Total Downloads: 42,623 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018

4.95699/5, 93 likes
  1. I was wondering if someone could help me fix this I want my server OP but it just doesn't so if someone could tell me what's wrong or just fix it please I'm begging :/
     

    Attached Files:

  2. ItemConfig is not really a solution to rarity - after the update all rarity was reset to default totally destroying the loot drops... Any other better solution that doesn't change every update?
     
  3. Maybe using some other software >> AlphaLoot.pdf
     
  4. Does the loot table and rarity settings stay after an update?
     
  5. Yes and Yes. Second can be simple recreated if needed
     
  6. does this need an update to add the new m92 pistol? or can you just add the item name to the loot tables?
     
  7. It'll need an update since the short name for the gun does not yet exist within the plugin. You could always open the plugin file up yourself and add it to the plugin...
     
  8. how on earth would i do this? or would it just be easier waiting for it to be updated?
     
  9. If you're not sure about it then I'd wait for an update. You can use Visual Studio to open the file. However Notepad++ works fine too and personally I have opened them in Dreamweaver ha ha so it's quite flexible.
     
  10. No and Yes :)
    [DOUBLEPOST=1480640902][/DOUBLEPOST]
    It needs no update...the CS stores no static data ;)
     
  11. Oh right, I assumed that you'd need to update the plugin in order to add the new gun short name to the plugin script, but rethinking it now you mentioned it I think if I remember correctly this plugin uses one of the config files to list any items you wish to use new or old... So many plugins... So much confusion...
     
  12. ;) >>> NamesList.json
     
  13. so in order to have it spawn in supply drops and heli crate i just simply add the short name of the new to the supplydrop and helicrate loot tables?
     
  14. It appears that way... I must have been thinking of another plugin. It was late for me so I was tired ha ha.

    The short name for the new pistol is: pistol.m92

    Use this page in the future for all new items in the game and their short names:

    Oxide API for Rust
     
  15. yeah thanks, i had looked on that page for the short name of the gun but i just wanted to double check its how i add it
     
  16. Yeah, just open up the NamesList.json file in Notepad (or whatever suits you) and add the pistol.m92 to the end of the list.

    Then all you have to do is go into the LootTable or whichever crates you wish to add the pistol to and then add pistol.m92 to the end of that too and reload the plugin.

    Sorry if my description is too vague... I do not have my server turned on and I have to update everything as a result lol so I'm just going off what I can remember... Which isn't very much ha ha.

    EDIT: If you need help, you can upload all of your .json files and I can add it for you and pass them back to you. That way you can see the changes I make and take that into account in the future... Only if you need the help though.
     
  17. makes sense, thank you!
     
  18. how change oil-barrel loot?
    how change loot from RT green boxes? drop is same like normal white box from any place
    how take out from drop dublicate items? example from 1 box or barrel can drop same item 2 times

    thanks
     
  19. That are all together limitations of the code of BetterLoot...
     
  20. You mentioned AlphaLoot previously and I went to take a look at it but I cannot find it at all... I read the documentation link you sent to someone in an earlier reply but cannot find anywhere any page or link to download it or look at it. :/

    How can I take a look at it and download it?