Human NPC or NpcMovingControl
Hello, I have this error message in my log when I register plugins. To see my list of plugins
PS: NpcMovingControl I can't find the plugin
Β Failed to compile: 'HumanNPC' does not contain a definition for 'LootSpawnSlots' and no accessible extension method 'LootSpawnSlots' accepting a first argument of type 'HumanNPC' could be found (are you missing a using directive or an assembly reference?) | Line: 405, Pos: 54

that error is not from this plugin but from a plugin using a HumanNPC style npc

Merged post

Search all your other plugin for HumanNPC and change it to

global::HumanNPC ​​
πŸ‘ok tanck you