diff options
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/_config.txt | 7 | ||||
-rw-r--r-- | npc/025-1/ctrl.c | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/npc/025-1/_config.txt b/npc/025-1/_config.txt index 51d36e920..7a7a328b1 100644 --- a/npc/025-1/_config.txt +++ b/npc/025-1/_config.txt @@ -9,3 +9,10 @@ OnEnable: OnInit: setcells "025-1", 99, 112, 100, 112, 1, "025-1_99_112"; } + +025-1,100,122,0 script #025-1_100_122 NPC_HIDDEN,7,0,{ + end; +OnTouch: + doevent "#DungeonCore::OnCurse"; + end; +} diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 7128a5bf2..cc97a55bf 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -21,7 +21,7 @@ // TODO: Provide a way to resume failed attempts. Move Phoenix inside. // TODO: Testing. // Use setwall() instead of builtin collision? (Deprecates out NPC) -// TODO: NPCs from inside: Phoenix. Aeros Shop. Etc. +// TODO: NPCs from inside: Bank. Barber. Aeros Shop. Etc. // TODO: Spawn inside and outside when siege begins. // TODO: Heartbeat - (Re)Spawn monsters inside every X seconds @@ -145,7 +145,8 @@ OnTouch: end; } - +// TODO: 100,20 - The Impregnable Fortress Gate +// And don't forget the curse timer |