summaryrefslogtreecommitdiff
path: root/npc/warps
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-04 19:43:58 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-02-04 19:43:58 +0000
commit00d7fbeb638034bfb7b3805107f324047d7788ad (patch)
treee09a981b2f4befab3061de4f5c32126fe28fd11a /npc/warps
parent3647a4a2cbaf2551a7f11eae8dff0c744dba45b8 (diff)
downloadhercules-00d7fbeb638034bfb7b3805107f324047d7788ad.tar.gz
hercules-00d7fbeb638034bfb7b3805107f324047d7788ad.tar.bz2
hercules-00d7fbeb638034bfb7b3805107f324047d7788ad.tar.xz
hercules-00d7fbeb638034bfb7b3805107f324047d7788ad.zip
Sewer pipe update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5186 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps')
-rw-r--r--npc/warps/dungeons/lhalzen_dun.txt18
1 files changed, 12 insertions, 6 deletions
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;
}