Disable the respawn of the PNJ?Solved
Hello,
I did not find in the average configuration to disable the respawn of the PNJ during the raids
what?
Yes the NPCs reappeared during the base raid
Respawn Npc X Seconds After Death

in config
In the config file, everything is at 0
"Respawn Npc X Seconds After Death": 0.0,
it will not respawn if 0, not possible. look at other plugins

                if (raid.Options.RespawnRate > 0)
                {
                    raid.RespawnNpc();
                    return;
                }​
OK can be DangerousTreasures
i will deactivate it see on a day if that is what is lacking
thank you for your quick responses and your patience.
Locked automatically