Magic Loot

Simple components multiplier & loot system

Total Downloads: 13,477 - First Release: Nov 13, 2016 - Last Update: Nov 2, 2017

5/5, 44 likes
  1. Can you be specific? What version are you running? What problems are you having? Any errors?
     
  2. is i am running the latest version of the plugin i follow the way you increase the ammount of the stuff like the springs and metal pipes and ropes but it doesnt increase the ammount i want to increase it but doesnt want to.
     
  3. Make sure you reload the plugin after editing the config. Also, these commands are helpful for testing loot:
    Code:
    spawn.fill_groups
    spawn.fill_populations
     
  4. thanks will this sorta fix my problem
     
  5. i have tried the commands can you show me a picture of the magic loot.jason file plz so i can see how it is added i maybe added something wrong
     
  6. Those are console commands not limited to this plugin. They respawn loot nodes which would make your testing much more quicker to verify if it's working for you or not.
     
  7. its not for the nodes its for inside the crates and barrels were you get like 300 rope and so this plugins is for that i am trying to use it for that
     
  8. By loot nodes I meant all types, rocks, crates, etc.
     
  9. THIS is my jason file i might have added it wrong because it says i must add it to that file{
    "ItemList": {"Components": {
    "list": [
    "bleach": 3000,
    "ducttape": 3000,
    "gears": 3000,
    "glue": 3000,
    "metalblade": 3000,
    "metalpipe": 3000,
    "propanetank": 3000,
    "riflebody": 3000,
    "roadsigns": 3000,
    "rope": 3000,
    "semibody": 3000,
    "sewingkit": 3000,
    "sheetmetal": 3000,
    "smgbody": 3000,
    "metalspring": 3000,
    "sticks": 3000,
    "tarp": 3000,
    "techparts": 3000,
    ]
    },
    "Developer": {
    "AmountChange": true,
    "Debug": true,
    "ExtraItem": true,
    "Skins": false
    },
    "Exclude": {
    "list": [
    "supply.signal": 1,
    "ammo.rocket.smoke"
    ]
    },
    "ExcludeFromMultiplication": {
    "list": [
    "crude.oil"
    ]
    },
    "Loot": {
    "AmountMin": 3,
    "Enabled": true,
    "ItemsMax": 5,
    "ItemsMin": 3,
    "PreventDuplicates": false,
    "WorkshopSkins": false
    },
    "Settings": {
    "Multiplier": 1000,
    "MultiplierComponents": 100,
    "MultiplyOnlyComponents": true
    }
     
  10. Code:
    {
    "ItemList": {"Components": {
    "list": [
    "bleach",
    "ducttape",
    "gears",
    "glue",
    "metalblade",
    "metalpipe",
    "propanetank",
    "riflebody",
    "roadsigns",
    "rope",
    "semibody",
    "sewingkit",
    "sheetmetal",
    "smgbody",
    "metalspring",
    "sticks",
    "tarp",
    "techparts"
    ]
    },
    "Developer": {
    "AmountChange": true,
    "Debug": true,
    "ExtraItem": true,
    "Skins": false
    },
    "Exclude": {
    "list": [
    "supply.signal": 1,
    "ammo.rocket.smoke"
    ]
    },
    "ExcludeFromMultiplication": {
    "list": [
    "crude.oil"
    ]
    },
    "Loot": {
    "AmountMin": 3,
    "Enabled": true,
    "ItemsMax": 5,
    "ItemsMin": 3,
    "PreventDuplicates": false,
    "WorkshopSkins": false
    },
    "Settings": {
    "Multiplier": 1000,
    "MultiplierComponents": 100,
    "MultiplyOnlyComponents": true
    }
    You don't add individual multipliers.
     
  11. okay then were should i cant you send me your list of this
     
  12. Generate a new config and reconfigure your "loot" and "settings" sections. Do not modify the components list, set the multiplier in the "settings" section.
     
  13. okay is i needed add the components to the json file must i just out it in and not under item list
    and i will remove the config and all that and redo
     
  14. okay it works now but how do i increase the rareaty of the components on my server so i can find tech trash easy
    [DOUBLEPOST=1485889831][/DOUBLEPOST]it only limits my components to 20 and doesnt wanna go higher
     
  15. Anyone know how to solve this issue:
    Failed to initialize plugin 'MagicLoot v0.1.7' (ArgumentNullException: Argument cannot be null.
    Parameter name: source)
    This appears in the console on server launch. I figured there might be some conflict with another plugin so i just outright made a completely new server in preparation of narrowing down the suspect, but got the same error message with no other plugins.
     
  16. When are you going to update the plugin because it isnt working as well as it suppose to because of the rust update plz update as soon as possible
     
  17. after today update:
    Code:
    01:00 [Error] Error while compiling MagicLoot.cs(66,74): error CS1061: Type `Rust.Workshop.ApprovedSkinInfo' does not contain a definition for `ItemType' and no extension method `ItemType' of type `Rust.Workshop.ApprovedSkinInfo' could be found. Are you missing an assembly reference?
    
     
  18. Norn updated Magic Loot with a new update entry:

    0.1.8

     
  19. @Norn
    Failed to initialize plugin 'MagicLoot v0.1.8' (NullReferenceException: Object reference not set to an instance of an object)
    Unloaded plugin MagicLoot v0.1.8 by Norn
    No previous version to rollback plugin: MagicLoot
     
  20. Possibly outdated config/data. Unload plugin, delete config and data and reload.