-
Posts
162 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by OldRusty
-
Im getting the exact same error.
-
Thanks matey appreciate it.
-
Getting the following error tonight, can you tell me how to fix this? RaidableBases - Failed to compile: 'RaidableBases.HumanoidNPC.CreateCorpse()': no suitable method found to override | Line: 2482, Pos: 40 (19:16:29) | [CSharp] Started Oxide.Compiler v successfully
-
Hi there I use ChaosNPC to handle some of the NPC's my Chaos Code plugins use, in its documentation it says "For those running TruePVE or similar plugin, You will need to add a exclusion for the specific type of NPC this plugin uses which is CustomScientistNPC" Can you tell me if it is possible to do this, and if so how and where do I do this because I am seeing the following errors being thrown up from time to time. 1:03:24 Warning System.NullReferenceException: Object reference not set to an instance of an object at BaseAIBrain.JoinGroup (IAIGroupable leader, BaseEntity leaderEntity) [0x00006] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at BaseAIBrain.AddMember (IAIGroupable member) [0x0008e] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at BaseAIBrain.UpdateGroup () [0x000b1] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at BaseAIBrain.Think (System.Single delta) [0x0004e] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at Oxide.Ext.ChaosNPC.CustomScientistBrain.Think (System.Single delta) [0x00056] in :0 at BaseAIBrain.DoThink () [0x0000d] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at HumanNPC.ServerThink (System.Single delta) [0x0001a] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at Oxide.Ext.ChaosNPC.CustomScientistNPC.ServerThink (System.Single delta) [0x00000] in :0 at NPCPlayer.ServerThink_Internal () [0x0000d] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at HumanNPC.TryThink () [0x00000] in <4884905e86504ab6ae5a13297a5a4ba5>:0 at AIThinkManager.DoProcessing (ListHashSet`1[T] process, System.Single budgetSeconds, System.Int32& last) [0x00014] in <4884905e86504ab6ae5a13297a5a4ba5>:0 Thanks in advance Old Rusty.
-
Yes I am still looking for these, which ones exactly can you do, trains, air or underwater?
-
There are a lot of topics in the Wix help forum relating to API, unfortunately not knowing what any of this means im not sure what exactly you would need, I have copied one of the help posts regarding exposing API so I imagine there would be something in there that would be helpful. If not let me know more about exactly what you would need and I will contact customer support. Exposing a Site API with Http Functions.txt
-
Hi there I have a wix based website that has a members section, what I would like to do is give players a permission/execute a command when they register on the website, is there something that can do this already or could someone help me with this. My website is UKRust.com if you want to see what I've managed so far.
-
- 427 comments
-
- 1
-
-
- #abilities
- #boss
- (and 16 more)
-
I did mean one of the above ground train carriages, the one with no side to it.
-
Im looking for a plugin that will allow players to build on railway flatbed train truck, in the air and underwater are any of these possible? and how much would the cost me? Thanks in advance. Old Rusty.
-
thanks ive sorted it now.
-
Hi there Ive just done the update you pushed out and Im not getting this error when trying to purchase any tier of base. Difficulty (whichever) is not available. What have i done wrong?
-
I wanted to share my experience of setting up a PvE server with Simple PvE plugin. I had been hesitant to do so for a long time, because I couldn't find a plugin that was easy and reliable to use. Some of the plugins I saw had very complicated configs that could easily cause problems. So I decided to wait until I found a better solution. Then I came across Simple PvE and I was impressed by its features and reviews. I decided to give it a try and I was not disappointed. The installation was smooth and fast, and the configuration was done in game with a user-friendly UI. I could adjust all the settings with simple True/False options and it was done in minutes. The plugin also worked well with my other plugins, such as Radiable Bases, Better NPC's, Train Heist and more. When I had a question about something, Iftebinjan was very helpful and responsive. He answered my question quickly and clearly. So if you are looking for a plugin that can make your server PvE without any hassle, I highly recommend Simple PvE. It is simple, effective and well-supported. Want to see the plugin working then visit our website UKRust.com for details on joining our server.
-
That fixed it, thank your for that.
-
Hi there I have a rather odd problem happening currently, players are being instantly killed if they shoot at anything other than a door and they are taking damage when shooting out turrets without the turret shooting at them.
-
since the update NPC's are unable to cause players any damage, and after a few seconds they just drop dead even if they haven't been shot by players.
-
Hi there, After today Rust Update the plugin is now protecting players from NPC's despite me selecting that they can hurt players in my config. also preventing the damage to walls on radiable bases.
-
- 7 comments
-
- #3.5k
- #custom map
-
(and 2 more)
Tagged with:
-
Hi there when I load the BetterNpc plugin having copied over the data files you provided I get the following error, and havnt yet found any NPC's on the map. 13:19:24 Error UnauthorizedAccessException: Access to the path "/home/tcagame/3703/31768/oxide/data/BetterNpc/Custom/BlueTears1.json" is denied. 13:20:00 Generic Oxide.Rust Version: 2.0.6044 Oxide.Rust Branch: master 13:20:10 Error Failed to call hook 'OnHelicopterDropCrate' on plugin 'BetterNpc v1.2.8' (KeyNotFoundException: The given key 'CH47' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.BetterNpc.OnHelicopterDropCrate (CH47HelicopterAIController ai) [0x00000] in :0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007f6] 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) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 13:20:10 Error Failed to call hook 'OnHelicopterDropCrate' on plugin 'BetterNpc v1.2.8' (KeyNotFoundException: The given key 'CH47' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Oxide.Plugins.BetterNpc.OnHelicopterDropCrate (CH47HelicopterAIController ai) [0x00000] in :0 at Oxide.Plugins.BetterNpc.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007f6] 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) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0