Difference between revisions of "Leveled Creature"
Jump to navigation
Jump to search
→Notes
imported>Dev akm (→Notes) |
imported>Thalassicus (→Notes) |
||
Line 21: | Line 21: | ||
* All scripts and AI packages of NPCs are always overridden by the Creature Template. If the Creature Template is blank, the script and AI packages of any generated NPC will also be blank. | * All scripts and AI packages of NPCs are always overridden by the Creature Template. If the Creature Template is blank, the script and AI packages of any generated NPC will also be blank. | ||
* The '''Chance of None''' system is flawed. The Oblivion random number generator (including [[GetRandomPercent]]) only seems to run once during the OnLoad phase. If you have a bunch of spawn points that all have a '''Chance of None''', this means you'll often end up with an "all or none" situation (i.e., either no enemies spawn at all or they all spawn). | * The '''Chance of None''' system is flawed. The Oblivion random number generator (including [[GetRandomPercent]]) only seems to run once during the OnLoad phase. If you have a bunch of spawn points that all have a '''Chance of None''', this means you'll often end up with an "all or none" situation (i.e., either no enemies spawn at all or they all spawn). | ||
:To avoid this problem, create an actor using an invisible NIF and zero health (will die immediately when the cell is loaded, and deleted when the cell resets). Include this 'dummy' actor in your leveled list to simulate a chance of none. | |||
:For example, a leveled list with 3 skeletal guardians and 1 dummy actor will have a 75% chance of a "real" spawn and a 25% chance of none. | |||
[[Category:Creatures]] | [[Category:Creatures]] | ||
[[Category:Leveled Lists]] | [[Category:Leveled Lists]] |