From 5455fd1184e75c9192a1f6f84355851a01258e48 Mon Sep 17 00:00:00 2001 From: Vicious Date: Mon, 27 Mar 2006 02:15:34 +0000 Subject: constant-fied! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/alchemist.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 8590c9df8..4bee67f69 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -4,7 +4,7 @@ //= nestor_zulueta (Fusion) //= converted by Darkchild //===== Current Version: ===================================== -//= 1.6a +//= 2.0 //===== Compatible With: ===================================== //= eAthena 1.0 + //===== Description: ========================================= @@ -22,6 +22,7 @@ //= 2nd Job Quests again. It also guides adv classes where //= to go. [Lupus] //= 1.6a fixed some wrong answers, thanks to zlider for info [Lupus] +//= 2.0 Changed numbers to constants. [Vicious] //============================================================ @@ -29,7 +30,7 @@ // Registration and First Test //==================================================================================================// alde_alche.gat,27,185,4 script Parmry Gianino 744,{ - callfunc "F_BlockHigh",29,"Merchant High",42,"Creator","Parmry Gianino"; + callfunc "F_BlockHigh",Job_Merchant_High,"Merchant High",Job_Creator,"Creator","Parmry Gianino"; mes "[Parmry Gianino]"; if(BaseJob == 5) goto L_Merc; @@ -1058,7 +1059,7 @@ L_Change: mes "Ooh, Ok. You joined and learned the basics, too. Well done."; next; callfunc "Job_Change",Job_Alchem; - emotion 46; + emotion e_grat; mes "[Vincent Carsciallo]"; mes "From now on, you are also a member of the Union as an Alchemist."; mes "I hope you learn a lot..."; -- cgit v1.2.3-60-g2f50