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:
@@ -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")
|
||||
{
|
||||
|
Reference in New Issue
Block a user