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/counteragent_mixture.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/counteragent_mixture.txt')
-rw-r--r-- | npc/quests/counteragent_mixture.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/counteragent_mixture.txt b/npc/quests/counteragent_mixture.txt index ec2f0a0b9..ef1bb9485 100644 --- a/npc/quests/counteragent_mixture.txt +++ b/npc/quests/counteragent_mixture.txt @@ -23,7 +23,7 @@ // Merchant Louitz ----------------------------------------------------------- -alberta_in.gat,130,54,2 script Merchant Louitz 84,{ +alberta_in,130,54,2 script Merchant Louitz 84,{ mes "[Louitz]"; mes "What's going on?"; if(countitem(970) && countitem(971) && countitem(972)) goto M_Menu2;//Items: Alcohol, Detrimindexta, Karvodailnirol, @@ -69,7 +69,7 @@ M_Menu2: } // Aure Dupon ------------------------------------------------------------------------ -geffen.gat,181,114,4 script Aure Dupon 55,{ +geffen,181,114,4 script Aure Dupon 55,{ mes "[Aure Dupon]"; mes "TIME never WAITS for you!! Even MAGIC cannot SLOW it down! I can feel it passing me by even as we speak!!...."; emotion e_gasp; @@ -114,7 +114,7 @@ M_Menu2: } // Chemist Morgenstein ----------------------------------------------------------- -geffen_in.gat,141,140,2 script Morgenstein 121,{ +geffen_in,141,140,2 script Morgenstein 121,{ if(MORGEN >= 2) goto L_0; if(MISC_QUEST & 4) goto L_1; |