Solved NPCBases - Turrets spawn incorrectly

Hello,
With the new Turret patch out, turrets are spawning without guns, therefore they don't shoot. I have a patched version of Copy Paste that resolves the issue, however it appears this plugin doesn't call it directly.

Thanks!
 
Hello,
With the new Turret patch out, turrets are spawning without guns, therefore they don't shoot. I have a patched version of Copy Paste that resolves the issue, however it appears this plugin doesn't call it directly.

Thanks!
Can you contact me ? @ discord
Lemo#1221
Thanks...
 
This issue is related to "Modify turrets": true. Change to false and it works fine. Orange confirmed it on Discord and said he'd try to patch.
 
This issue is related to "Modify turrets": true. Change to false and it works fine. Orange confirmed it on Discord and said he'd try to patch.
What about the NPS not spawning. in debug log i see it cant find the assets/prefabs/npc/murderer/murderer.prefab.


{
"Shortname": "assets/prefabs/npc/murderer/murderer.prefab",
"Respawning cooldown": 600,
"Maximal amount of defenders": 2,
"Health": 100,
"Kit name": "Bot1"
},

is this okay ?


],
"General settings": {
"Modify turrets": false,
"Modify cupboard": true,
"Spawn defenders": true,
"Maximal amount of different defender types": 5,
"Randomize defenders types": true,
"Show message on spawning": true,
"Message on spawning": [
"{name} was spawned on {grid} {position}",
"SPAWNING ??? BASE ON {grid} {position}!!! BE AWARE ITS A PVP ZONE !!!"
]

and this section ??
 
Top