Change Logs
Version history and release notes for NPC Spawner.
Newest releases appear at the top. Check back after updates to see what's changed.
Version 1.0.0 - Initial Release
Features
- NEW Random NPC spawning. Spawns a random NPC near the player on a configurable timer.
- NEW Configurable spawn interval. Set how many seconds between each spawn (default: 2 seconds).
- NEW Configurable NPC limit. Set the maximum number of spawned NPCs alive at once (default: 20). The oldest is removed when the limit is reached.
- NEW Configurable spawn radius. Set how far from the player NPCs can appear (default: 512 game units).
- NEW Smart NPC filtering. Skips unique characters, children, the player template, and deleted records. Only spawns generic NPCs.
- NEW INI auto-generation. Creates a default INI file on first launch.
- NEW Optional detailed logging. Log every spawn and removal with NPC name, position, and count.
- NEW SE, AE, and VR support.