diff options
author | toni <toni@toni-EP45-UD3L.(none)> | 2010-12-18 22:52:44 -0200 |
---|---|---|
committer | toni <toni@toni-EP45-UD3L.(none)> | 2010-12-18 22:52:44 -0200 |
commit | c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67 (patch) | |
tree | 5164227d679b5bfe294b442cd9631a7af2e8cc50 /npc/031-3 | |
parent | 982ed75118eef322f92627b3540f188248bccd63 (diff) | |
download | serverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.tar.gz serverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.tar.bz2 serverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.tar.xz serverdata-c86a9d7e3c6a7860eb7cf9767b2d23e12025cd67.zip |
Xmas fixes
Diffstat (limited to 'npc/031-3')
-rwxr-xr-x | npc/031-3/labyrinth.txt | 48 |
1 files changed, 10 insertions, 38 deletions
diff --git a/npc/031-3/labyrinth.txt b/npc/031-3/labyrinth.txt index 54877bf9..e5b4fca9 100755 --- a/npc/031-3/labyrinth.txt +++ b/npc/031-3/labyrinth.txt @@ -12,67 +12,39 @@ //# //################################################################################# -// If Donated > 500k < 1M - Maze=1 031-3.gat,205,264,0 script #ChristmasBarrier 127,1,1,{ - if (Maze < 1 ) goto L_Golbenez; warp "031-3.gat", 149, 261; end; -L_Golbenez: - message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening."; - end; } 031-3.gat,149,259,0 script #ChristmasBarrier 127,1,1,{ - if (Maze < 1 ) goto L_Golbenez; warp "031-3.gat", 205, 266; end; -L_Golbenez: - message strcharinfo(0), "Golbenez: Mortal, you still need to give me the equivalent to " +(500000-Golbenez_Inn_Cost)+ " Gold Pieces to go through this opening."; - end; } // If Donated > 1M < 1.5M - Maze=2 031-3.gat,225,282,0 script #ChristmasBarrier 127,1,1,{ - if (Maze < 2) goto L_Golbenez; warp "031-3.gat", 274, 299; 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,274,300,0 script #ChristmasBarrier 127,1,1,{ - if (Maze < 2) goto L_Golbenez; warp "031-3.gat", 225, 283; 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; - } // Second Warp 031-3.gat,283,271,0 script #ChristmasBarrier 127,1,1,{ - if (Maze < 2) goto L_Golbenez; warp "031-3.gat", 269, 244; 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,269,245,0 script #ChristmasBarrier 127,1,1,{ - if (Maze < 2) goto L_Golbenez; warp "031-3.gat", 283, 272; 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; - } // Third Warp @@ -101,7 +73,7 @@ L_Golbenez: // First Warp 031-3.gat,142,301,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 3) goto L_Golbenez; - warp "031-3.gat", 97, 299; + 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."; @@ -111,7 +83,7 @@ L_Golbenez: 031-3.gat,97,301,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 3) goto L_Golbenez; - warp "031-3.gat", 142, 299; + 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."; @@ -188,7 +160,7 @@ L_Golbenez: // First Warp 031-3.gat,94,254,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 4) goto L_Golbenez; - warp "031-3.gat", 54, 252; + 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."; @@ -198,7 +170,7 @@ L_Golbenez: 031-3.gat,54,250,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 4) goto L_Golbenez; - warp "031-3.gat", 94, 256; + 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."; @@ -357,7 +329,7 @@ L_Golbenez: // first warp 031-3.gat,34,25,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 6) goto L_Golbenez; - warp "031-3.gat", 281, 24; + 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."; @@ -366,7 +338,7 @@ L_Golbenez: } 031-3.gat,281,22,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 6) goto L_Golbenez; - warp "031-3.gat", 34, 27; + 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."; @@ -478,7 +450,7 @@ L_Golbenez: // # second warp 031-3.gat,232,93,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 8) goto L_Golbenez; - warp "031-3.gat", 200, 48; + 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."; @@ -487,7 +459,7 @@ L_Golbenez: } 031-3.gat,200,50,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 8) goto L_Golbenez; - warp "031-3.gat", 232, 95; + 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."; @@ -500,7 +472,7 @@ L_Golbenez: 031-3.gat,120,81,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 9) goto L_Golbenez; - warp "031-3.gat", 46, 22; + 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 " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to be able to find Santa."; @@ -509,7 +481,7 @@ L_Golbenez: } 031-3.gat,46,24,0 script #ChristmasBarrier 127,1,1,{ if (Maze < 9) goto L_Golbenez; - warp "031-3.gat", 120, 80; + 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 " +(4000000-Golbenez_Inn_Cost)+ " Gold Pieces to be able to find Santa."; |