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/custom/quests/kiel_quest.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/custom/quests/kiel_quest.txt')
-rw-r--r-- | npc/custom/quests/kiel_quest.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt index 397568bc3..4f6478f38 100644 --- a/npc/custom/quests/kiel_quest.txt +++ b/npc/custom/quests/kiel_quest.txt @@ -12,7 +12,7 @@ //= //============================================================ -prontera.gat,157,168,2 script Kiel Capry 68,{ +prontera,157,168,2 script Kiel Capry 68,{ mes "[Kiel Capry]"; mes callfunc("F_Hi"); mes "Help us! Everybody's evacuated! There's been an accident in my father's University..."; @@ -29,7 +29,7 @@ prontera.gat,157,168,2 script Kiel Capry 68,{ close; } -kh_school.gat,119,146,3 script Kiel Carlo 748,{ +kh_school,119,146,3 script Kiel Carlo 748,{ mes "[Kiel Carlo]"; mes callfunc("F_Hi"); mes "We have evacuated all the students!"; @@ -56,8 +56,8 @@ M_GO: close; } set Zeny,Zeny-10000; - warp "kh_kiehl02.gat",rand(46,53),rand(9,12); + warp "kh_kiehl02",rand(46,53),rand(9,12); end; } -kh_kiehl02.gat,49,5,0 warp warpk06 1,1,kh_school.gat,119,146 +kh_kiehl02,49,5,0 warp warpk06 1,1,kh_school,119,146
\ No newline at end of file |