Area & spawner pass.
Updated Aragnak's Isle & Lair, Bard College, Cazrak's Lair. Remade several items.
This commit is contained in:
@@ -176,6 +176,23 @@ string SpawnGroup(object oSpawn, string sTemplate)
|
||||
// Only Make Modifications Between These Lines
|
||||
// -------------------------------------------
|
||||
|
||||
// Aragnak in Lair
|
||||
if (sTemplate == "grp_aragnak")
|
||||
{
|
||||
int iRnd = Random(9)+1;
|
||||
|
||||
if (iRnd >= 7) // 30% chance to be awake
|
||||
{
|
||||
sRetTemplate = "RA_DRAG_ARAGNAK1";
|
||||
}
|
||||
|
||||
else // 70% chance to be sleeping
|
||||
{
|
||||
sRetTemplate = "RA_DRAG_ARAGNAK2";
|
||||
}
|
||||
}
|
||||
//
|
||||
|
||||
if (GetStringLeft(sTemplate, 7) == "scaled_")
|
||||
{
|
||||
float fEncounterLevel;
|
||||
|
Reference in New Issue
Block a user