SetZoneRespawns
Jump to navigation
Jump to search
Description[edit | edit source]
SetZoneRespawns turns respawn on or off on the specified encounter zone.
Syntax[edit | edit source]
SetZoneRespawns [Encounter Zone FormID] ''0/1''
Examples[edit | edit source]
SetZoneRespawns 38AB1 0
Creatures will no longer respawn in the Bleak Falls Barrow zone, where 00038AB1 is the FormID for the BleakFallsBarrowZone Encounter Zone.
Notes[edit | edit source]
- This command doesn't seem to be easily replicated via Papyrus scripts, and the console command only accepts the encounter zone FormIDs, which don't seem to be readily available via either console commands or scripting. A reference list is available here.
- Respawn rate on zones is controlled by two game settings: iHoursToRespawnCell (default setting is 240 hours) and iHoursToRespawnCellCleared (default setting is 720 hours).
- The easiest way to test respawn rates is using SetGameSetting in console to change the value and wait outside the zone.
See Also[edit | edit source]
Reference[edit | edit source]
None provided.