Updated Tar Lake Interior

Updated Tar Lake Interior.  Added class based starting item packages for new characters.
This commit is contained in:
Jaysyn904
2023-08-17 23:55:25 -04:00
parent f667238c5c
commit 8eb0b3d0a2
21 changed files with 3105 additions and 23918 deletions

View File

@@ -45,7 +45,7 @@ void main()
// Cast SPELL_REPEL_VERMIN with Extend Spell metamagic
ActionSpeakString("Aggh, damn bugs!!", TALKVOLUME_TALK);
ActionCastSpellAtObject(SPELL_REPEL_VERMIN, oNPC, METAMAGIC_EXTEND, TRUE, nSpellLevel, FALSE);
DelayCommand(0.1f, ActionCastSpellAtObject(SPELL_REPEL_VERMIN, oNPC, METAMAGIC_EXTEND, TRUE, nSpellLevel, FALSE));
}
}