summaryrefslogtreecommitdiff
path: root/npc/081-1/dungeon.txt
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2021-12-07 23:01:55 +0100
committerHoraK-FDF <horak-fdf@web.de>2021-12-07 23:01:55 +0100
commit71d0cdfe8bdb0567303825850ad36a5e8506ab2b (patch)
tree28f778dc81a65c531a9485e38456a60d6b4daf3f /npc/081-1/dungeon.txt
parentc1be7bd1eab5b0c230001c369292abe757a7f32a (diff)
parentcd6424df5baf7d46b96fa1ee4be500ad8b131a82 (diff)
downloadserverdata-71d0cdfe8bdb0567303825850ad36a5e8506ab2b.tar.gz
serverdata-71d0cdfe8bdb0567303825850ad36a5e8506ab2b.tar.bz2
serverdata-71d0cdfe8bdb0567303825850ad36a5e8506ab2b.tar.xz
serverdata-71d0cdfe8bdb0567303825850ad36a5e8506ab2b.zip
Merge branch 'xmas2021' of https://gitlab.com/themanaworld/evolved/serverdata into xmas2021
Diffstat (limited to 'npc/081-1/dungeon.txt')
-rw-r--r--npc/081-1/dungeon.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/npc/081-1/dungeon.txt b/npc/081-1/dungeon.txt
new file mode 100644
index 00000000..fd125dd0
--- /dev/null
+++ b/npc/081-1/dungeon.txt
@@ -0,0 +1,29 @@
+// TMW Script.
+// Author:
+// Jesusalva
+// Notes:
+// Christmas 2021 - Northen Lights Dungeon Entrance
+
+081-1,68,30,0 script #0811Nexit NPC_HIDDEN,0,0,{
+ end;
+OnTouch:
+ if (!isChristmas21()) end;
+
+ /* We need to determine if instance exists and is needed */
+ X21INIT();
+
+ .@mapa$="0812@"+X21ID2();
+ warp .@mapa$, 90, 298;
+ end;
+}
+
+081-1,64,34,0 script #X21_SIGN01 NPC_NO_SPRITE,{
+ if (!isChristmas21()) end;
+ npctalk3 l("Northern Lights Dungeon - Form a party to join or enter alone. Be careful!");
+ end;
+OnInit:
+ .distance=5;
+ end;
+}
+
+