diff options
author | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
---|---|---|
committer | Kisuka <kisuka@kisuka.com> | 2013-10-28 00:42:23 -0700 |
commit | 124ab2a1cdb344f24170a4d91f7000ebabf39b40 (patch) | |
tree | ebc5aeee49da96f88e55358c184d69d90eae9289 /npc/jobs/2-2/alchemist.txt | |
parent | e7efdfe96e1b4c288bca845c03512da6842d6425 (diff) | |
download | hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.gz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.bz2 hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.tar.xz hercules-124ab2a1cdb344f24170a4d91f7000ebabf39b40.zip |
Added ability to use constants instead of sprite IDs for NPCs. Converted all npcs to use this.
Diffstat (limited to 'npc/jobs/2-2/alchemist.txt')
-rw-r--r-- | npc/jobs/2-2/alchemist.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/jobs/2-2/alchemist.txt b/npc/jobs/2-2/alchemist.txt index e0ea187ea..59504aadd 100644 --- a/npc/jobs/2-2/alchemist.txt +++ b/npc/jobs/2-2/alchemist.txt @@ -17,7 +17,7 @@ //= 3.0 Removed the need for use of 'goto.' [L0ne_W0lf] //============================================================ -alde_alche,27,185,5 script Alchemist Guildsman#am 744,{ +alde_alche,27,185,5 script Alchemist Guildsman#am 4_F_ALCHE,{ mes "[Parmy Gianino]"; if (Upper == 1) { mes "Welcome to the"; @@ -320,7 +320,7 @@ alde_alche,27,185,5 script Alchemist Guildsman#am 744,{ } } -alde_alche,175,107,3 script Fastidious Alchemist#am 749,{ +alde_alche,175,107,3 script Fastidious Alchemist#am 4_M_ALCHE_B,{ mes "[Raspuchin Gregory]"; if (BaseJob != Job_Merchant) { if (BaseJob == Job_Alchemist) { @@ -789,7 +789,7 @@ alde_alche,175,107,3 script Fastidious Alchemist#am 749,{ close; } -alde_alche,13,15,7 script Studying Man#am 750,{ +alde_alche,13,15,7 script Studying Man#am 4_M_ALCHE_C,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute! -"; mes "- Currently you are carrying -"; @@ -1333,7 +1333,7 @@ alde_alche,13,15,7 script Studying Man#am 750,{ } } -alde_alche,79,19,5 script Experiment Expert#am 748,{ +alde_alche,79,19,5 script Experiment Expert#am 4_M_ALCHE_A,{ mes "[Van Helmont]"; if (BaseJob != Job_Merchant) { if (BaseJob == Job_Alchemist) { @@ -1585,7 +1585,7 @@ alde_alche,79,19,5 script Experiment Expert#am 748,{ } } -alde_alche,101,184,4 script Master Alchemist#am 122,{ +alde_alche,101,184,4 script Master Alchemist#am 2_M_DYEINGER,{ cutin "job_alche_vincent",2; mes "[Vincent Carsciallo]"; if (Upper == 1) { @@ -1767,7 +1767,7 @@ alde_alche,101,184,4 script Master Alchemist#am 122,{ } } -alde_alche,145,19,1 script Chief Researcher#am 57,{ +alde_alche,145,19,1 script Chief Researcher#am 1_M_LIBRARYMASTER,{ if (checkweight(1201,1) == 0) { mes "- Wait a minute! -"; mes "- Currently you are carrying -"; |