Jump to content

MetalHead

Member
  • Posts

    113
  • Joined

  • Last visited

Everything posted by MetalHead

  1. MetalHead

    Grand Falls

    I just bought BetterNpc and it broke out the box. Sent a ticket in with the error. Failed to compile: Operator '==' cannot be applied to operands of type 'NetworkableId' and 'uint' | Line: 881, Pos: 140
  2. MetalHead

    Better Npc

    Just bought this plugin and getting an error on load. Failed to compile: Operator '==' cannot be applied to operands of type 'NetworkableId' and 'uint' | Line: 881, Pos: 140 I already have an up to date version of NPC Spawn on the server.
  3. MetalHead

    Grand Falls

    I bought the BetterNpc plugin as I have no idea how to place them in RustEdit
  4. MetalHead

    Grand Falls

    Sorry chillzone, I probably have an older version, I buy so many plugins from various sites I thought I had bought it from here but I'd got it from LoneDesigns. Is it possible to swap the map to the latest version without wiping the server or is it best to wait until I next wipe ? Is there suppose to be NPC's at the compound and if so what plugin is required to spawn/control them. I'm currently using NPC Spawn as most of my plugins use that.
  5. MetalHead

    Grand Falls

    Elysium lab site red key card door isn't opening when using a red card. Also there are no NPC's at the Elysium compound only a Bradley tank. There are quite a few rock formations floating above ground that need fixing and the Armored train plugin does not work on the above railway system, it only runs on one of the bridges.
  6. You mention in the discription that a mini airfield is used. I've had issues with other maps I've bought using mini versions of monuments and events not working on them. Is that the case with this map ? Also, is there no rail system on this map ? Regards MetalHead
  7. Getting this in the logs after updating Umod/Oxide.. 13/07 17:44:47 | Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.RaidProtection+ProtectedCupboardManager.InitProtectedCupboard (BaseEntity entity) [0x0001d] in <cc447db8633e4b18819c835f40157919>:0 at Oxide.Plugins.RaidProtection.AddProtectedCupboard (BaseEntity priv, Oxide.Plugins.RaidProtection+ProtectedEntity existing) [0x00028] in <cc447db8633e4b18819c835f40157919>:0 at Oxide.Plugins.RaidProtection+<>c__DisplayClass132_0.<OnEntitySpawned>b__0 () [0x0008c] in <cc447db8633e4b18819c835f40157919>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <beb2b64691c64e2b95b99491bd85442c>:0 Regards MetalHead
  8. MetalHead

    Car Vendor

    Needs an update.. Failed to compile: 'IFuelSystem' does not contain a definition for 'AddStartingFuel' and no accessible extension method 'AddStartingFuel' accepting a first argument of type 'IFuelSystem' could be found (are you missing a using directive or an assembly reference?) | Line: 1211, Pos: 36
  9. MetalHead

    Scrap Copter Taxi

    Still needs an update... Failed to compile: Cannot implicitly convert type 'IFuelSystem' to 'EntityFuelSystem'. An explicit conversion exists (are you missing a cast?) | Line: 966, Pos: 30
  10. MetalHead

    Scrap Copter Taxi

    Needs an update. Failed to compile: Cannot implicitly convert type 'IFuelSystem' to 'EntityFuelSystem'. An explicit conversion exists (are you missing a cast?) | Line: 966, Pos: 30
  11. MetalHead

    Better Teams

    @AhigaOIt seems to have sorted itself out. I'll comment again if it gives any more errors.
  12. MetalHead

    Better Teams

    Team hud not showing up. Any ideas what could be wrong ? Getting this spamming the F1 console.. 2024-03-16T21:15:25.468Z|0x7780|[AddUI] Unknown Parent for "UI_BetterTeams.TeamHud76561197971440087.Grid": UI_BetterTeams.TeamHud7656XXXXXXXXXXXXX
  13. @tofurahieAll good now thanks.
  14. Getting this in the logs now after the update.. Failed to call hook 'OnItemAddedToContainer' on plugin 'SetupFurnaces v2.1.1' (ArgumentNullException: Value cannot be null. Parameter name: key) at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <4889cca7f3644a7fa341501beb4caacb>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <4889cca7f3644a7fa341501beb4caacb>:0 at Oxide.Plugins.SetupFurnaces.OnItemAddedToContainer (ItemContainer container, Item item) [0x00024] in <80d548bba5414c9c913401fc55f17dc2>:0 at Oxide.Plugins.SetupFurnaces.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000f1] in <80d548bba5414c9c913401fc55f17dc2>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0
  15. Getting this in the logs... Failed to call hook 'OnItemAddedToContainer' on plugin 'SetupFurnaces v2.1.0' (KeyNotFoundException: The given key 'campfire' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <4889cca7f3644a7fa341501beb4caacb>:0 at Oxide.Plugins.SetupFurnaces+Configuration.GetOvenModifiers (BaseOven oven, Oxide.Core.Libraries.Permission permission, System.Collections.Generic.Dictionary`2[TKey,TValue] defaultSetups) [0x0006d] in <b67b8619ba6e4be284e1b2e029d2fc53>:0 at Oxide.Plugins.SetupFurnaces.OnItemAddedToContainer (ItemContainer container, Item item) [0x0004e] in <b67b8619ba6e4be284e1b2e029d2fc53>:0 at Oxide.Plugins.SetupFurnaces.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000f1] in <b67b8619ba6e4be284e1b2e029d2fc53>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0
  16. Getting this in the logs... 08/03 15:13:48 | [AutoBaseUpgrade] Failed to download image metal.fragments.Address [https://i.imgur.com/THDdDMu.png] invalid
    A plugin I've been looking for. Easy install, works perfect out the box. A five star plugin. Highly recommend. Great job CASHR
  17. MetalHead

    Skills

    @MeventEveryone is on a new wipe, so all skills are reset. I'm not sure why it's happening. Players are just going about there business on the server, like any other Rust server and it appears in the logs. Could it be another plugin interfering ? I have the Cooking 2.0 plugin from this site that gives you items when you farm etc, could it be this interfering ?
  18. MetalHead

    Skills

    Still getting this in the logs.. 01/17 21:42:48 | Failed to call hook 'OnDispenserGather' on plugin 'Skills v1.31.10' (InvalidOperationException: Sequence contains no elements) at System.Linq.Enumerable.Max[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x00030] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at Oxide.Plugins.Skills+SkillData.GetStage (BasePlayer player) [0x00048] in <5f94d47a6891491d9281705e2cf7e72c>:0 at Oxide.Plugins.Skills+SkillData.GetStageValue (BasePlayer player) [0x00000] in <5f94d47a6891491d9281705e2cf7e72c>:0 at Oxide.Plugins.Skills+<OnGather>c__AnonStoreyE.<>m__0 (Oxide.Plugins.Skills+SkillData dataSkill) [0x00017] in <5f94d47a6891491d9281705e2cf7e72c>:0 at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.Skills.OnGather (BasePlayer player, Item item, ResourceDispenser dispenser) [0x0005a] in <5f94d47a6891491d9281705e2cf7e72c>:0 at Oxide.Plugins.Skills.OnDispenserGather (ResourceDispenser dispenser, BasePlayer player, Item item) [0x00000] in <5f94d47a6891491d9281705e2cf7e72c>:0 at Oxide.Plugins.Skills.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00894] in <5f94d47a6891491d9281705e2cf7e72c>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0
  19. MetalHead

    Skills

    Getting this is the logs since updating. V1.31.9 01/11 21:28:35 | Failed to call hook 'OnDispenserGather' on plugin 'Skills v1.31.9' (InvalidOperationException: Sequence contains no elements) at System.Linq.Enumerable.Max[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x00030] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 at Oxide.Plugins.Skills+SkillData.GetStage (BasePlayer player) [0x00068] in <309ac66e7ef44287ae2a0e5e868e9661>:0 at Oxide.Plugins.Skills+SkillData.GetStageValue (BasePlayer player) [0x00000] in <309ac66e7ef44287ae2a0e5e868e9661>:0 at Oxide.Plugins.Skills+<OnGather>c__AnonStoreyE.<>m__0 (Oxide.Plugins.Skills+SkillData dataSkill) [0x00017] in <309ac66e7ef44287ae2a0e5e868e9661>:0 at System.Collections.Generic.List`1[T].ForEach (System.Action`1[T] action) [0x00024] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.Skills.OnGather (BasePlayer player, Item item, ResourceDispenser dispenser) [0x0005a] in <309ac66e7ef44287ae2a0e5e868e9661>:0 at Oxide.Plugins.Skills.OnDispenserGather (ResourceDispenser dispenser, BasePlayer player, Item item) [0x00000] in <309ac66e7ef44287ae2a0e5e868e9661>:0 at Oxide.Plugins.Skills.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00894] in <309ac66e7ef44287ae2a0e5e868e9661>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d5f57e12edfe4fa0b5c5dbdd9b51eff8>:0
  20. MetalHead

    Skills

    I asked because a few posts above mine, people were saying it was broke.
  21. MetalHead

    Skills

    Is this working as intended now ?
  22. MetalHead

    Skills

    Myself and my players are unable to upgrade to the next level in the skills UI. It's kind of "greyed out" and unusable.
  23. MetalHead

    Skills

    Is there an issue with the Fast Oven skills ? It's showing in the UI but isn't usable or upgradable.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
157.2k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.