summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-10-08 11:18:47 -0300
committerJesusaves <cpntb1@ymail.com>2023-10-08 11:18:47 -0300
commitc104b26dc5196f2848af31008f5cba581cf58959 (patch)
treee28a3387d2437f3e1f1c664bbada74342a2289dd
parent5b50db747dbd7e16ff86bb9da705774e3eafe31a (diff)
downloadserverdata-c104b26dc5196f2848af31008f5cba581cf58959.tar.gz
serverdata-c104b26dc5196f2848af31008f5cba581cf58959.tar.bz2
serverdata-c104b26dc5196f2848af31008f5cba581cf58959.tar.xz
serverdata-c104b26dc5196f2848af31008f5cba581cf58959.zip
Remove all players in the Impregnable Fortress when the fortress town is retaken
-rw-r--r--npc/025-1/ctrl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c
index 843915351..f7ffabdec 100644
--- a/npc/025-1/ctrl.c
+++ b/npc/025-1/ctrl.c
@@ -84,6 +84,14 @@ function script FTCleanup {
disablenpc "#025-3_100_179";
donpcevent "#025-1_99_112::OnEnable";
mapwarp("025-1", "025-2", 100, 27);
+ mapwarp("026-0", "025-2", 100, 27);
+ mapwarp("026-1", "025-2", 100, 27);
+ mapwarp("026-2", "025-2", 100, 27);
+ mapwarp("026-3", "025-2", 100, 27);
+ mapwarp("026-4", "025-2", 100, 27);
+ mapwarp("026-5", "025-2", 100, 27);
+ mapwarp("026-6", "025-2", 100, 27);
+ mapwarp("026-7", "025-2", 100, 27);
}
enablenpc "#025-1_100_123";
return;