Removed JAI

Removed JAI, added CODI AI.  Fixed encounters & NPCs in Forest of Hope Central.  Fixed Outcast store not opening.  Added Druid Grove & associated NPCS.
This commit is contained in:
Jaysyn904
2022-12-04 01:43:33 -05:00
parent 9a3a98bf52
commit f143ccfc24
353 changed files with 136542 additions and 85666 deletions

View File

@@ -176,6 +176,24 @@ string SpawnGroup(object oSpawn, string sTemplate)
// Only Make Modifications Between These Lines
// -------------------------------------------
//:: Brigands
if (sTemplate == "group_brigands")
{
switch(d3(1))
{
case 1:
sRetTemplate = "RA_BRIGAND001";
break;
case 2:
sRetTemplate = "RA_BRIGAND001";
break;
case 3:
sRetTemplate = "RA_F_BRIGAND001";
break;
}
}
//:: Brigands
// Aragnak in Lair
if (sTemplate == "grp_aragnak")
{