Encounter work
Separated static spawns in "Forest of Hope: Central". Fixed faction issues with Corrak's Crew. Added "Faction Zoo" area for future faction work. Tweaked factions. Made sure creatures with CODI AI were granting XP. Tweaked Masterwork weapons. Fixed Warforged appearance not showing up properly in toolset.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "sql_db_partywide"
|
||||
#include "pqj_inc"
|
||||
|
||||
void main()
|
||||
@@ -230,6 +231,9 @@ int nVFX = GetLocalInt(OBJECT_SELF,"SpawnVFX");
|
||||
DelayCommand(0.0f, ApplyEffectToObject(DURATION_TYPE_PERMANENT,eVis,OBJECT_SELF));
|
||||
}
|
||||
|
||||
//:: Track which PC's have seen Marthek dead
|
||||
SQL_SetLocalIntOnAll(oKiller, "bKilledMarthek", 1);
|
||||
|
||||
//:: Set quest stage & update DB.
|
||||
AddPersistentJournalQuestEntry("marthek", 2, oKiller);
|
||||
|
||||
|
Reference in New Issue
Block a user