summaryrefslogtreecommitdiff
path: root/npc/031-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/031-3')
-rw-r--r--npc/031-3/_import.txt4
-rw-r--r--npc/031-3/_mobs.txt109
-rw-r--r--npc/031-3/_warps.txt3
-rwxr-xr-xnpc/031-3/labyrinth.txt487
4 files changed, 0 insertions, 603 deletions
diff --git a/npc/031-3/_import.txt b/npc/031-3/_import.txt
deleted file mode 100644
index 4562f635..00000000
--- a/npc/031-3/_import.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index da9f5d9d..00000000
--- a/npc/031-3/_mobs.txt
+++ /dev/null
@@ -1,109 +0,0 @@
-// 031-3 mobs
-
-031-3.gat,38,50,52,75 monster Moggun 1061,9,100000,30000,Mob031-3::On1061
-031-3.gat,213,57,66,59 monster Santa Slime 1015,9,100000,30000,Mob031-3::On1015
-031-3.gat,39,144,52,75 monster Moggun 1061,11,100000,30000,Mob031-3::On1061
-031-3.gat,39,212,52,75 monster Moggun 1061,13,100000,30000,Mob031-3::On1061
-031-3.gat,282,142,52,75 monster Moggun 1061,9,100000,30000,Mob031-3::On1061
-031-3.gat,284,222,52,75 monster Moggun 1061,9,100000,30000,Mob031-3::On1061
-031-3.gat,99,271,52,75 monster Moggun 1061,9,100000,30000,Mob031-3::On1061
-031-3.gat,281,58,52,75 monster Moggun 1061,9,100000,30000,Mob031-3::On1061
-031-3.gat,0,0,0,0 monster Bat 1017,190,100000,30000,Mob031-3::On1017
-031-3.gat,48,48,83,61 monster Ice Goblin 1058,9,100000,30000,Mob031-3::On1058
-031-3.gat,122,50,83,61 monster Ice Goblin 1058,9,100000,30000,Mob031-3::On1058
-031-3.gat,117,140,83,61 monster Ice Goblin 1058,9,100000,30000,Mob031-3::On1058
-031-3.gat,212,142,83,61 monster Ice Goblin 1058,12,100000,30000,Mob031-3::On1058
-031-3.gat,211,276,83,61 monster Ice Goblin 1058,11,100000,30000,Mob031-3::On1058
-031-3.gat,117,207,83,61 monster Ice Goblin 1058,9,100000,30000,Mob031-3::On1058
-031-3.gat,231,213,83,61 monster Ice Goblin 1058,7,100000,30000,Mob031-3::On1058
-031-3.gat,261,265,83,61 monster Ice Goblin 1058,9,100000,30000,Mob031-3::On1058
-031-3.gat,280,56,66,59 monster Santa Slime 1015,9,100000,30000,Mob031-3::On1015
-031-3.gat,121,57,66,59 monster Santa Slime 1015,11,100000,30000,Mob031-3::On1015
-031-3.gat,120,143,66,59 monster Santa Slime 1015,9,100000,30000,Mob031-3::On1015
-031-3.gat,218,215,66,59 monster Santa Slime 1015,9,100000,30000,Mob031-3::On1015
-031-3.gat,285,216,66,59 monster Santa Slime 1015,13,100000,30000,Mob031-3::On1015
-031-3.gat,128,272,66,59 monster Santa Slime 1015,9,100000,30000,Mob031-3::On1015
-031-3.gat,212,279,66,59 monster Santa Slime 1015,11,100000,30000,Mob031-3::On1015
-
-
-031-3.gat,0,0,0 script Mob031-3 -1,{
-On1015:
- callsub Boxes1015;
- set @mobID, 1015;
- callfunc "MobPoints";
- break;
-
-On1017:
- callsub Boxes1017;
- set @mobID, 1017;
- callfunc "MobPoints";
- break;
-
-On1058:
- callsub Boxes1058;
- set @mobID, 1058;
- callfunc "MobPoints";
- break;
-
-On1061:
- callsub Boxes1061;
- set @mobID, 1061;
- callfunc "MobPoints";
- break;
-
- end;
-
-Boxes1015:
- set @yellow, rand(30);
- set @white, rand(60);
- if (@yellow == 1) goto L_GetYellow;
- if (@white == 1) goto L_GetWhite;
- return;
-
-Boxes1017:
- set @yellow, rand(50);
- set @white, rand(100);
- if (@yellow == 1) goto L_GetYellow;
- if (@white == 1) goto L_GetWhite;
- return;
-
-
-Boxes1058:
- set @yellow, rand(50);
- set @white, rand(100);
- if (@yellow == 1) goto L_GetYellow;
- if (@white == 1) goto L_GetWhite;
- return;
-
-
-Boxes1061:
- set @yellow, rand(25);
- set @white, rand(50);
- if (@yellow == 1) goto L_GetYellow;
- if (@white == 1) goto L_GetWhite;
- return;
-
-L_GetYellow:
- if (Yellow >= 40) goto L_FinishYellow;
- set Yellow, Yellow + 1;
- if (Yellow == 10) message strcharinfo(0), "I still need 30 Yellow Boxes.";
- if (Yellow == 30) message strcharinfo(0), "I need only 10 Yellow Boxes.";
- getitem 4021, 1;
- return;
-
-L_GetWhite:
- if (White >= 30) goto L_FinishWhite;
- set White, White + 1;
- if (White == 10) message strcharinfo(0), "I still need 20 White Boxes.";
- if (White == 20) message strcharinfo(0), "I need only 10 White Boxes.";
- getitem 4022, 1;
- return;
-
-L_FinishYellow:
- message strcharinfo(0), "I collected all the Yellow Boxes!";
- return;
-
-L_FinishWhite:
- message strcharinfo(0), "I collected all the White Boxes!";
- return;
-}
diff --git a/npc/031-3/_warps.txt b/npc/031-3/_warps.txt
deleted file mode 100644
index a15033a1..00000000
--- a/npc/031-3/_warps.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-// 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
deleted file mode 100755
index 4616891b..00000000
--- a/npc/031-3/labyrinth.txt
+++ /dev/null
@@ -1,487 +0,0 @@
-//#################################################################################
-//#
-//# 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.
-//#
-//#################################################################################
-
-
-031-3.gat,205,264,0 script #ChristmasBarrier 127,1,1,{
- warp "031-3.gat", 149, 261;
- end;
-}
-
-031-3.gat,149,259,0 script #ChristmasBarrier 127,1,1,{
- warp "031-3.gat", 205, 266;
- end;
-}
-
-// If Donated > 1M < 1.5M - Maze=2
-
-031-3.gat,225,282,0 script #ChristmasBarrier 127,1,1,{
- warp "031-3.gat", 274, 299;
- end;
-}
-
-031-3.gat,274,300,0 script #ChristmasBarrier 127,1,1,{
- warp "031-3.gat", 225, 283;
- end;
-}
-
-// Second Warp
-
-031-3.gat,283,271,0 script #ChristmasBarrier 127,1,1,{
- warp "031-3.gat", 269, 244;
- end;
-}
-
-031-3.gat,269,245,0 script #ChristmasBarrier 127,1,1,{
- warp "031-3.gat", 283, 272;
- end;
-}
-
-031-3.gat,148,150,0 script #ChristmasBarrier 127,1,1,{
- warp "031-3.gat", 128, 134;
- end;
-}
-
-// Third Warp
-031-3.gat,139,258,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 2) goto L_Golbenez;
- warp "031-3.gat", 155, 196;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,155,195,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 2) goto L_Golbenez;
- warp "031-3.gat", 139, 259;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// If Donated > 1.5M < 2M - Maze=3
-
-// First Warp
-031-3.gat,142,301,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 97, 298;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,97,301,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 142, 298;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// Second Warp
-031-3.gat,135,196,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 106, 231;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,106,232,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 135, 197;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// Third Warp
-031-3.gat,286,190,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 227, 241;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,227,242,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 286, 191;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// Fourth Warp
-
-031-3.gat,236,211,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 187, 227;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,187,228,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 3) goto L_Golbenez;
- warp "031-3.gat", 236, 212;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(1500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// If Donated > 2M < 2.5M - Maze=4
-
-// First Warp
-031-3.gat,94,254,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 54, 253;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,54,250,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 94, 257;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// Second Warp
-
-031-3.gat,103,199,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 52, 175;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,52,177,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 103, 201;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// Third Warp
-
-031-3.gat,212,193,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 207, 165;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,207,168,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 212, 195;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// Fourth Warp
-
-031-3.gat,235,167,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 195, 124;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,195,122,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 4) goto L_Golbenez;
- warp "031-3.gat", 235, 165;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// If Donated > 2.5M < 3M - Maze=5
-// first warp
-
-031-3.gat,296,97,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 292, 125;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,292,123,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 296, 95;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-// second warp
-031-3.gat,289,164,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 228, 123;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,228,121,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 289, 162;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-// third warp
-031-3.gat,24,157,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 31, 142;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,31,144,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 24, 159;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-// forth warp
-031-3.gat,36,249,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 35, 224;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,35,226,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 5) goto L_Golbenez;
- warp "031-3.gat", 36, 251;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(2500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-
-// If Donated > 3M < 3.5M - Maze=6
-// first warp
-031-3.gat,34,25,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 6) goto L_Golbenez;
- warp "031-3.gat", 281, 25;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,281,22,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 6) goto L_Golbenez;
- warp "031-3.gat", 34, 28;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-// # second warp
-031-3.gat,283,48,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 6) goto L_Golbenez;
- warp "031-3.gat", 275, 74;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,275,73,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 6) goto L_Golbenez;
- warp "031-3.gat", 283, 47;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-// # third warp
-031-3.gat,26,178,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 6) goto L_Golbenez;
- warp "031-3.gat", 36, 202;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,36,200,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 6) goto L_Golbenez;
- warp "031-3.gat", 26, 176;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-
-// If Donated > 3.5M < 4M - Maze=7
-// first warp
-031-3.gat,91,125,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 7) goto L_Golbenez;
- warp "031-3.gat", 36, 78;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,36,80,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 7) goto L_Golbenez;
- warp "031-3.gat", 91, 127;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-// # second warp
-031-3.gat,52,78,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 7) goto L_Golbenez;
- warp "031-3.gat", 192, 72;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-031-3.gat,192,70,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 7) goto L_Golbenez;
- warp "031-3.gat", 52, 76;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(3500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-
-// If Donated > 4M < 5M - Maze=8
-// first warp
-031-3.gat,128,135,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 8) goto L_Golbenez;
- warp "031-3.gat", 148, 152;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-// # second warp
-031-3.gat,232,93,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 8) goto L_Golbenez;
- warp "031-3.gat", 200, 47;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-031-3.gat,200,50,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 8) goto L_Golbenez;
- warp "031-3.gat", 232, 90;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening.";
- end;
-
-}
-
-
-// If Donated > 5M - Maze=9 - You have access to Santa
-
-031-3.gat,120,81,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 9) goto L_Golbenez;
- warp "031-3.gat", 46, 27;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you are getting close to your objective but you still need to give me " +(5000000-Golbenez_Inn_Cost)+ " Gold Pieces to be able to find Santa.";
- end;
-
-}
-031-3.gat,46,24,0 script #ChristmasBarrier 127,1,1,{
- if (Maze < 9) goto L_Golbenez;
- warp "031-3.gat", 120, 79;
- end;
-L_Golbenez:
- message strcharinfo(0), "Golbenez: Mortal, you are getting close to your objective but you still need to give me " +(5000000-Golbenez_Inn_Cost)+ " Gold Pieces to be able to find Santa.";
- end;
-
-}