summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/2022.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-18 15:40:00 -0300
committerGitHub <noreply@github.com>2022-04-18 18:40:00 +0000
commitdbd6750203eadadd4f7c89da0e1305b61eaa7031 (patch)
treefb0453d15c6a3f3ac449fe1d41542954c43472bd /world/map/npc/annuals/2022.txt
parent18fb4177bb7e9ebbba2d73ab0a5a24b7d0c180b1 (diff)
downloadserverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.tar.gz
serverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.tar.bz2
serverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.tar.xz
serverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.zip
Developer's Cleanup (#611)
* Remove several unreleased quest items. Developers will re-add them as their quests are completed. REMOVED: - White Wizard Robe - Black Wizard Robe - Light Crystal - Crypt Key - Ectoplasm - Urn - Wraith Horn - Astral Cube - Runestone A, L, N, T and W - Quill of Binding - Blood Ink - Scented Candle Helmet - Assassin Ring - Assassin Amulet Also cleans up some stuff for the event.
Diffstat (limited to 'world/map/npc/annuals/2022.txt')
-rw-r--r--world/map/npc/annuals/2022.txt22
1 files changed, 12 insertions, 10 deletions
diff --git a/world/map/npc/annuals/2022.txt b/world/map/npc/annuals/2022.txt
index e215d7c2..3c2d4dbb 100644
--- a/world/map/npc/annuals/2022.txt
+++ b/world/map/npc/annuals/2022.txt
@@ -12,7 +12,7 @@ OnFirst:
if (strcharinfo(0) != "Blanc" && GM < G_SYSOP) end;
wgm "==> CRC Day Phase 1 Started by "+strcharinfo(0);
set $@CRC22, 1;
- enablenpc "Unknown Ship";
+ enablenpc "Red Bearer";
initnpctimer;
goto OnTimer30000;
@@ -20,8 +20,9 @@ OnSecond:
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";
+ disablenpc "Red Bearer";
+ //enablenpc "Zax De'Kagen#CRC";
+ // set the sprite (implies enablenpc)
fakenpcname "Zax De'Kagen#CRC", "Zax De'Kagen#CRC", 1142;
initnpctimer;
goto L_Extra;
@@ -30,7 +31,7 @@ OnThird:
if (strcharinfo(0) != "Cerise" && GM < G_SYSOP) end;
wgm "==> CRC Day Phase 3 Started by "+strcharinfo(0);
set $@CRC22, 3;
- disablenpc "Enemy Ship";
+ disablenpc "Halifax";
stopnpctimer;
end;
@@ -247,7 +248,7 @@ OnInit:
}
// Puppets
-008-1,140,72,0|script|Enemy Ship|395
+008-1,140,74,0|script|Halifax|395
{
end;
OnInit:
@@ -256,7 +257,7 @@ OnInit:
}
// Puppets
-018-1,142,74,0|script|Unknown Ship|395
+018-1,142,75,0|script|Red Bearer|395
{
end;
OnInit:
@@ -274,11 +275,12 @@ OnInit:
}
// Puppets
-020-1,76,85,0|script|Zax De'Kagen#CRC|425
+020-1,76,85,0|script|Zax De'Kagen#CRC|400
{
- 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;
+ //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;
+ end;
OnInit:
disablenpc strnpcinfo(0);
end;