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/quests_payon.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/quests_payon.txt')
-rw-r--r-- | npc/quests/quests_payon.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/quests_payon.txt b/npc/quests/quests_payon.txt index d17dc9acd..833690dd1 100644 --- a/npc/quests/quests_payon.txt +++ b/npc/quests/quests_payon.txt @@ -21,7 +21,7 @@ //==========================================================================================// // Pretend Murdered quest //==========================================================================================// -payon.gat,154,170,4 script Granny 78,{ +payon,154,170,4 script Granny 78,{ mes "[Granny]"; if(countitem(1049) >= 4) goto L_Get; @@ -75,7 +75,7 @@ L_Get: //========================================================================================// // Ear Muffs Quest //========================================================================================// -payon_in01.gat,18,10,4 script Mystic Lady 75,{ +payon_in01,18,10,4 script Mystic Lady 75,{ mes "[Mystic Lady]"; mes "Hi there."; next; @@ -132,7 +132,7 @@ payon_in01.gat,18,10,4 script Mystic Lady 75,{ //========================================================================================// // Oxygen Mask Quest //========================================================================================// -payon_in02.gat,25,71,4 script Young Man#11 86,{ +payon_in02,25,71,4 script Young Man#11 86,{ mes "[Young Man]"; if(countitem(701) >= 5) goto L_GotOra; mes "Blahhhhhh! I... I... I JUST CAN'T take it anymore!! You little stinky, filthy, BASTARDS!!!"; @@ -226,7 +226,7 @@ L_GotOra: //========================================================================================// // Derivuchi Cap(Hat of Petite Diablo), Helm of Angel //========================================================================================// -payon_in01.gat,56,12,4 script Young Man#12 89,{ +payon_in01,56,12,4 script Young Man#12 89,{ mes "[Young Man]"; mes "What is it?............"; next; @@ -290,4 +290,4 @@ payon_in01.gat,56,12,4 script Young Man#12 89,{ mes "Fine then....."; close; -} +}
\ No newline at end of file |