Spawn persistence bugifx

Spawn persistence bugifx (Marthek & Spiders)
This commit is contained in:
Jaysyn904
2022-06-27 18:19:57 -04:00
parent 6153db8683
commit a2d04fe81f
22 changed files with 80 additions and 32 deletions

View File

@@ -233,11 +233,12 @@ int nVFX = GetLocalInt(OBJECT_SELF,"SpawnVFX");
//:: Set quest stage & update DB.
AddPersistentJournalQuestEntry("marthek", 2, oKiller);
//:: Give "Marthek's Head" to the PC.
CreateItemOnObject("item065", oKiller);
//:: Execute Default NPC OnDeath script
ExecuteScript("nw_c2_default7", OBJECT_SELF);
//:: Execute PRC NPC OnDeath script
ExecuteScript("prc_npc_death", OBJECT_SELF);
}