summaryrefslogtreecommitdiff
path: root/npc/031-3
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-11-21 11:48:16 +0100
committerStefan Beller <stefanbeller@googlemail.com>2010-11-21 22:35:16 +0100
commit252f1193faede4a670125928a568558c21ef5b3a (patch)
tree86df89d501f7d34a66aac2e323b39c6831f8d2a1 /npc/031-3
parent89b7690cba845d1a480dd5ccacbd6e97c18bd9f6 (diff)
downloadserverdata-252f1193faede4a670125928a568558c21ef5b3a.tar.gz
serverdata-252f1193faede4a670125928a568558c21ef5b3a.tar.bz2
serverdata-252f1193faede4a670125928a568558c21ef5b3a.tar.xz
serverdata-252f1193faede4a670125928a568558c21ef5b3a.zip
nivalis and christmas2010
Diffstat (limited to 'npc/031-3')
-rw-r--r--npc/031-3/_import.txt4
-rw-r--r--npc/031-3/_mobs.txt7
-rw-r--r--npc/031-3/_warps.txt3
-rw-r--r--npc/031-3/labyrinth.txt342
4 files changed, 356 insertions, 0 deletions
diff --git a/npc/031-3/_import.txt b/npc/031-3/_import.txt
new file mode 100644
index 00000000..4562f635
--- /dev/null
+++ b/npc/031-3/_import.txt
@@ -0,0 +1,4 @@
+map: 031-3.gat
+npc: npc/031-3/_mobs.txt
+npc: npc/031-3/_warps.txt
+npc: npc/031-3/labyrinth.txt
diff --git a/npc/031-3/_mobs.txt b/npc/031-3/_mobs.txt
new file mode 100644
index 00000000..a86150c7
--- /dev/null
+++ b/npc/031-3/_mobs.txt
@@ -0,0 +1,7 @@
+// 031-3 mobs
+
+
+
+031-3.gat,0,0,0 script Mob031-3 -1,{
+ end;
+}
diff --git a/npc/031-3/_warps.txt b/npc/031-3/_warps.txt
new file mode 100644
index 00000000..a15033a1
--- /dev/null
+++ b/npc/031-3/_warps.txt
@@ -0,0 +1,3 @@
+// 031-3 warps
+
+031-3.gat,212,300 warp toOutside -1,-1,031-1.gat,76,26
diff --git a/npc/031-3/labyrinth.txt b/npc/031-3/labyrinth.txt
new file mode 100644
index 00000000..925127d4
--- /dev/null
+++ b/npc/031-3/labyrinth.txt
@@ -0,0 +1,342 @@
+//#################################################################################
+//#
+//# Warps for the labyrinth on christmas 2010
+//#
+//# Authors: alastrim, PjotrOrial
+//#
+//# reviewed by:
+//#
+//# This is a labyrinth, having lots of warps in there.
+//# These warps are activated on different days.
+//# For each way there are 2 warps: one way and its way back.
+//#
+//#################################################################################
+
+
+// Debug Script
+
+031-3.gat,219,294,0 script Debug 144,{
+ menu
+ "Test a specific date",-,
+ "Clean $Golbenez_Santa_Free",L_Clean;
+ mes "Which date you want to test?";
+ input $Golbenez_Santa_Free;
+ close;
+
+L_Clean:
+ set $Golbenez_Santa_Free, 0;
+ close;
+}
+
+// 16/12 - 1 warp
+031-3.gat,205,264,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 16 ) end;
+ warp "031-3.gat", 149, 260;
+ end;
+}
+
+031-3.gat,149,259,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 16 ) end;
+ warp "031-3.gat", 205, 265;
+ end;
+}
+
+// 17/12 - 3 Warps
+
+// First Warp
+
+031-3.gat,225,282,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 17 ) end;
+ warp "031-3.gat", 274, 299;
+ end;
+}
+
+031-3.gat,274,300,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 17 ) end;
+ warp "031-3.gat", 225, 283;
+ end;
+}
+
+// Second Warp
+
+031-3.gat,283,271,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 17 ) end;
+ warp "031-3.gat", 269, 244;
+ end;
+}
+
+031-3.gat,269,245,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 17 ) end;
+ warp "031-3.gat", 283, 272;
+ end;
+}
+
+// Third Warp
+031-3.gat,139,258,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 17 ) end;
+ warp "031-3.gat", 155, 196;
+ end;
+}
+
+031-3.gat,155,195,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 17 ) end;
+ warp "031-3.gat", 139, 259;
+ end;
+}
+
+// 18/12 - 4 Warps
+
+// First Warp
+031-3.gat,142,301,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 97, 300;
+ end;
+}
+
+031-3.gat,97,301,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 142, 300;
+ end;
+}
+
+// Second Warp
+031-3.gat,135,196,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 106, 231;
+ end;
+}
+
+031-3.gat,106,232,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 135, 197;
+ end;
+}
+
+// Third Warp
+031-3.gat,286,190,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 227, 241;
+ end;
+}
+
+031-3.gat,227,242,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 286, 191;
+ end;
+}
+
+// Fourth Warp
+
+031-3.gat,236,211,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 187, 227;
+ end;
+}
+
+031-3.gat,187,228,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 18 ) end;
+ warp "031-3.gat", 236, 212;
+ end;
+}
+
+// 19/12 - 4 Warps
+
+// First Warp
+031-3.gat,94,224,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 54, 251;
+ end;
+}
+
+031-3.gat,54,250,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 94, 225;
+ end;
+}
+
+// Second Warp
+
+031-3.gat,103,199,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 52, 176;
+ end;
+}
+
+031-3.gat,52,177,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 103, 200;
+ end;
+}
+
+// Third Warp
+
+031-3.gat,212,193,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 207, 167;
+ end;
+}
+
+031-3.gat,207,168,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 212, 194;
+ end;
+}
+
+// Fourth Warp
+
+031-3.gat,235,167,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 195, 123;
+ end;
+}
+
+031-3.gat,195,122,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 19 ) end;
+ warp "031-3.gat", 235, 166;
+ end;
+}
+
+# // 4 warps on dec 20
+# // first warp
+031-3.gat,296,97,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 292, 124;
+ end;
+}
+031-3.gat,292,123,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 296, 96;
+ end;
+}
+# // second warp
+031-3.gat,289,164,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 228, 122;
+ end;
+}
+031-3.gat,228,121,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 289, 163;
+ end;
+}
+# // third warp
+031-3.gat,24,157,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 31, 143;
+ end;
+}
+031-3.gat,31,144,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 24, 158;
+ end;
+}
+# // forth warp
+031-3.gat,36,249,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 35, 225;
+ end;
+}
+031-3.gat,35,226,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 20 ) end;
+ warp "031-3.gat", 36, 250;
+ end;
+}
+
+
+# // 3 warps on dec 21
+# // first warp
+031-3.gat,34,25,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 21 ) end;
+ warp "031-3.gat", 281, 23;
+ end;
+}
+031-3.gat,281,22,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 21 ) end;
+ warp "031-3.gat", 34, 26;
+ end;
+}
+// # second warp
+031-3.gat,283,48,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 21 ) end;
+ warp "031-3.gat", 275, 74;
+ end;
+}
+031-3.gat,275,73,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 21 ) end;
+ warp "031-3.gat", 283, 47;
+ end;
+}
+// # third warp
+031-3.gat,26,178,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 21 ) end;
+ warp "031-3.gat", 36, 201;
+ end;
+}
+031-3.gat,36,200,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 21 ) end;
+ warp "031-3.gat", 26, 177;
+ end;
+}
+
+
+# // 2 warps on dec 22
+# // first warp
+031-3.gat,91,125,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 22 ) end;
+ warp "031-3.gat", 36, 79;
+ end;
+}
+031-3.gat,36,80,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 22 ) end;
+ warp "031-3.gat", 91, 126;
+ end;
+}
+// # second warp
+031-3.gat,52,78,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 22 ) end;
+ warp "031-3.gat", 192, 71;
+ end;
+}
+031-3.gat,192,70,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 22 ) end;
+ warp "031-3.gat", 52, 77;
+ end;
+}
+
+
+# // 2 warps on dec 23
+# // first warp
+031-3.gat,128,135,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 23 ) end;
+ warp "031-3.gat", 148, 151;
+ end;
+}
+031-3.gat,148,150,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 23 ) end;
+ warp "031-3.gat", 128, 134;
+ end;
+}
+// # second warp
+031-3.gat,232,93,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 23 ) end;
+ warp "031-3.gat", 200, 49;
+ end;
+}
+031-3.gat,200,50,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 23 ) end;
+ warp "031-3.gat", 232, 94;
+ end;
+}
+
+
+# // 1 warp on dec 24
+031-3.gat,120,81,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 24 ) end;
+ warp "031-3.gat", 46, 22;
+ end;
+}
+031-3.gat,46,24,0 script #ChristmasBarrier 127,1,1,{
+ if ($Golbenez_Santa_Free < 24 ) end;
+ warp "031-3.gat", 120, 80;
+ end;
+}