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/quests/WIP/6.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/quests/WIP/6.txt')
-rw-r--r-- | npc/quests/WIP/6.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/WIP/6.txt b/npc/quests/WIP/6.txt index eba0bb256..a27b80a2a 100644 --- a/npc/quests/WIP/6.txt +++ b/npc/quests/WIP/6.txt @@ -1,7 +1,7 @@ // by CallNix v.0.0 //======================================Juno to Izlude airship===================================================================== -airplane_01.gat,238,154,4 script Captain 854,{ +airplane_01,238,154,4 script Captain 854,{ if (airshipquest==0) { mes "[Fayroll]"; mes "I have nothing to say to you anymore"; @@ -74,7 +74,7 @@ getexp 200000,10000; close; } //=======================================Juno to Lighthalzen airship==================================================================== -airplane.gat,236,163,4 script Aiplane Captain 855,{ +airplane,236,163,4 script Aiplane Captain 855,{ if (airshipquest == 1) goto L_QUEST; if (airshipquest == 2) goto L_FINISH; mes "[Dulu]"; |