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/obb_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/obb_quest.txt')
-rw-r--r-- | npc/quests/obb_quest.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index b134c1db6..6d69ba6dc 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -12,7 +12,7 @@ //= 1.6a Halved the required items to make an obb, thanks to marquis007 [MasterOfMuppets] //===== Description ======================================= -alberta.gat,115,204,5 script Tourist 97,{ +alberta,115,204,5 script Tourist 97,{ mes "[Tourist]"; if(obb_quest == 1 ) goto L_YES; if(obb_quest == 2 ) goto L_DONE; @@ -96,7 +96,7 @@ L_END: } //second part Jacob -morocc.gat,267,142,5 script Jacob 807,{ +morocc,267,142,5 script Jacob 807,{ mes "[Jacob]"; if(obb_quest == 1 ) goto L_YES; if(obb_quest == 2 ) goto L_DONE; @@ -140,7 +140,7 @@ L_END: } //third part -comodo.gat,41,209,5 script Old Greek 120,{ +comodo,41,209,5 script Old Greek 120,{ mes "[Old Greek]"; if(obb_quest == 2 ) goto L_YES; if(obb_quest < 2 ) goto L_LOST; @@ -194,4 +194,4 @@ L_NO: mes "[Old Greek]"; mes "Alas, my child. You haven't brought enough materials..."; close; -} +}
\ No newline at end of file |