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_prontera.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_prontera.txt')
-rw-r--r-- | npc/quests/quests_prontera.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/quests_prontera.txt b/npc/quests/quests_prontera.txt index 49afb1b62..e6da9fca8 100644 --- a/npc/quests/quests_prontera.txt +++ b/npc/quests/quests_prontera.txt @@ -17,7 +17,7 @@ // Ph.D Hat Quest------------------------------------------------------- -prt_in.gat,38,108,4 script Teacher#01 53,{ +prt_in,38,108,4 script Teacher#01 53,{ if(countitem(710) >= 1 && countitem(703) >= 1 && countitem(704) >= 1 && countitem(708) >= 1) goto L_Start;//Items: Illusion Flower, Hinalle, Aloe, Ment, mes "Don't you think.... ^4444FF'flowers'^000000 are pretty?"; next; @@ -100,14 +100,14 @@ L_Start: // ------------------------------------------------------------------------------------------- Culvert -------------------------------------------------------------------------------\\ // Culvert Guardian ---------------------------------------------------- -prt_fild05.gat,270,212,5 script Culvert Guardian 105,{ +prt_fild05,270,212,5 script Culvert Guardian 105,{ mes "[Culvert Guardian]"; if(MISC_QUEST & 8) { mes "Here you are. The entrance of the Culvert. Are you sure you want to Go inside?"; next; menu "Sure.",-,"Quit.",M_END; - warp "prt_sewb1.gat",131,247; + warp "prt_sewb1",131,247; M_END: close; } @@ -117,7 +117,7 @@ prt_fild05.gat,270,212,5 script Culvert Guardian 105,{ } // Recruiter ----------------------------------------------------------- -prt_in.gat,88,105,2 script Recruiter 105,{ +prt_in,88,105,2 script Recruiter 105,{ mes "[Recruiter]"; if(MISC_QUEST & 8) goto L_WARP; mes "Let me inform about the official Notice from the Capital Defence Headquarter of Rune-Midgard Kingdom"; @@ -170,8 +170,8 @@ prt_in.gat,88,105,2 script Recruiter 105,{ L_WARP: mes "Are you ready? I will warp you to the Culvert."; next; - warp "prt_fild05.gat",274,208; + warp "prt_fild05",274,208; L_END: close; -} +}
\ No newline at end of file |