From 915c44e27ce4d935dc7eb179b7e141a27e121f5c Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 1 Nov 2006 16:48:30 +0000 Subject: Added entrance to Kiel Dungeon F2 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9117 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/dungeons/kiel_dun.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'npc/warps/dungeons/kiel_dun.txt') 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 -- cgit v1.2.3-60-g2f50