Magic Loot

Simple components multiplier & loot system

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

5/5, 44 likes
  1. Why would I set a limit at such a high number? Again if you read the post before writing your autobiography you'd see that it's based on your stack sizes.
     
  2. Norn updated Magic Loot with a new update entry:

    0.1.9

     
  3. I just downloaded your new version 0.1.9 and now the addon won't load, it tries to, but unloads.

    Edit: It works now, nevermind me.
     
    Last edited by a moderator: Mar 13, 2017
  4. I have tried to reload the plugin, by right clicking on it and still doesnt create the json file in the data folder.
    I'm using abcgamingserver's ftp.
    Any other idea?
     
  5. @Norn
    Problem with empty barrels really exist and I think its somehow related to exclude list. For example I start using this plugin only because I don't want to have wood in barrels, so I added wood to exclude list and leave all other settings default and now I got a lot of empty barrels (one of 10 maybe). It looks like wood is not replaced with any other loot but it is just simply removed from barrel and leave it empty.

    data\MagicLoot.json default,
    config\MagicLoot.json:
    Code:
    {
      "Components": {
        "list": [
          "bleach",
          "techparts"
        ]
      },
      "Developer": {
        "AmountChange": false,
        "Debug": false,
        "ExtraItem": false,
        "Skins": false
      },
      "Exclude": {
        "list": [
          "supply.signal",
          "ammo.rocket.smoke",
          "wood"
        ]
      },
      "ExcludeFromMultiplication": {
        "list": [
          "crude.oil"
        ]
      },
      "Loot": {
        "AmountMin": 1,
        "Enabled": false,
        "ItemsMax": 1,
        "ItemsMin": 1,
        "PreventDuplicates": false,
        "WorkshopSkins": true
      },
      "Settings": {
        "Multiplier": 1,
        "MultiplierComponents": 1,
        "MultiplyOnlyComponents": false
      }
    }
    My plugins list (if it can help you):
    Code:
    01 "Rust:IO for Oxide" (2.12.0) by playrust.io / dcode (89.68s)
    02 "Building Grades" (0.3.9) by bawNg / Nogrod (0.00s)
    03 "Copy Paste" (3.0.21) by Reneb (0.00s)
    04 "Death Notes" (5.2.9) by LaserHydra (20.85s)
    05 "FancyDrop" (2.6.10) by Fujikura (2.41s)
    06 "Friends" (2.1.3) by Nogrod (0.01s)
    07 "Godmode" (4.1.0) by Wulf/lukespragg (0.01s)
    08 "HeliControl" (1.1.7) by Shady (4.12s)
    09 "Hitmarker GUI" (1.3.2) by PaiN (0.04s)
    10 "ImageLibrary" (1.6.4) by Absolut (0.08s)
    11 "InfoPanel" (0.9.5) by Ghosst / Nogrod (18.11s)
    12 "Kits" (3.2.4) by Reneb (0.69s)
    13 "LustyMap" (2.0.93) by Kayzor / k1lly0u (1.76s)
    14 "NightLantern" (2.0.61) by k1lly0u (1.56s)
    15 "NTeleportation" (1.0.20) by Nogrod (14.03s)
    16 "QuickSmelt" (1.3.0) by Wulf/lukespragg (2.95s)
    17 "RemoverTool" (4.1.6) by Reneb (0.32s)
    18 "ServerInfo" (0.5.1) by Fujikura/baton (0.09s)
    19 "Sign Artist" (0.3.2) by Bombardir (0.01s)
    20 "SkipNightVote" (0.1.3) by k1lly0u (0.11s)
    21 "Stack Size Controller" (1.9.0) by Waizujin (0.00s)
    22 "UniversalUI" (2.1.3) by Absolut (0.06s)
    23 "ZLevelsRemastered" (2.5.3) by Fujikura/Visagalis (23.95s)
     
  6. Yep i have a lot empty boxes on server :)
     
  7. I had to uninstall and go with betterloot for my server i was being messaged everyday about empty boxes

    It might be a compatibility issue with another oxide plugin I can zip my oxide folder if it helps
     
  8. That would make sense, thanks for the input!
     
  9. Getting this error on server load,

    Failed to initialize plugin 'MagicLoot v0.1.9' (ArgumentNullException: Argument cannot be null.
    Parameter name: source)

    Any ideas?
     
  10. Anyone got a solution why the plugin doesnt create the json file into the data folder?

    edit*
    It's working now, sorry.
     
  11. You can use better loot as well, never had any empty barrels just one item in one or 6 in another.
     
  12. Eat

    Eat

    Hello!

    Please tell me how to increase rates only components!?

    tried all settings config((((
     
  13. No need for a douche response when I was writing information; valid information.

    You've completely ignored my 2 points and put it down to a "Cool Story" and focused on one thing.

    It'll be why I won't be using any more of your plugins. No need to act a total douche and ignore serious questions.

    Something is fundamentally broken in the coding if you have to manually unload and then load the plugin before the config file is created and even more so if it constantly overwrites the data\MagicLoot.json file. Not to mention when you config to components only it does it for everything. Enjoy living life on cloud 9; ignorance is bliss.
     
  14. After today update:

    Code:
    22:37 [Info] Loaded plugin MagicLoot v0.1.9 by Norn
    22:37 [Error] Failed to initialize plugin 'MagicLoot v0.1.9' (NullReferenceException: Object reference not set to an instance of an object)
    22:37 [Stacktrace]   at Oxide.Plugins.MagicLoot.LoadMagicLootData () [0x00000] in <filename unknown>:0.
      at Oxide.Plugins.MagicLoot.Loaded () [0x00000] in <filename unknown>:0.
      at Oxide.Plugins.MagicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0.
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0.
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0.
      at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0.
    [DOUBLEPOST=1489693656][/DOUBLEPOST]Manual reload solves this problem.
     
  15. You won't be using any more of my plugins? I'm heartbroken.

    As for the issue of manual reloading, I can't seem to replicate the issue. Seems like it has something to do with broken configuration.

    It would be a bigger issue if it was happening to everybody but this is clearly limited to a few people, I'm looking into it.
     
  16. And you again totally miss the point that ONLY COMPONENTS are modified and it's still touching other loot.

    But w/e.
     
  17. People reports that in my server a lot of empty barrels, crates and most of all military crates are empty. Nothing is inside and this is ruining the entire experience. Is there a way to fix this?
     
  18. yep 6 boxes 4 empty
     
  19. Empty boxes issue still persist

    *We've had it couple weeks now maybe a month. The issue is pretty serious since it's affecting the players experience by running to these rad towns for looting and then come back with nothing. Haven't really voiced any thoughts on this before, thought it was something that was going to get fixed but it's starting to become a problem since people leave the server.

    Now, I don't want to dishearten or blame you for it. The plugin has normally worked very well and love it. I understand your frustration in not being to replicate the issue and know it can be hard. Lets hope a solution can be found.

    If it gives you any more knowledge the only setting we use is 2x components and nothing else. It happens randomly from time to time, usually a reload of the plugin will fill up the crates again.
     
    Last edited by a moderator: Mar 19, 2017
  20. Gonna set up a public server eventually and leave it online for a day or two. Having trouble replicating locally.

    Or if anyone who has a public server where the issue happens a lot can PM me the server IP I can look into it.