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_izlude.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_izlude.txt')
-rw-r--r-- | npc/quests/quests_izlude.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_izlude.txt b/npc/quests/quests_izlude.txt index 4ff96b343..ecf1765b2 100644 --- a/npc/quests/quests_izlude.txt +++ b/npc/quests/quests_izlude.txt @@ -14,7 +14,7 @@ //==================================================== Edgar's //====================================================== Offer -izlude.gat,182,186,6 script Edgar 709,{ +izlude,182,186,6 script Edgar 709,{ mes "[Edgar]"; mes "My town, Izlude is connected to"; @@ -77,7 +77,7 @@ M_Menu: set MISC_QUEST,MISC_QUEST | 16; if(Zeny < 250) goto sl_NoZeny; set Zeny, Zeny - 250; - warp "alberta.gat",195,164; + warp "alberta",195,164; sm_1b: mes "[Edgar]"; @@ -98,7 +98,7 @@ M_Menu: if(Zeny < 250) goto sl_NoZeny; set Zeny, Zeny - 250; - warp "alberta.gat",195,164; + warp "alberta",195,164; sM_2b: mes "[Edgar]"; |