Added entrance to Kiel Dungeon F2
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9117 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9b7eaa8403
commit
f9954a57e3
@ -34,6 +34,7 @@ KarLaeda
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
11/01
|
11/01
|
||||||
|
* Added entrance to Kiel Dungeon F2 [Playtester]
|
||||||
* Training grounds: Now Kafra Tickets are given at correct NPC/Actions [Lupus]
|
* Training grounds: Now Kafra Tickets are given at correct NPC/Actions [Lupus]
|
||||||
Only at Kafra Employee 118,108 & Hanson 100,29
|
Only at Kafra Employee 118,108 & Hanson 100,29
|
||||||
10/31
|
10/31
|
||||||
|
@ -35,7 +35,40 @@ L_End:
|
|||||||
close;
|
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 ================================
|
//= Custom Kiel Dungeon Warps ================================
|
||||||
//kh_dun01.gat,3,234,0 warp warp01 1,1,kh_dun02.gat,42,197
|
//kh_dun01.gat,3,234,0 warp warp01 1,1,kh_dun02.gat,42,197
|
||||||
|
Loading…
x
Reference in New Issue
Block a user