summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/2022.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/2022.txt')
-rw-r--r--world/map/npc/annuals/2022.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/world/map/npc/annuals/2022.txt b/world/map/npc/annuals/2022.txt
index 3b6df57a..4752b137 100644
--- a/world/map/npc/annuals/2022.txt
+++ b/world/map/npc/annuals/2022.txt
@@ -4,7 +4,7 @@
////////////////////////////////////////////////
// Red Corsair Day
-002-1,0,0,0|script|#CRC2023|32767
+002-1,29,61,0|script|#CRC2023|400
{
end;
@@ -69,8 +69,14 @@ OnExplodeT:
OnExplode:
wgm "==> Flagship sank by "+strcharinfo(0);
stopnpctimer;
- mapannounce "002-1", "Mont Blanc : Captain! Fall back!! They have damaged the outer hull!", 0;
+ mapannounce "002-1", "Mont Blanc : Captain! Fall back!! They have damaged the hull! WE ARE SINKING!! %%P", 0;
areatimer 0, "002-1", 20, 20, 100, 120, 10, "#CRC2023::OnDeMusic";
+ fakenpcname "#CRC2023", "#CRC2023", 203;
+ end;
+
+OnEndEv:
+ if (strcharinfo(0) != "Blanc" && GM < G_ADMIN) end;
+ fakenpcname "#CRC2023", "#CRC2023", 400;
end;
OnInit:
@@ -79,6 +85,7 @@ OnInit:
registercmd "#crcflagship", strnpcinfo(0)+"::OnFirst";
registercmd "#crcmobs", strnpcinfo(0)+"::OnThird";
registercmd "#crcdie", strnpcinfo(0)+"::OnExplodeT";
+ registercmd "#crcend", strnpcinfo(0)+"::OnEndEv";
end;
}