We don't accept forks/modified copies of plugins, so you may want to contact @k1lly0u about contributing to it instead.
LootLogs
Log all items deposited and removed from storage, stash and oven containers
Total Downloads: 594 - First Release: Aug 13, 2016 - Last Update: Apr 21, 2018
- 5/5, 6 likes
-
Wulf Community Admin
-
Hello,
Code:oxide.version Protocol: 2050.155.1 Build Date: 01/11/2018 20:47:17 Unity Version: 2017.1.2f1 Changeset: 24755 Branch: main Oxide.Rust Version: 2.0.3813
Code:Error while compiling: LootLogs.cs(212,25): error CS1955: The member `BasePlayer.IsAdmin' cannot be used as method or delegate
Last edited by a moderator: Jan 16, 2018 -
hello,
how to fix:
Code:Error while compiling: LootLogs.cs(204,27): error CS0117: `ConVar.Server' does not contain a definition for `Log
Cheers, -
Wulf Community Admin
-
Given the danger of over logging and suffocating a server, is there a way to add functionality to remove logs after a certain date?
Unsure if that's possible.
[DOUBLEPOST=1524326014][/DOUBLEPOST]I get the following message:
Code:(11:48:48) | Failed to call hook 'OnItemRemovedFromContainer' on plugin 'LootLogs v0.1.4' (NullReferenceException: A null value was found where an object instance was required.) at Oxide.Plugins.LootLogs.OnItemRemovedFromContainer (.ItemContainer container, .Item item) [0x00000] in <filename unknown>:0 at Oxide.Plugins.LootLogs.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
- Dangerous Treasures
- Quests
- Replenish
- SkinBox
- SkinPerks
- Trade
- Triggered ExplosiveCharges
-
Also a note OnItemAddedToContainer seems to be taxing on performance, there's a minimum 200ms warning each gc. -
I've noticed some errors appearing on my console I've got the errors here. hope this helps lootlogs (errors) - Pastebin.com
-
hello, I encounter this error message :
Code:Failed to call hook 'OnItemRemovedFromContainer' on plugin 'LootLogs v0.1.4' (NullReferenceException: A null value was found where an object instance was required.) at Oxide.Plugins.LootLogs.OnItemRemovedFromContainer (.ItemContainer container, .Item item) [0x00000] in :0 at Oxide.Plugins.LootLogs.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
Thank you. -
Code:
01:59 [Error] Failed to call hook 'OnItemRemovedFromContainer' on plugin 'LootLogs v0.1.4' (NullReferenceException: A null value was found where an object instance was required.) at Oxide.Plugins.LootLogs.OnItemRemovedFromContainer (.ItemContainer container, .Item item) [0x00000] in <filename unknown>:0 at Oxide.Plugins.LootLogs.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.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.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Code:
/findid
Code:The box you are looking at is of the type: ResourceExtractorFuelStorage with the ID: 7696341. You can find the log for this box in 'oxide/data/LootLogs/ResourceExtractorFuelStorage/fuelstorage_7696341_xxdatexx.txt'
oxide/data/LootLogs is not created by plugin (already created manualy and reloaded plugin)
Other problem:
Put 2k lgf in quarry :
Code:oxide/data/LootLogs/ResourceExtractorFuelStorage/fuelstorage_7696341_xxdatexx.txt
Ok: log are in oxide\logs\LootLogs\lootlogs_storagecontainer-fuelstorage-7696341-2018-06-04.txtLast edited by a moderator: Jun 4, 2018