summaryrefslogtreecommitdiff
path: root/npc/025-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-13 04:30:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-13 04:30:10 -0300
commit4b689d7bef7d150505fa5420ce7b9a9343262b17 (patch)
tree9142443e53acde38972d6992322c8ccce0cda97e /npc/025-1
parent912ebeab71957acbde19a1012f04f308ec464629 (diff)
downloadserverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.gz
serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.bz2
serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.tar.xz
serverdata-4b689d7bef7d150505fa5420ce7b9a9343262b17.zip
Main Quest 20 - Survive the trip until the guardhouse.
You will now be officially assigned the task of liberating Fortress Town.
Diffstat (limited to 'npc/025-1')
-rw-r--r--npc/025-1/_config.txt7
-rw-r--r--npc/025-1/ctrl.c5
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