`RelationshipManager' does not contain a definition for `Instance'Fixed

No longer compiling for me after the update.

Error while compiling: HumanNPC.cs(2203,63): error CS0117: `RelationshipManager' does not contain a definition for `Instance'

Same
Error while compiling: HumanNPC.cs(2203,63): error CS0117: `RelationshipManager' does not contain a definition for `Instance'

Same +1
Error while compiling: HumanNPC.cs(2203,63): error CS0117: `RelationshipManager' does not contain a definition for `Instance'

Hi, soulution is to replace RelationshipManager.Instance => RelationshipManager.ServerInstance in HumanNPC.cs and wait for oficial update...

This should be fixed in the latest version.

(15:39:47) | [DEBUG] Reload requested for plugin which is already loading: HumanNPC

(15:40:11) | [DEBUG] Reload requested for plugin which is already loading: HumanNPC

(15:40:26) | Timed out waiting for plugin to be compiled: HumanNPC

 

the server now loads but the plugin doesn't. instead I get these spammed in my console

 

(15:43:28) | System.NullReferenceException: Object reference not set to an instance of an object

at BaseAIBrain`1+BaseRoamState[T].GetRoamAnchorPosition () [0x0000b] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0

at BaseAIBrain`1+BaseRoamState[T].StateThink (System.Single delta) [0x0009c] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0

at BaseAIBrain`1[T].Think (System.Single delta) [0x00051] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0

at BaseAIBrain`1[T].DoThink () [0x0000d] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0

at HumanNPC.ServerThink (System.Single delta) [0x00014] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0

at NPCPlayer.ServerThink_Internal () [0x0000d] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0

at HumanNPC.TryThink () [0x00000] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0

at AIThinkManager.DoProcessing (ListHashSet`1[T] process, System.Single budgetSeconds, System.Int32& last) [0x00014] in <6a0ecd327b0a4f348fdfee9fcd4348a3>:0



Merged post

ignore the console errors. that was oxide being a pain in the @$$.

Plugin does timeout to compile
Timed out waiting for plugin to be compiled: HumanNPC

I get this from the pathfinding dependancy
Plugin filename HumanNPC_XNDJr.cs must match the main class PathFinding (should be PathFinding.cs)
HumanNPC plugin requires missing dependency: PathFinding

Ignored unexpected plugin compilation failure: HumanNPC

Renaming the pathfinding plugin to the suggested name didnt fix any of the problems
Plugin filename Pathfinding.cs must match the main class PathFinding (should be PathFinding.cs)
Ignored unexpected plugin compilation failure: Pathfinding



Merged post

I've seen users in the Path Finding support forums complaining that the provided file is wrong. that would explain why neither of the plugins load
Locked automatically