Jump to content

Chernarust

Creator
  • Posts

    209
  • Joined

  • Last visited

Everything posted by Chernarust

  1. Chernarust

    New update errors

    Failed to call hook 'OnPlayerMetabolize' on plugin 'CustomStatusFramework v1.1.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CustomStatusFramework+StatusHud.Instance (BasePlayer basePlayer) [0x00000] in <2b61e8590f4a42f585d629c98fd37d9b>:0 at Oxide.Plugins.CustomStatusFramework.OnPlayerMetabolize (PlayerMetabolism metabolism, BasePlayer basePlayer, System.Single delta) [0x00012] in <2b61e8590f4a42f585d629c98fd37d9b>:0 at Oxide.Plugins.CustomStatusFramework.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00529] in <2b61e8590f4a42f585d629c98fd37d9b>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d4a0be71194349e98f7b43231b9cea3b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b974d7a025404888bcdd55b51f29c440>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b974d7a025404888bcdd55b51f29c440>:0
  2. I do have internal bool CanTargetOtherNpc = false; set to true. I will experiment with the CanSleep setting.
  3. Chernarust

    no working after wipe

    https://www.dropbox.com/scl/fi/gk032qes5pfmqc4zdjjl7/QualityCrafting.cs?rlkey=tznt4y22iutwgfzymfgyvunhs&dl=1
  4. https://www.dropbox.com/scl/fi/gk032qes5pfmqc4zdjjl7/QualityCrafting.cs?rlkey=tznt4y22iutwgfzymfgyvunhs&dl=1
  5. Whoops that's my bad redo it with this instead FindItemsByItemID
  6. I haven't purchased the script so I can't fix it for you but I can tell you how to fix it. Go to line 530 in the CS file, you should see FindItemID somewhere around there. Replace it with FindItemsByItemID If there are any other occuring FindItemID they all need to be replaced with FindItemsByItemID
  7. What is the error on the console?
  8. It's the ZombieHorde plugin, default rust NPC are attacking but the zombies just not the zombiehorde spawns. I have all the configurable options to attack and be attacked by other NPCs in zombiehorde set to true as well. I just don't think it works for BetterNpc
  9. Ok I do have the CanTargetOtherNpc inside NpcSpawn set to true I did that weeks ago, but the BetterNpc still don't attack the zombies only the default scientist. I don't think the NPC also pick up other NPC as a player so they remain dormant, I do have 500 zombies running around that do not go dormant so far so good.
  10. Also how to configure the AI not stand static until attacked? Kind of how the default scientist walk around the loot piles.
  11. Chernarust

    Raidable Bases

    Plenty of settings inside the config, you can complete remove the dome and allow NPC to chase outside of the zone etc. Make sure something isn't set incorrectly, settings to also turn pve or pvp zones inside the config too,
  12. Hello, I have some custom profiles for the chernobyl map but the zombie horde just attack them and the NPC stand still and do nothing. Does betternpc have support to work with zombie horde?
  13. Chernarust

    Sputnik

    Error while compiling Sputnik: Identifier expected | Line: 1396, Pos: 58 Broken on lastest rust oxide update.
  14. The rust and oxide updates have screwed up everything? I have tons of purchased plugins and now only like 3 of my 76 work? Do you have any idea about this? Before I restarted my server it worked fine but it auto updated after the restart. Will all plugins need update or is this just oxide? message.txt
  15. Will I be able to copy over all my configuration I done in the config on v1.4? My server was crashing at first when I just uploaded the plugin with the old config. Also a suggestion for the skill points. Can you have a setting the higher level you are the more skill points you gain per level.
  16. Oo didn't think about that. It's gone now.
  17. Previously yes but I have since swapped to oxide. Here is my plugin and config if you want to test and see if that causes yours to vanish?
  18. I had no change in deleting my config and letting it reload a new one, the plugin still did not display the on/off for the XP bar. I also deleted the cs file and downloaded a new one from the website and that just completely crashed my server when reloading it, uploaded my old cs file and the server is back up.
  19. Yes even when reloading. New server still configuring things so plugins all get reloaded often. The only things I have configured with skill tree is I have removed a lot of the talents, configured some of the rates, and also moved some tier brackets around. I don't know if anything in the config file could mess with button?
  20. It doesn't even click anything so the button is completely gone not just the text.
  21. Does this look correct?
  22. What is it suppose to look like in the lang file?
  23. Chernarust

    Missing toggle for xp bar

    Hello I am missing the toggle for the XP bar? where at in the config is this option?
  24. Carbon is experiencing some errors right now if you are running carbon. It's being looking into as rust nor carbon has had an update in the past 20 days.
  25. Chernarust

    Harbor Event

    01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) 01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.InternalCallHook(uint hook, object[] args) 01.09 08:51:46 [Server] INFO (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) 01.09 08:51:46 [Server] INFO Failed to call internal hook 'OnEntityTakeDamage' on plugin 'HarborEvent v2.1.5' [2713007450] (Object reference not set to an instance of an object) 01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) 01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.InternalCallHook(uint hook, object[] args) 01.09 08:51:46 [Server] INFO Failed to call internal hook 'OnEntityTakeDamage' on plugin 'HarborEvent v2.1.5' [2713007450] (Object reference not set to an instance of an object) 01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) 01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.InternalCallHook(uint hook, object[] args) 01.09 08:51:46 [Server] INFO (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35) 01.09 08:51:46 [Server] INFO Failed to call internal hook 'OnEntityTakeDamage' on plugin 'HarborEvent v2.1.5' [2713007450] (Object reference not set to an instance of an object) 01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) 01.09 08:51:46 [Server] INFO at object Oxide.Plugins.HarborEvent.InternalCallHook(uint hook, object[] args) Getting some errors out of no where for the harbor event. It was working perfectly fine this morning. Nothing on my server has changed, did rust do some type of hidden patch? Oxum Gas station event is also doing the same thing.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.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.