diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-15 20:32:55 +0000 |
commit | 788a65d41bce37aad857e5b5202d0293e84963a2 (patch) | |
tree | 2070539f8f2ed0a635ff39a18194c21a76595848 /npc/warps/dungeons/ant_hell.txt | |
parent | a50476a588b2d7bc819cf0235a093dcddef9f2bf (diff) | |
download | hercules-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/ant_hell.txt')
-rw-r--r-- | npc/warps/dungeons/ant_hell.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/warps/dungeons/ant_hell.txt b/npc/warps/dungeons/ant_hell.txt index 383ba2f04..0fb11e34b 100644 --- a/npc/warps/dungeons/ant_hell.txt +++ b/npc/warps/dungeons/ant_hell.txt @@ -14,21 +14,21 @@ //============================================================ //= Ant Hell ================================================= -anthell01.gat,35,267,0 script ant001 45,1,1,{ +anthell01,35,267,0 script ant001 45,1,1,{ if(@anthell) { - warp "moc_fild15.gat",251,248; + warp "moc_fild15",251,248; } else { - warp "moc_fild04.gat",213,327; + warp "moc_fild04",213,327; } end; } -anthell02.gat,171,169,0 script ant002 45,1,2,{ +anthell02,171,169,0 script ant002 45,1,2,{ if(@anthell) { - warp "moc_fild04.gat",213,327; + warp "moc_fild04",213,327; } else { - warp "moc_fild15.gat",251,248; + warp "moc_fild15",251,248; } end; } -anthell01.gat,253,32,0 warp ant01 2,1,anthell02.gat,34,263 -anthell02.gat,32,267,0 warp ant01-1 2,2,anthell01.gat,253,35 +anthell01,253,32,0 warp ant01 2,1,anthell02,34,263 +anthell02,32,267,0 warp ant01-1 2,2,anthell01,253,35
\ No newline at end of file |