From cf5a3039119651250797c0d4a7e212662957496d Mon Sep 17 00:00:00 2001 From: MasterOfMuppets Date: Sun, 28 May 2006 17:05:19 +0000 Subject: 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 --- npc/warps/cities/lighthalzen.txt | 12 +++++++++++- npc/warps/dungeons/lhalzen_dun.txt | 6 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'npc/warps') diff --git a/npc/warps/cities/lighthalzen.txt b/npc/warps/cities/lighthalzen.txt index ddbe7cae9..cde3c840a 100644 --- a/npc/warps/cities/lighthalzen.txt +++ b/npc/warps/cities/lighthalzen.txt @@ -14,6 +14,7 @@ //= 1.4 Lighthalzen warp, taken from korean eA site [Vicious] //= 1.4a Corrected warp for 'lhz013a' [Zephiris] //= 1.5 Added a few missing warps, thanks to Kargha [MasterOfMuppets] +//= 1.6 Added a few more missing warps. [MasterOfMuppets] //============================================================ lighthalzen.gat,196,46,0 warp lhz010 1,1,lhz_in02.gat,282,83 @@ -122,4 +123,13 @@ lhz_in03.gat,191,35,0 warp lhz044 1,1,lhz_in03.gat,190,103 lhz_in03.gat,190,100,0 warp lhz044a 1,1,lhz_in03.gat,189,34 lighthalzen.gat,339,240,0 warp lhz045 1,1,lhz_in03.gat,180,87 -lhz_in03.gat,180,90,0 warp lhz045a 1,1,lighthalzen.gat,339,242 \ No newline at end of file +lhz_in03.gat,180,90,0 warp lhz045a 1,1,lighthalzen.gat,339,242 + +lhz_in01.gat,40,224,0 warp lhz046 1,1,lhz_in01.gat,19,129 +lhz_in01.gat,15,129,0 warp lhz046a 1,1,lhz_in01.gat,34,224 + +lhz_in01.gat,58,130,0 warp lhz047 1,1,lhz_in01.gat,193,127 +lhz_in01.gat,191,127,0 warp lhz047a 1,1,lhz_in01.gat,56,130 + +lhz_in01.gat,43,115,0 warp lhz048 1,1,lhz_in01.gat,278,130 +lhz_in01.gat,278,132,0 warp lhz048a 1,1,lhz_in01.gat,43,117 \ No newline at end of file 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."; -- cgit v1.2.3-60-g2f50