summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/lhalzen_dun.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-21 11:12:52 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-21 11:12:52 +0000
commit348cd330565c71c6468f55dc15bef2f6a4042cd1 (patch)
tree4b8510d6611eae7cdb80f09741276d2a43f4b89f /npc/warps/dungeons/lhalzen_dun.txt
parent6e6ee08f7a162e128eae4e28ff983954990a2fdf (diff)
downloadhercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.tar.gz
hercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.tar.bz2
hercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.tar.xz
hercules-348cd330565c71c6468f55dc15bef2f6a4042cd1.zip
freed 15 more perm variables. Fixed bugs in Cube Room
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8831 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/dungeons/lhalzen_dun.txt')
-rw-r--r--npc/warps/dungeons/lhalzen_dun.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/warps/dungeons/lhalzen_dun.txt b/npc/warps/dungeons/lhalzen_dun.txt
index 4d4314103..b0e36e552 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.6b
+//= 2.0
//===== Compatible With: =====================================
//= Any Athena Version; RO Episode 8+
//===== Description: =========================================
@@ -24,6 +24,7 @@
//= 1.7 Fixed a warp-back
//= 1.8 Some small changes [MasterOfMuppets]
//= 1.9 Removed duplicates [Toms]
+//= 2.0 Now use MISC_QUEST&512 instead of 'hzdun' [Lupus]
//============================================================
lhz_dun03.gat,140,139,0 warp lhz003 1,1,lhz_dun02.gat,150,145
@@ -43,17 +44,16 @@ lhz_dun01.gat,150,290,0 warp lhz007 1,1,lhz_in01.gat,23,137
lighthalzen.gat,313,301,0 script Sewer Pipe 111,{
mes "You see some pipes for a sewage system.";
- if(hzdun == 1)goto s_Find;
- close;
-s_Find:
- mes "You found the way into the lab.";
- next;
- menu "Go in.",L_1,"Do not go in.",-;
- close;
+ if(MISC_QUEST&512){
+ mes "You found the way into the lab.";
+ next;
+ menu "Go in.",-,"Do not go in.",L_NO;
-L_1:
- warp "lhz_cube.gat",231,17;
- end;
+ warp "lhz_cube.gat",231,17;
+ end;
+ }
+L_NO:
+ close;
}
//--------------------------Warp--------------------------