From 788a65d41bce37aad857e5b5202d0293e84963a2 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 15 Mar 2007 20:32:55 +0000 Subject: 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 --- npc/jobs/2-2/alchemist.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/jobs/2-2/alchemist.txt') diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index 454763cbc..3a3377d68 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -32,7 +32,7 @@ //==================================================================================================// // Registration and First Test //==================================================================================================// -alde_alche.gat,27,185,4 script Parmry Gianino 744,{ +alde_alche,27,185,4 script Parmry Gianino 744,{ callfunc "F_BlockHigh",Job_Merchant_High,"Merchant High",Job_Creator,"Creator","Parmry Gianino"; mes "[Parmry Gianino]"; @@ -206,7 +206,7 @@ L_GoChange: //==================================================================================================// // 2nd Test: Math test :( //==================================================================================================// -alde_alche.gat,175,107,4 script Rasputin Gregory 749,{ +alde_alche,175,107,4 script Rasputin Gregory 749,{ mes "[Rasputin Gregory]"; if(baseJob == Job_Merchant) goto L_Merc; mes "What is it, kikikiki. Are you curious about what I do...?"; @@ -467,7 +467,7 @@ L_Skip: //==================================================================================================// // 3rd Test: Mix some medicine //==================================================================================================// -alde_alche.gat,13,15,8 script Darwin 750,{ +alde_alche,13,15,8 script Darwin 750,{ mes "[Darwin]"; if(baseJob == Job_Merchant) goto L_Merc; L_Other: @@ -691,7 +691,7 @@ L_NotEnuf: //==================================================================================================// // 4th Test: Learn from Morgenstein //==================================================================================================// -alde_alche.gat,79,19,4 script Van Helmont 748,{ +alde_alche,79,19,4 script Van Helmont 748,{ mes "[Van Helmont]"; if(baseJob == Job_Merchant) goto L_Merc; L_Other: @@ -856,7 +856,7 @@ L_Done: //==================================================================================================// // Test 5 & 6: Word Scramble, Help the Baijin Bros. //==================================================================================================// -alde_alche.gat,145,19,4 script Nicholas Flamel 57,{ +alde_alche,145,19,4 script Nicholas Flamel 57,{ mes "[Nicholas Flamel]"; if(baseJob == Job_Merchant) goto L_Merc; L_Other: @@ -1017,7 +1017,7 @@ L_Done: //==================================================================================================// // Job Changer //==================================================================================================// -alde_alche.gat,101,184,4 script Vincent Carsciallo 122,{ +alde_alche,101,184,4 script Vincent Carsciallo 122,{ mes "[Vincent Carsciallo]"; if(baseJob == Job_Merchant) goto L_Merc; if(baseJob == Job_Alchem){ -- cgit v1.2.3-60-g2f50