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/cooking_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/quests/cooking_quest.txt')
-rw-r--r-- | npc/quests/cooking_quest.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index 38c6bed98..121d50ebc 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -20,7 +20,7 @@ //= 1.5 More fixes [Lupus] //============================================================ -prt_castle.gat,43,30,6 script Chef Apprentice 878,{ +prt_castle,43,30,6 script Chef Apprentice 878,{ mes "[Chef's Apprentice]"; @@ -292,7 +292,7 @@ prt_castle.gat,43,30,6 script Chef Apprentice 878,{ } -payon.gat,209,127,4 script Cooking Friend 88,{ +payon,209,127,4 script Cooking Friend 88,{ mes "[Cooking Friend]"; if(cooking == 5){ if(countitem(7432)) { @@ -316,7 +316,7 @@ payon.gat,209,127,4 script Cooking Friend 88,{ } -prt_castle.gat,45,35,4 script Sharle 886,{ +prt_castle,45,35,4 script Sharle 886,{ mes "[Sharle]"; if(cooking && getequipid(1) != 5026) goto L_No_Uniform; //Item: Chef's Hat if(cooking == 7)goto L_Cooking_7; @@ -597,4 +597,4 @@ prt_castle.gat,45,35,4 script Sharle 886,{ mes "uniform on."; emotion e_bzz; close; -} +}
\ No newline at end of file |