From cedc47c232d0c862d6183c7614f75259f2a0e746 Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Fri, 28 Apr 2023 22:20:14 +0000 Subject: Shipwreck + Rum --- world/map/npc/annuals/2022.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'world/map/npc/annuals') 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; } -- cgit v1.2.3-60-g2f50