From 875935f65e21b91c78022a730fb1c6fa4e3adfbd Mon Sep 17 00:00:00 2001 From: tux9th Date: Fri, 31 May 2013 19:41:04 +0200 Subject: Fixed the NPC warps to have the same range as normal warps instead of the 3 by 3 square. --- world/map/npc/009-3/warp.txt | 2 +- world/map/npc/029-1/barrier.txt | 2 +- world/map/npc/029-3/barrier.txt | 2 +- world/map/npc/031-1/house.txt | 2 +- world/map/npc/031-3/labyrinth.txt | 2 +- world/map/npc/031-4/barrier.txt | 2 +- world/map/npc/056-2/barrier.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'world/map/npc') 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) -- cgit v1.2.3-60-g2f50