summaryrefslogtreecommitdiff
path: root/npc/081-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-22 05:19:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-22 05:19:44 -0300
commit6514fa29627a32acc1eae90030af682623c471d8 (patch)
treea4f4473cc697902915abfed783b066421ca9dbc8 /npc/081-2
parent378dd80b0192630d0c0b32fb16b63ea0f66bb156 (diff)
downloadserverdata-6514fa29627a32acc1eae90030af682623c471d8.tar.gz
serverdata-6514fa29627a32acc1eae90030af682623c471d8.tar.bz2
serverdata-6514fa29627a32acc1eae90030af682623c471d8.tar.xz
serverdata-6514fa29627a32acc1eae90030af682623c471d8.zip
Instance the Northen Lights Dungeon and prevent using it outside Christmas 2021
Diffstat (limited to 'npc/081-2')
-rw-r--r--npc/081-2/logic.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/081-2/logic.txt b/npc/081-2/logic.txt
index 2eb77e3b..9b3949ba 100644
--- a/npc/081-2/logic.txt
+++ b/npc/081-2/logic.txt
@@ -7,15 +7,18 @@
081-2,90,20,0 script #0812Nexit NPC_HIDDEN,0,0,{
end;
OnTouch:
+ if (!isChristmas21()) end;
.@id = X21ID();
/* We need to determine if instance exists and is needed */
.@t = X21TYPE();
+ .@mapa$="0812@"+X21ID2();
.@mapn$="0813@"+X21ID2();
.@inst = instance_create("Northen Lights", .@id, .@t);
// Instance must be created
if (.@inst >= 0) {
// We... Could use base name, actually, but whatever
+ instance_attachmap("081-2", .@inst, false, .@mapa$);
instance_attachmap("081-3", .@inst, false, .@mapn$);
instance_set_timeout(1800, 1800, .@inst);
instance_init(.@inst);