summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortux9th <mr.x@aon.at>2013-05-31 19:41:04 +0200
committerJessica Tölke <jtoelke@mail.upb.de>2013-06-03 16:19:44 +0200
commit875935f65e21b91c78022a730fb1c6fa4e3adfbd (patch)
tree4d224326d4e06b38bb35c2b70aef2219d416938b
parentf3f1ecd85783c4200e9169488d1b784f9b5e986b (diff)
downloadserverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.gz
serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.bz2
serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.tar.xz
serverdata-875935f65e21b91c78022a730fb1c6fa4e3adfbd.zip
Fixed the NPC warps to have the same range as normal warps instead of the 3 by 3 square.
-rw-r--r--world/map/npc/009-3/warp.txt2
-rw-r--r--world/map/npc/029-1/barrier.txt2
-rw-r--r--world/map/npc/029-3/barrier.txt2
-rw-r--r--world/map/npc/031-1/house.txt2
-rw-r--r--world/map/npc/031-3/labyrinth.txt2
-rw-r--r--world/map/npc/031-4/barrier.txt2
-rw-r--r--world/map/npc/056-2/barrier.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/009-3/warp.txt b/world/map/npc/009-3/warp.txt
index 7f709abd..9bb9ab28 100644
--- a/world/map/npc/009-3/warp.txt
+++ b/world/map/npc/009-3/warp.txt
@@ -1,4 +1,4 @@
-009-3.gat,162,80,0|script|#PVPCaveBarrier|45,1,1,{
+009-3.gat,162,80,0|script|#PVPCaveBarrier|45,0,0,{
mes "Do you want to enter the PVP cave? It costs 150GP.";
menu
"No.", L_Exit,
diff --git a/world/map/npc/029-1/barrier.txt b/world/map/npc/029-1/barrier.txt
index 85882c89..54ef3878 100644
--- a/world/map/npc/029-1/barrier.txt
+++ b/world/map/npc/029-1/barrier.txt
@@ -1,4 +1,4 @@
-029-1.gat,54,36,0|script|#CandorBarrier|45,1,1,{
+029-1.gat,54,37,0|script|#CandorBarrier|45,0,0,{
if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
warp "029-3.gat", 46, 23;
end;
diff --git a/world/map/npc/029-3/barrier.txt b/world/map/npc/029-3/barrier.txt
index acfb642c..bfd4e3be 100644
--- a/world/map/npc/029-3/barrier.txt
+++ b/world/map/npc/029-3/barrier.txt
@@ -1,4 +1,4 @@
-029-3.gat,45,20,0|script|#FightCaveBarrier|45,1,1,{
+029-3.gat,46,21,0|script|#FightCaveBarrier|45,0,0,{
if ($@FIGHT_CAVE_STATUS == 1) goto L_Block;
warp "029-1.gat", 54, 39;
end;
diff --git a/world/map/npc/031-1/house.txt b/world/map/npc/031-1/house.txt
index 70093c3f..b35d816f 100644
--- a/world/map/npc/031-1/house.txt
+++ b/world/map/npc/031-1/house.txt
@@ -2,7 +2,7 @@
// player can enter, if Cindy is already saved and the player has been invited, quest status > 2
// author: Jenalya
-031-1.gat,95,80,0|script|#Door|45,1,1,{
+031-1.gat,95,80,0|script|#Door|45,0,0,{
set @Q_Nivalis_state_MASK, NIBBLE_5_MASK;
set @Q_Nivalis_state_SHIFT, NIBBLE_5_SHIFT;
diff --git a/world/map/npc/031-3/labyrinth.txt b/world/map/npc/031-3/labyrinth.txt
index ed06cf60..cf3bd520 100644
--- a/world/map/npc/031-3/labyrinth.txt
+++ b/world/map/npc/031-3/labyrinth.txt
@@ -1,7 +1,7 @@
// Conditional warp for yeti cave
// Authors: Jenalya
-031-3.gat,46,24,0|script|#YetiBarrier|45,1,1,{
+031-3.gat,46,24,0|script|#YetiBarrier|45,0,0,{
if ($@FIGHT_YETI_STATUS == 1) goto L_Blocked;
warp "031-4.gat", 40, 69;
end;
diff --git a/world/map/npc/031-4/barrier.txt b/world/map/npc/031-4/barrier.txt
index 243bb0d1..aa542b26 100644
--- a/world/map/npc/031-4/barrier.txt
+++ b/world/map/npc/031-4/barrier.txt
@@ -1,4 +1,4 @@
-031-4.gat,40,71,0|script|#YetiBarrier|45,1,1,{
+031-4.gat,40,71,0|script|#YetiBarrier|45,0,0,{
if ($@FIGHT_YETI_STATUS == 1) goto L_Block;
warp "031-3.gat", 46, 27;
end;
diff --git a/world/map/npc/056-2/barrier.txt b/world/map/npc/056-2/barrier.txt
index c72a17f7..dc26dbfb 100644
--- a/world/map/npc/056-2/barrier.txt
+++ b/world/map/npc/056-2/barrier.txt
@@ -1,4 +1,4 @@
-056-2.gat,23,33,0|script|#Barrier|45,1,1,{
+056-2.gat,23,33,0|script|#Barrier|45,0,0,{
if (Mirak_Bantime > gettimetick(2))
goto L_Block;
if (BaseLevel < 25)