Jump to content

Somescrub

Member
  • Posts

    319
  • Joined

  • Last visited

Everything posted by Somescrub

  1. Somescrub

    Spawn Errors

    Getting this semi-frequently in console: Failed to call hook 'SpawnNpc' on plugin 'NpcSpawn v2.8.4' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.NpcSpawn+CustomScientistNpc.UpdateInventory () [0x00116] in :0 at Oxide.Plugins.NpcSpawn+CustomScientistNpc.ServerInit () [0x00164] in :0 at BaseNetworkable.Spawn () [0x0004f] in :0 at BaseEntity.Spawn () [0x00000] in :0 at Oxide.Plugins.NpcSpawn.CreateCustomNpc (UnityEngine.Vector3 position, Oxide.Plugins.NpcSpawn+NpcConfig config) [0x0007b] in :0 at Oxide.Plugins.NpcSpawn.SpawnNpc (UnityEngine.Vector3 position, Newtonsoft.Json.Linq.JObject configJson) [0x00008] in :0 at Oxide.Plugins.NpcSpawn.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000b0] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
  2. Somescrub

    Blast Mine Perk

    You think this is something that is fixable, or no? If not I am going to remove blastmine from my item perks, because it will never be worth using when you have epic gear on (or my RP skills on top of it)
  3. My players started reporting that food buffs don't persist when they get disconnected. I'm pretty sure this isn't a bug, considering there doesn't seem to be a reference to buff durations in the data files - but is this something that can be added? For those of us running expensive cooking recipe setups it is a real downer when you get a flyhack, timeout, or high ping type of disconnect and lose hours of ingredient farming for the big buff you had been saving up for.
  4. Somescrub

    Blast Mine Perk

    So did some simple tests with some epic gear on and with/without the cooking super serum recipe I have that mimics the in-game serum attributes. When mining a single node of metal with the serum active I got 8727 metal ore. When I applied the legendary with blastmine perk and harvested a sulfur node, with a metal node within proximity, I am only getting 2175 metal ore for the perk trigger. Definitely not applying the cooking item buff to the blastmine perk trigger for those nodes within proximity, and I would agree it would not be worth using the item with the perk as a result.
  5. Somescrub

    Invisible Bosses

    For the record - also getting this for BotReSpawn NPCs, but I see he has a fix out for that which I need to put in and see if it actually fixes for them. Same thing going on with this plugin, however. NPC is invisible, can damage player and player can damage it. Floating weapon on spawn location. Does not happen all of the time, and there are no console errors when this occurs, or during interaction.
  6. I did have him test it with a normal p2 and he experienced the same behavior, so you are correct it does not seem to be this plugin. Not entirely sure what is happening, havnt been able to replicate it myself... might just be a FP thing.
  7. Had a player run into an issue today with a semi-auto pistol that is configured as a legendary item. He has a shield equipped, and when attempting to aim with the weapon it will unequip and give a white line center screen, plus the shield icon over to the left, but can't use the weapon - even though it is a shield compatible weapon.
  8. Somescrub

    Blast Mine Perk

    I've been tied up lately, but I will try and get some testing in today on this and give you some data
  9. Somescrub

    Blast Mine Perk

    One of my players recently noticed that when using a legendary item with the blast mine perk it only incorporates the mining buffs from vanilla sources like tea and pie. His concern was about a Cooking recipe I have for Super Serum (copy of the vanilla version, but custom in Cooking for the persistence aspect). He wasn't getting the mining bonus from the Cooking item for the nodes that the Perk triggered on. I am assuming this is because "the player" wasn't the one to mine out those extra nodes within the vicinity - that's the perk script. However he did bring up a good point that if that is the behavior (and I am assuming at this point the same for mining perks using EpicLoot), then it is not worthwhile to have, because you will always yield less ore than if you just ran node to node and had the other mining buffs active. Can you confirm this is the case?
  10. Somescrub

    Tugboat Protection

    My players noticed since the last update that tugboat protection is no longer working. I confirmed on my test server - you can add protection, but when damaging the boat it will not protect/deduct from the balance. Possibly unrelated, but the 30 second repair timer on the tugs also resets when it gets to 20 seconds - so they cant even be repaired. I doubt this plugin is doing that, but if so there is that context as well. No console errors to reference, unfortunately.
  11. Somescrub

    Duplication issues

    Thank you - that checked out... I also use CustomRecycle and there is a pickup option, which makes the button appear. No conflict on pickup when disabling, so we are good.
  12. Somescrub

    Duplication issues

    Just an fyi - Your duplication fix did work, but only for using the hammer. If you use the Pickup button when inside the ui, the duplication issue is still happening exactly as before. Might also be nice to have an option to disable that button entirely, without needing to remove the permission itself.
  13. Somescrub

    Console error spam

    I havn't heard any rumblings of impact, but these are fairly consistently spamming the console. Assuming when players die/respawn or wake on sleep 11:21 [Error] Failed to call hook 'OnPlayerRespawned' on plugin 'EpicLoot v1.2.15' (FormatException: Input string was not in a correct format.) at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x0001a] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Number.ParseSingle (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) [0x00071] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Single.Parse (System.String s, System.IFormatProvider provider) [0x0001b] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Convert.ToSingle (System.String value) [0x0000f] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.EpicLoot.SetupDefaultPlayerUI (BasePlayer player) [0x0003e] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.EpicLoot.SendInspectMenuButton (BasePlayer player) [0x00051] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.EpicLoot.OnPlayerRespawned (BasePlayer player) [0x00040] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.EpicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x02cff] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 11:21 [Error] Failed to call hook 'OnPlayerSleepEnded' on plugin 'EpicLoot v1.2.15' (FormatException: Input string was not in a correct format.) at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x0001a] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Number.ParseSingle (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) [0x00071] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Single.Parse (System.String s, System.IFormatProvider provider) [0x0001b] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Convert.ToSingle (System.String value) [0x0000f] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.EpicLoot.SetupDefaultPlayerUI (BasePlayer player) [0x0003e] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.EpicLoot.SendInspectMenuButton (BasePlayer player) [0x00051] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.EpicLoot.OnPlayerSleepEnded (BasePlayer player) [0x0005b] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.EpicLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x02d55] in <b8f1edd15f7f4e9da0b152b538f18a95>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0
  14. Somescrub

    Vehicle protection

    I don't think I need to add context, but below is a video of one of my players catching another in the act of sabotage - same thing as Duck, heli/vehicle damage is false. Even though Ubertool tells me heli's have an ownerid attached, it is clear in the debug message above that it is not actually applied (at least the plugin doesn't think so). To my knowledge, vehicle ownership does not get applied to a thing when they are spawned in - in my case via talkingnpc commands on purchase. If this plugin isn't applying ownership on mount or some action, then it probably needs to be doing so in order to protect it as a player asset. https://discord.com/channels/@me/1393392210413748315/1427979044485337088
  15. Somescrub

    duplicating glitch?

    Can confirm this is happening as well
  16. Still getting these errors today after patch. Wireless adapters aren't placing correctly either: Calling 'Register' on 'CustomItemDefinitions v2.1.2' took 1313ms Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storageadaptor.wireless") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level1") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level2") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level3") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level4") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level5") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level6") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level7") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level8") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <70126aa994bb46c8af3f3b64efa7a77a>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Calling 'OnCIDLoaded' on 'Terminal v1.1.10' took 1318ms
  17. I should point out my existing deployed adapters are working fine - and have the blue light on them. All of my additions since those originals are not working though.
  18. I'm getting some strange behavior with wireless adapters not loading correctly when attached to box deployables - they immediately turn into normal storage adapters. I had not done any Steam, Oxide or Plugin update since they had initially worked about a week ago - they randomly started behaving this way. Today I noticed the following error in console as well: Failed to call hook 'Register' on plugin 'CustomItemDefinitions v2.1.2' (Exception: Error of incorrect data provided by the plugin "Terminal": Shortname must be unique! The provided shortname - "storage_cell.level7") at Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition.Validate (Oxide.Plugins.RustPlugin plugin) [0x00079] in <1477ed942560470d82bc67c3046f63fb>:0 at Oxide.Plugins.CustomItemDefinitions.RegisterPluginItemDefinition (Oxide.Plugins.CustomItemDefinitions+CustomItemDefinition definition, Oxide.Plugins.RustPlugin plugin) [0x00006] in <1477ed942560470d82bc67c3046f63fb>:0 at Oxide.Plugins.CustomItemDefinitions.Register (System.Object object, Oxide.Plugins.RustPlugin plugin) [0x00058] in <1477ed942560470d82bc67c3046f63fb>:0 at Oxide.Plugins.CustomItemDefinitions.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008c5] in <1477ed942560470d82bc67c3046f63fb>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <112d89ea5d3348c8b949af0ab1a866d2>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <112d89ea5d3348c8b949af0ab1a866d2>:0 Terminal, the Github docs and Custom Item Definitions are all on the latest versions... not sure why this is happening.
  19. Somescrub

    Vehicle protection

    I am experiencing the same issue - also running the decay protection plugin and vehicle locks
  20. Somescrub

    Blocking Mini Sharing

    I attached an image of an error this plugin is giving when players attempt to share minicopters that are locked. I do use vehicle locks plugin, but for some reason this plugin is blocking it. To be clear - when I tested this I was in a team and a clan with the player.
  21. I did manage to alter the code to behave the way I described - if you want it for a reference just DM me and I will send it over for you to check out.
  22. I can confirm that is what is happening - I enabled the permission and it shows up. To your point, I think your intent to hide was correct - I just use it differently. I make the rarest Tiers non-craftable, that way they can only be looted (intentional). To that end, it would be less confusing for players if the bar remained unhidden, or captured in a separate "loot chance" section vs. "craft chance", considering they will be referencing this for all of their stats.
  23. @molokatan I have had those values in my config for many months now - I just started using your plugin, and it does not work like it is for you. The only significant difference in my config is that I have a permission defined for "required_crafting_perm". Here is my full EpicLoot config for reference EpicLoot.json
  24. If you mean via the config file yes - you can have any amount of tiers you want basically, then I just adjust the chances down as I add more
  25. I am working through the final touches on combining both EpicLoot and ItemPerks Legendary items, but noticed that your information overlay does not account for custom Tier values in EpicLoot. For instance, I have the following set for my EpicLoot config: "Tier information": { "Tier display names that show up in the menu": { "e": "Exquisite", "s": "Legendary", "a": "Epic", "b": "Rare", "c": "Uncommon" }, "Tier colours": { "e": "#09FC05", "s": "#FFF900", "a": "#9500BA", "b": "#077E93", "c": "#AE5403" However, your UI will only show the default values: Any chance you can un-hard code those and make it read off of the config set?
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

141.6k

Files Sold

Total number of files sold.

3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.