summaryrefslogtreecommitdiff
path: root/npc/026-5/ctrl.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-08 11:14:30 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-08 11:14:30 -0300
commit5b50db747dbd7e16ff86bb9da705774e3eafe31a (patch)
tree7dd2028eca08a6c6ee835cff99e69240ea8db4e4 /npc/026-5/ctrl.c
parent65728aaef808178a837c5587c74f120a010a3069 (diff)
downloadserverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.tar.gz
serverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.tar.bz2
serverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.tar.xz
serverdata-5b50db747dbd7e16ff86bb9da705774e3eafe31a.zip
Completing Frostia quests makes you a friend of the elves, even if you're not elf.
Configure respawn and mob density for 026-4 and 026-5. It happens shortly before the takeover, it is escalonated for realism.
Diffstat (limited to 'npc/026-5/ctrl.c')
-rw-r--r--npc/026-5/ctrl.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/026-5/ctrl.c b/npc/026-5/ctrl.c
index 04de1832a..d0a9fbd7e 100644
--- a/npc/026-5/ctrl.c
+++ b/npc/026-5/ctrl.c
@@ -12,9 +12,11 @@
end;
// On Tuesday, the map changes
-OnTue0000:
+//OnTue0000:
+OnMon2358:
// TODO: Reload .InstId
- //MazeMobs(145, false, 10, "026-4"); // Initiate Lv 145 mobs
+ killmonsterall("026-5");
+ MazeMobs(145, false, 7, "026-5"); // Initiate Lv 145 mobs
end;
// Initialize the dungeon
@@ -24,7 +26,7 @@ OnInit:
instance_set_timeout(0, 0, .InstId);
instance_init(.InstId);
debugmes "Impregnable Fortress B5F (%d): Init OK", .InstId;
- MazeMobs(145, false, 10, "026-5"); // Initiate Lv 145 mobs
+ MazeMobs(145, false, 7, "026-5"); // Initiate Lv 145 mobs
// TODO: Add the utilities
end;
}