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/fields/abyss_warper.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/fields/abyss_warper.txt')
-rw-r--r-- | npc/warps/fields/abyss_warper.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/warps/fields/abyss_warper.txt b/npc/warps/fields/abyss_warper.txt index c7322d1df..9ee62e942 100644 --- a/npc/warps/fields/abyss_warper.txt +++ b/npc/warps/fields/abyss_warper.txt @@ -14,7 +14,7 @@ //= 1.2 Fixed tab - missing pillar's appeared [Lupus] //============================================================ -hu_fild05.gat,168,303,0 script Pillar#01 111,{ +hu_fild05,168,303,0 script Pillar#01 111,{ mes "[Ancient Voice]"; mes "So, you wish access to the Abyss Cave?"; mes "You have to bring me then 1 Dragon Canine, 1 Dragon Tail and 1 Dragon Scale"; @@ -60,12 +60,12 @@ OnInit: } -hu_fild05.gat,171,212,0 script Pillar#02 111,{ +hu_fild05,171,212,0 script Pillar#02 111,{ mes "[Ancient Voice]"; mes "Leave the island?"; next; menu "Yes",-,"No",L_close; - warp "hu_fild05.gat",168,301; + warp "hu_fild05",168,301; end; L_close: @@ -74,4 +74,4 @@ L_close: close; } -hu_fild05.gat,197,210,0 warp warpabyss 2,3,abyss_01.gat,264,271 +hu_fild05,197,210,0 warp warpabyss 2,3,abyss_01,264,271
\ No newline at end of file |