* Added official Kiel Dungeon entrance
- commented the custom warps git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8897 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
f67a027134
commit
f4fe47dc54
@ -29,6 +29,9 @@ Playtester
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
09/28
|
||||||
|
* Added official Kiel Dungeon entrance [Playtester]
|
||||||
|
- commented the custom warps
|
||||||
09/27
|
09/27
|
||||||
* Fixed item lists in Shuriken Blacksmith. Thanks to $ephiroth [Lupus]
|
* Fixed item lists in Shuriken Blacksmith. Thanks to $ephiroth [Lupus]
|
||||||
09/26
|
09/26
|
||||||
|
@ -3,17 +3,42 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Lost Kakashi
|
//= Lost Kakashi
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.0
|
//= 1.1
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
//= Warp Points for the Kiel Dungeon
|
//= Warp Points for the Kiel Dungeon
|
||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//=
|
//= 1.1 Added official Kiel Dungeon entrance [Playtester]
|
||||||
//===========================================================
|
//============================================================
|
||||||
|
|
||||||
//= Kiel Dungeon ============================================
|
//= Kiel Dungeon =============================================
|
||||||
kh_dun01.gat,3,234,0 warp warp01 1,1,kh_dun02.gat,42,197
|
kh_dun01.gat,3,234,0 warp khwarp01 1,1,yuno_fild08,69,170
|
||||||
kh_dun02.gat,45,194,0 warp warp02 1,1,kh_dun01.gat,4,229
|
|
||||||
kh_kiehl02.gat,49,52,0 warp warp05 1,1,kh_dun01.gat,63,10
|
//= Graveyard Switch =========================================
|
||||||
kh_dun01.gat,64,7,0 warp warp06 1,1,kh_kiehl02.gat,51,49
|
yuno_fild08.gat,67,169,4 script Switch#kh 111,1,1,{
|
||||||
|
|
||||||
|
mes "You examine the grave and find a switch!";
|
||||||
|
mes "Do you want to press it?";
|
||||||
|
next;
|
||||||
|
|
||||||
|
menu "Yes.",-,"No.",L_End;
|
||||||
|
|
||||||
|
mes "Suddenly the grave opens and reveals a staircase.";
|
||||||
|
close2;
|
||||||
|
|
||||||
|
warp "kh_dun01",4,229;
|
||||||
|
end;
|
||||||
|
|
||||||
|
L_End:
|
||||||
|
mes "You decided not to press it.";
|
||||||
|
close;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//= Custom Kiel Dungeon Warps ================================
|
||||||
|
//kh_dun01.gat,3,234,0 warp warp01 1,1,kh_dun02.gat,42,197
|
||||||
|
//kh_dun02.gat,45,194,0 warp warp02 1,1,kh_dun01.gat,4,229
|
||||||
|
//kh_kiehl02.gat,49,52,0 warp warp05 1,1,kh_dun01.gat,63,10
|
||||||
|
//kh_dun01.gat,64,7,0 warp warp06 1,1,kh_kiehl02.gat,51,49
|
Loading…
x
Reference in New Issue
Block a user