Jump to content

The number of spawning boxes is incorrect, and NPC has not spawned either.

Closed 1.3.5

Hey there! Most likely this is due to some other plugins. Try disabling NPC related plugins if possible. Let me know the results please

Share this comment


Link to comment

NpcSpawn                BotReSpawn,I uninstalled these two plugins, but NPC still hasn't laid eggs! Also installed a certain plugin separately for testing, but did not lay eggs

Share this comment


Link to comment

The previous version was normal with over 150 plugins. The updated version is only normal under clean conditions,

Share this comment


Link to comment

You need to find the plugin that affects the operation of airfield event. Then there is a chance that I can help you. Unfortunately, I cannot maintain compatibility with all plugins

Share this comment


Link to comment

All that had to do with NPCs was one line, try changing it, but then the ejection points from the event dome for PVE will not always be calculated correctly

it used to be in the previous version of the plugin:
if (Physics.Raycast(pos, Vector3.down, out check, 100, layerS))

Now:
if (Physics.Raycast(pos + Vector3.up * 500, Vector3.down, out check, 999, layerS))

let me know the results

Share this comment


Link to comment

The problem has been resolved. By modifying this line of code, it will be correct. Now running perfectly.

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.1k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.