summaryrefslogtreecommitdiff
path: root/npc/annuals/xmas/2021.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-21 14:06:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-21 14:06:12 -0300
commit2ebc5a5825bfb0d453e8e9855bfbdaccf4796215 (patch)
treeafe8c44ad727e3ccec113a1342b727d784a64780 /npc/annuals/xmas/2021.txt
parent697ecd8708a654a675d492f161b3f8c9b72a3c15 (diff)
downloadserverdata-2ebc5a5825bfb0d453e8e9855bfbdaccf4796215.tar.gz
serverdata-2ebc5a5825bfb0d453e8e9855bfbdaccf4796215.tar.bz2
serverdata-2ebc5a5825bfb0d453e8e9855bfbdaccf4796215.tar.xz
serverdata-2ebc5a5825bfb0d453e8e9855bfbdaccf4796215.zip
Initial, draft version of the first boss chamber
Diffstat (limited to 'npc/annuals/xmas/2021.txt')
-rw-r--r--npc/annuals/xmas/2021.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt
new file mode 100644
index 00000000..23db64d5
--- /dev/null
+++ b/npc/annuals/xmas/2021.txt
@@ -0,0 +1,29 @@
+// TMW Script.
+// Author:
+// Jesusalva
+// Notes:
+// Christmas 2021 - Configuration Files
+
+function script X21ID {
+ return (getcharid(1) > 0 ? getcharid(1) : getcharid(3));
+}
+
+function script X21TYPE {
+ return (getcharid(1) > 0 ? IOT_PARTY : IOT_CHAR);
+}
+
+function script X21BC1_CLEAR {
+ return (XMAS2021 & X21_BOSSDEFEAT);
+}
+
+/* You cannot fiddle with party in this region */
+080-1 mapflag partylock
+081-1 mapflag partylock
+//081-2 mapflag partylock
+081-3 mapflag partylock
+
+/* Secure regions */
+081-3 mapflag zone MMO
+081-3 mapflag nosave 000-1,22,22
+
+