summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/2022.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-14 16:12:43 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-14 16:12:43 -0300
commitc1cf5542ef7ef899ee596bcdd2b9f84e8bf4e625 (patch)
treeb93790c16212afd546df5cc4b8290fe52ea1c18e /world/map/npc/annuals/2022.txt
parent88880b00baa0db654d743cf4f368faceaeb8533b (diff)
downloadserverdata-c1cf5542ef7ef899ee596bcdd2b9f84e8bf4e625.tar.gz
serverdata-c1cf5542ef7ef899ee596bcdd2b9f84e8bf4e625.tar.bz2
serverdata-c1cf5542ef7ef899ee596bcdd2b9f84e8bf4e625.tar.xz
serverdata-c1cf5542ef7ef899ee596bcdd2b9f84e8bf4e625.zip
CRC Day Updates
Diffstat (limited to 'world/map/npc/annuals/2022.txt')
-rw-r--r--world/map/npc/annuals/2022.txt19
1 files changed, 16 insertions, 3 deletions
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;
+}
+