Spawner & Overhaul pass.

Added: Reforged, Undead Redux 2, Goblin, Ogre & Orc override content.  Updated appearance & placeables 2DA files to EE.  Added NPC spawners for Goldeyes, Paladins, Town Guards.  Added functionality to the mob randomizer.
This commit is contained in:
Jaysyn904
2021-09-04 14:36:27 -04:00
parent d0d52fb1d0
commit 732d63e1f3
5027 changed files with 435172 additions and 28773 deletions

View File

@@ -0,0 +1,12 @@
#include "lib_respawn"
void main()
{
string sResRef=GetResRef(OBJECT_SELF);
string sTag=GetTag(OBJECT_SELF);
location lLoc=GetLocation(OBJECT_SELF);
AssignCommand(GetModule(), DelayCommand(18.0, VoidCreateObject(sResRef, lLoc, sTag, OBJECT_TYPE_PLACEABLE)));
}