summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/kiel_dun.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-01 16:48:30 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-01 16:48:30 +0000
commit915c44e27ce4d935dc7eb179b7e141a27e121f5c (patch)
tree8718fb2f6baed0026dede1daca56d9ab5fc2a9e1 /npc/warps/dungeons/kiel_dun.txt
parent2e49056f9e19b68746bd5278f00ca95ed78c076f (diff)
downloadhercules-915c44e27ce4d935dc7eb179b7e141a27e121f5c.tar.gz
hercules-915c44e27ce4d935dc7eb179b7e141a27e121f5c.tar.bz2
hercules-915c44e27ce4d935dc7eb179b7e141a27e121f5c.tar.xz
hercules-915c44e27ce4d935dc7eb179b7e141a27e121f5c.zip
Added entrance to Kiel Dungeon F2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9117 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/dungeons/kiel_dun.txt')
-rw-r--r--npc/warps/dungeons/kiel_dun.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/npc/warps/dungeons/kiel_dun.txt b/npc/warps/dungeons/kiel_dun.txt
index f51d9ecbf..afcae49c2 100644
--- a/npc/warps/dungeons/kiel_dun.txt
+++ b/npc/warps/dungeons/kiel_dun.txt
@@ -35,7 +35,40 @@ L_End:
close;
}
+//= Elevator to Floor 2 ======================================
+kh_dun01.gat,44,203,4 script Switch#khe1::khelevator 111,1,1,{
+ mes "The elevator seems to be broken.";
+ mes "But you could repair it with";
+ mes "^0000FF4 Hard Pieces of Steel^000000.";
+ next;
+
+ mes "Be careful, though.";
+ mes "This will only work once and there's no turning back.";
+ next;
+
+ mes "Do you want to repair the elevator?";
+ next;
+
+ menu "Yes.",-,"No.",L_End;
+
+ if(countitem(7507)<4) goto L_NoItem;
+ delitem 7507,4;
+ mes "The elevator starts moving.";
+ mes "You quickly jump into it.";
+ close2;
+
+ warp "kh_dun02",44,195;
+ end;
+
+L_NoItem:
+ mes "It appears you don't have enough items.";
+L_End:
+ mes "The elevator remains broken.";
+ close;
+}
+
+kh_dun01.gat,36,195,4 duplicate(khelevator) Switch#khe2 111,
//= Custom Kiel Dungeon Warps ================================
//kh_dun01.gat,3,234,0 warp warp01 1,1,kh_dun02.gat,42,197