From 00d7fbeb638034bfb7b3805107f324047d7788ad Mon Sep 17 00:00:00 2001 From: Vicious Date: Sat, 4 Feb 2006 19:43:58 +0000 Subject: Sewer pipe update git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5186 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/dungeons/lhalzen_dun.txt | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'npc/warps/dungeons') diff --git a/npc/warps/dungeons/lhalzen_dun.txt b/npc/warps/dungeons/lhalzen_dun.txt index d34569a11..9df5a6f27 100644 --- a/npc/warps/dungeons/lhalzen_dun.txt +++ b/npc/warps/dungeons/lhalzen_dun.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Sara-chan (1.0) //===== Current Version: ===================================== -//= 1.6a +//= 1.6b //===== Compatible With: ===================================== //= Any Athena Version; RO Episode 8+ //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.5b re-enabled main entrance warp [Lupus] <-reverted 1.5c //= 1.6 Updated entrances, added Cube room warps, thanx 2 Justin84 //= 1.6a Disabled the "Entrance" to lhz_dun01 [Poki#3] +//= 1.6b Updated Sewer Pipe [Vicious] //============================================================ lhz_dun03.gat,140,139,0 warp lhz003 1,1,lhz_dun02.gat,150,147 @@ -35,15 +36,20 @@ lhz_dun01.gat,150,290,0 warp lhz007 1,1,lighthalzen.gat,73,54 //lighthalzen.gat,73,52,0 warp lhz007a 1,1,lhz_dun01.gat,150,288 //This should be only an Exit. This warp doesn't exist on kRO. -//--------------------------Sewage Tube-------------------------- +//--------------------------Sewer Pipe-------------------------- -lighthalzen.gat,313,301,0 script Sewage Tube 111,{ - mes "The sewage tube which leads to laboratory underground."; +lighthalzen.gat,313,301,0 script Sewer Pipe 111,{ + mes "You see some pipes for a sewage system."; + if(countitem(2657) == 0 && hzdun == 1)goto s_Find; + if(countitem(2657) != 0)goto s_Find; + close; +s_Find: + mes "You found the way into the lab."; next; - menu "Enter",M_1,"Do not enter",-; + menu "Go in.",L_1,"Do not go in.",-; close; -M_1: +L_1: warp "lhz_cube.gat",231,17; end; } -- cgit v1.2.3-70-g09d2