feat(hs): add event NPC 560 and place it in Lorencia
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -766,6 +766,16 @@ internal partial class NpcInitialization : Version095d.NpcInitialization
|
||||
def.SetGuid(def.Number);
|
||||
}
|
||||
|
||||
{
|
||||
var def = this.Context.CreateNew<MonsterDefinition>();
|
||||
def.Number = 560;
|
||||
def.Designation = "Heykel Savasi Gorevlisi";
|
||||
def.NpcWindow = NpcWindow.Undefined; // routed via IPlayerTalkToNpcPlugIn in a later task
|
||||
def.ObjectKind = NpcObjectKind.PassiveNpc;
|
||||
this.GameConfiguration.Monsters.Add(def);
|
||||
def.SetGuid(def.Number);
|
||||
}
|
||||
|
||||
{
|
||||
var def = this.Context.CreateNew<MonsterDefinition>();
|
||||
def.Number = 566;
|
||||
|
||||
Reference in New Issue
Block a user