Harpy Lair Fixes

Harpy lair now works per pnp.  Created pnp harpy & dire lion.  Added many skinmesh creature models by Ancarion.  Added ProjectQ harpy model.  Added reduced sized spells.2da to override default PRC.
This commit is contained in:
Jaysyn904
2022-01-15 01:08:25 -05:00
parent 11f2dde88a
commit 059f766332
121 changed files with 777305 additions and 6030 deletions

View File

@@ -0,0 +1,20 @@
void main()
{
object oPC = GetPCSpeaker();
SetLocalInt(oPC, "GotHarpyGems", 1);
CreateItemOnObject("nw_it_gem011", oPC);
CreateItemOnObject("x0_it_msmlmisc03", oPC);
CreateItemOnObject("it_gem015", oPC);
CreateItemOnObject("bloodstone", oPC);
CreateItemOnObject("amber", oPC);
CreateItemOnObject("jet", oPC);
}