The following warnings are displayed in the console:
Bots stand motionless without clothesSolved
i need more info than this, along with the other messages
nivexi need more info than this, along with the other messages
I realized that the problem is not in your plugin, but in my server. When spawning through command, all NPCs (zombie, murderers, scarecrows) stand still. I do not know why this is happening.
ya i'm not sure. scientistnpc_heavy works for me but it does give that message
These messages appear when I fly in/enter the raid zone of the base.
Merged post
I solved the problem. In the default config file, in the section "Murderer Kits" and "Scientist Kits" are written the names of kits that are not in my kits plugin.
If you remove them, then everything works as it should.
that's not a bug in this plugin. thats a bug in your Kits plugin, and the author needs to fix their isKit API
[HookMethod("isKit")]
public bool isKit(string kitName)
{
return kitsList.Exists(p => p.Name == kitName);
} Locked automatically