The problem with the TimedExecute "solution" is that people can just grab whatever loot they want, wait 5 minutes, and then get a fresh loot crate. People can camp elite loot crates and get a ridiculous amount of loot by exploiting this.
I don't mean to pester or anything, but I desperately wish this is somehow fixed.
Simple Loot
Set multipliers for any item of your choosing!
Total Downloads: 5,019 - First Release: Oct 10, 2017 - Last Update: Dec 8, 2017
- 5/5, 12 likes
-
So guys, i found a solution... Use Magic Loot, it's working for me. ++
-
-
I used the same method Rust does to remove entities, which I have thoroughly tested. In other words, I have resolved the issue and will update shortly.
[DOUBLEPOST=1512688296][/DOUBLEPOST]If anyone would like to test it and raise any issues before I post it, here it is.Attached Files:
-
-
Getting that spam in console again with that latest file you shared. Dozens of times in console on server startup.
Code:Failed to call hook 'OnLootSpawn' on plugin 'SimpleLoot v1.0.5' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SimpleLoot.OnLootSpawn (.LootContainer lootContainer) [0x00000] in :0 at Oxide.Plugins.SimpleLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0
-
I fixed the plugin, it was a small typo.
-
Kappasaurus updated Simple Loot with a new update entry:
1.0.8
-
Scrap is somehow fluctuating from 2x to 3x despite 2x being designated in config. It seems to refresh to 3x. Ex: I see 50 scrap in an elite loot crate, i check it later on, and it becomes 75.
Not sure on how respawned crates or barrels are effected - but despite two reloads, players are still reporting 3x scrap on some containers.
EDIT: I did not try a server reboot when updating to new release of simpleloot.
EDIT2: MagicLoot works as intended, performs same function. Thanks for your effort, I really do sincerely appreciate thatLast edited by a moderator: Dec 8, 2017 -
Code:object multiplier; if (_configuration.Multipliers.TryGetValue(item.info.shortname, out multiplier)) item.amount *= Convert.ToInt32(multiplier);
-
Scraps seem to be 3x even though it is set to 2x..
{
"Settings": {
"Multipliers": {
"gears": 2,
"metalblade": 2,
"metalpipe": 2,
"metalspring": 1,
"propanetank": 2,
"riflebody": 1,
"roadsigns": 2,
"rope": 2,
"scrap": 2,
"semibody": 1,
"sewingkit": 2,
"sheetmetal": 2,
"smgbody": 1,
"tarp": 2,
"techparts": 2
},
"Replace items with blueprints": false
}
} -
[DOUBLEPOST=1514062400][/DOUBLEPOST]wtf
-
Alright, for a couple of months now, it seems like SimpleLoot is just not working. Does MagicLoot work the same way as SimpleLoot? Like, does it add items to a crate? Or is it really just multiply? (the way I want it)
-
Hi! So I've downloaded simple loot, configured it and changed the settings but there is no loot spawning on the server, not at roads, rad towns anything.
If you could help me fix this that would be great!
Thanks in advance. -
Wanted it to be x2 changed every comp + scrap to 2. Now its 3 scrap per barrel. 15 per crate. So its x3 not x2. And it adds loot. It gives stuff up to a 5 slots now. If there is only 1 kind of comp then the scrap is x2. So its gives you 1 slot for scrap, 2 slots for components and 2 slots for items. So broken.
-
is there a way to add loot, for example I want to add survey charge, would I be able to add it to this list and have them start dropping?
-
i am trying to find a good loot plugin but all the loot plugins are full of junk -
This plugin looks very good. I'm currently struggling finding a good loot plugin because everything is such a headcahe. I tried BetterLoot but it makes every crate (normal, army and elite) the same which sucks. Then LootConfig which is an absolute mess and then someone said to get Alphaloot which will cost you about half a year server rent so no thanks to that.
I will definately be checking this one out tomorrow when I have time to mess with my server again but from the looks of it it's very simple and clean. And I love the rarity addition which I haven't tested yet but it sounds pretty sweet.
If you, the creator, could make it so you can set the loot tables of mine crates, army crates and elite crates too it's absolute the best. Maybe also bradley, airdrop and heli loot. Then this is the only loot mod you'll ever need.
Could you please consider this? Many thanks! -
-
Is there a way to mass edit the list of items? i want EVERYTHING to be set to 5x but i cant seem to do that without extensive work that im really not prepared for.
-
If I remove all my loot plugins and use this mod can it also multiply stuff like turrets when I add them in the list in the config files?
I kinda wanna keep vanilla loot tables but if they find turrets etc I wanna multiply it. Same for guns etc.
Or are you bound to the items you've already put in the list?