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/juice_maker.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/juice_maker.txt')
-rw-r--r-- | npc/quests/juice_maker.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/juice_maker.txt b/npc/quests/juice_maker.txt index 7a1e315c0..85862b453 100644 --- a/npc/quests/juice_maker.txt +++ b/npc/quests/juice_maker.txt @@ -25,7 +25,7 @@ // Morrison ------------------------------------------------ -prt_in.gat,47,173,2 script Morrison 97,{ +prt_in,47,173,2 script Morrison 97,{ mes "[Little Morrison]"; if(MISC_QUEST&1 || @MORRISON > 10) goto L_GoAway; if(@MORRISON == 10) goto L_Candy; @@ -115,7 +115,7 @@ L_Candy: } // Housewife Marianne --------------------------------------------------- -prt_in.gat,49,172,2 script Housewife Marianne 53,{ +prt_in,49,172,2 script Housewife Marianne 53,{ mes "[Housewife Marianne]"; if(MISC_QUEST&1 || @MORRISON > 10) goto L_Juice; if(@MORRISON) goto L_GaveMeat; @@ -185,7 +185,7 @@ L_Juice: } // Juicer Marx Hansen --------------------------------------------------------- -payon_in03.gat,188,146,5 script Juicer Marx Hansen 86,{ +payon_in03,188,146,5 script Juicer Marx Hansen 86,{ mes "[Juicer Marx Hansen]"; if(MISC_QUEST&1) goto L_Juice; mes "Welcome to my shop. What brings you here?"; @@ -304,4 +304,4 @@ sF_Make: mes "You don't have enough zeny. You need " +(@amount*3)+ " zeny, to make that many juice drinks."; next; return; -} +}
\ No newline at end of file |