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:
20
_module/nss/ra_gv_harpy_gems.nss
Normal file
20
_module/nss/ra_gv_harpy_gems.nss
Normal 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);
|
||||
|
||||
}
|
Reference in New Issue
Block a user