From c1cf5542ef7ef899ee596bcdd2b9f84e8bf4e625 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Apr 2022 16:12:43 -0300 Subject: CRC Day Updates --- world/map/npc/annuals/2022.txt | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'world/map/npc/annuals/2022.txt') diff --git a/world/map/npc/annuals/2022.txt b/world/map/npc/annuals/2022.txt index 3c4aa6de..e215d7c2 100644 --- a/world/map/npc/annuals/2022.txt +++ b/world/map/npc/annuals/2022.txt @@ -9,7 +9,7 @@ end; OnFirst: - if (strcharinfo(0) != "Dave Sugar" && GM < G_SYSOP) end; + if (strcharinfo(0) != "Blanc" && GM < G_SYSOP) end; wgm "==> CRC Day Phase 1 Started by "+strcharinfo(0); set $@CRC22, 1; enablenpc "Unknown Ship"; @@ -17,15 +17,17 @@ OnFirst: goto OnTimer30000; OnSecond: - if (strcharinfo(0) != "Zax De'Kagen" && GM < G_SYSOP) end; + if (strcharinfo(0) != "Cerise" && GM < G_SYSOP) end; wgm "==> CRC Day Phase 2 Started by "+strcharinfo(0); set $@CRC22, 2; disablenpc "Unknown Ship"; + enablenpc "Zax De'Kagen#CRC"; + fakenpcname "Zax De'Kagen#CRC", "Zax De'Kagen#CRC", 1142; initnpctimer; goto L_Extra; OnThird: - if (strcharinfo(0) != "Red Reidy" && GM < G_SYSOP) end; + if (strcharinfo(0) != "Cerise" && GM < G_SYSOP) end; wgm "==> CRC Day Phase 3 Started by "+strcharinfo(0); set $@CRC22, 3; disablenpc "Enemy Ship"; @@ -271,3 +273,14 @@ OnInit: end; } +// Puppets +020-1,76,85,0|script|Zax De'Kagen#CRC|425 +{ + mes "[Zax De'Kagen]"; + mes "\"I will not tolerate people trying to defile my world. I'm sealing the lake, and that's final.\""; + close; +OnInit: + disablenpc strnpcinfo(0); + end; +} + -- cgit v1.2.3-60-g2f50