summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/kiel_dun.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-15 20:32:55 +0000
commit788a65d41bce37aad857e5b5202d0293e84963a2 (patch)
tree2070539f8f2ed0a635ff39a18194c21a76595848 /npc/warps/dungeons/kiel_dun.txt
parenta50476a588b2d7bc819cf0235a093dcddef9f2bf (diff)
downloadhercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.gz
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.bz2
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.tar.xz
hercules-788a65d41bce37aad857e5b5202d0293e84963a2.zip
removed all .GAT from all the scripts and tested
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/dungeons/kiel_dun.txt')
-rw-r--r--npc/warps/dungeons/kiel_dun.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/warps/dungeons/kiel_dun.txt b/npc/warps/dungeons/kiel_dun.txt
index 09e9bce68..18307540b 100644
--- a/npc/warps/dungeons/kiel_dun.txt
+++ b/npc/warps/dungeons/kiel_dun.txt
@@ -13,10 +13,10 @@
//============================================================
//= Kiel Dungeon =============================================
-kh_dun01.gat,3,234,0 warp khwarp01 1,1,yuno_fild08,69,170
+kh_dun01,3,234,0 warp khwarp01 1,1,yuno_fild08,69,170
//= Graveyard Switch =========================================
-yuno_fild08.gat,67,169,4 script Switch#kh 111,1,1,{
+yuno_fild08,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?";
@@ -36,7 +36,7 @@ L_End:
}
//= Elevator to Floor 2 ======================================
-kh_dun01.gat,44,203,4 script Switch#khe1::khelevator 111,1,1,{
+kh_dun01,44,203,4 script Switch#khe1::khelevator 111,1,1,{
mes "The elevator seems to be broken.";
mes "But you could repair it with";
@@ -68,10 +68,10 @@ L_End:
close;
}
-kh_dun01.gat,36,195,4 duplicate(khelevator) Switch#khe2 111
+kh_dun01,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
-//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 \ No newline at end of file
+//kh_dun01,3,234,0 warp warp01 1,1,kh_dun02,42,197
+//kh_dun02,45,194,0 warp warp02 1,1,kh_dun01,4,229
+//kh_kiehl02,49,52,0 warp warp05 1,1,kh_dun01,63,10
+//kh_dun01,64,7,0 warp warp06 1,1,kh_kiehl02,51,49 \ No newline at end of file