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/sunglasses.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/sunglasses.txt')
-rw-r--r-- | npc/custom/quests/sunglasses.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/quests/sunglasses.txt b/npc/custom/quests/sunglasses.txt index 70bc377d3..2540eb907 100644 --- a/npc/custom/quests/sunglasses.txt +++ b/npc/custom/quests/sunglasses.txt @@ -17,7 +17,7 @@ // quest will reset it self after 1 pair of Slotted Sunglasses is made. // 1st part of the quest -alberta.gat,88,193,5 script Sunglasses Trader 73,{ +alberta,88,193,5 script Sunglasses Trader 73,{ if(SG_QUEST1 == 1) goto L_SG_Q1_Done; mes "[Sunglasses Trader]"; mes "Hello. What can I do for you?"; @@ -90,7 +90,7 @@ L_SG_No: // 2nd part of the quest -moc_fild09.gat,209,128,5 script Maseph 702,{ +moc_fild09,209,128,5 script Maseph 702,{ if(SG_QUEST1 == 1) goto L_SG_2; mes "[Maseph]"; mes "Lovely Day, isn't it ?"; @@ -141,4 +141,4 @@ L_SG_Funds: mes "[Maseph]"; mes "You do not have enough money. Please come back to me when you do."; close; -} +}
\ No newline at end of file |