summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/lhalzen_dun.txt
diff options
context:
space:
mode:
authorMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-28 17:05:19 +0000
committerMasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-28 17:05:19 +0000
commitcf5a3039119651250797c0d4a7e212662957496d (patch)
tree8cea3e34dfe7a57de723efce9b104d1930343726 /npc/warps/dungeons/lhalzen_dun.txt
parent2da58beddd558d9feecc0d6e5bdcf3845775d5ca (diff)
downloadhercules-cf5a3039119651250797c0d4a7e212662957496d.tar.gz
hercules-cf5a3039119651250797c0d4a7e212662957496d.tar.bz2
hercules-cf5a3039119651250797c0d4a7e212662957496d.tar.xz
hercules-cf5a3039119651250797c0d4a7e212662957496d.zip
Implemented the second entrance to biolabs and added some crap NPCs. The sewer pipe does no longer require a lab passport, but it requires completion of the cube quest. The second entrance to biolabs does not require completion of the cube quest, but it does require a lab passport.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6804 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/dungeons/lhalzen_dun.txt')
-rw-r--r--npc/warps/dungeons/lhalzen_dun.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/warps/dungeons/lhalzen_dun.txt b/npc/warps/dungeons/lhalzen_dun.txt
index 5b9854252..53be444c4 100644
--- a/npc/warps/dungeons/lhalzen_dun.txt
+++ b/npc/warps/dungeons/lhalzen_dun.txt
@@ -22,6 +22,7 @@
//= 1.6a Disabled the "Entrance" to lhz_dun01 [Poki#3]
//= 1.6b Updated Sewer Pipe [Vicious]
//= 1.7 Fixed a warp-back
+//= 1.8 Some small changes [MasterOfMuppets]
//============================================================
lhz_dun03.gat,140,139,0 warp lhz003 1,1,lhz_dun02.gat,150,145
@@ -33,7 +34,7 @@ lhz_dun02.gat,148,18,0 warp lhz006 1,1,lhz_dun01.gat,146,10
lhz_dun01.gat,148,10,0 warp lhz006a 1,1,lhz_dun02.gat,150,18
//current entrance
-lhz_dun01.gat,150,290,0 warp lhz007 1,1,lighthalzen.gat,73,54
+lhz_dun01.gat,150,290,0 warp lhz007 1,1,lhz_in01.gat,23,137
//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.
@@ -41,8 +42,7 @@ lhz_dun01.gat,150,290,0 warp lhz007 1,1,lighthalzen.gat,73,54
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;
+ if(hzdun == 1)goto s_Find;
close;
s_Find:
mes "You found the way into the lab.";