summaryrefslogtreecommitdiff
path: root/npc/quests/skills
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-31 21:27:01 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-31 21:27:01 +0000
commit118a84582aee4e93e1c8836c86f9d974f7510d87 (patch)
treeaf4e419462559a22aff52a8ddce445effba1d228 /npc/quests/skills
parent57c2a527907c73e1615fab2834d7e8a97ef08592 (diff)
downloadhercules-118a84582aee4e93e1c8836c86f9d974f7510d87.tar.gz
hercules-118a84582aee4e93e1c8836c86f9d974f7510d87.tar.bz2
hercules-118a84582aee4e93e1c8836c86f9d974f7510d87.tar.xz
hercules-118a84582aee4e93e1c8836c86f9d974f7510d87.zip
* Fixed north prontera kafra having an empty warp list
* Removed junk &#1038;A text from the 2004 headgears * Changed deprecated Job_Alchem to Job_Alchemist (see r10904) * Fixed a typo in a geffen city npc (Job_Merhcant) * Fixed a typo in the Jobmaster custom script (Job_Gunsliger) * Fixed one old eAAC Quest Warper bug (warp to nonwalkable coords) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10940 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills')
-rw-r--r--npc/quests/skills/alchemist_skills.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/skills/alchemist_skills.txt b/npc/quests/skills/alchemist_skills.txt
index bb4474914..caa1cc315 100644
--- a/npc/quests/skills/alchemist_skills.txt
+++ b/npc/quests/skills/alchemist_skills.txt
@@ -31,8 +31,8 @@
// ALCHEMIST - ELEMENTAL POTION CREATION
//============================================================
yuno_in04,33,108,6 script Pisruik Quv 883,{
- if (Class == Job_Alchem || Class == Job_Creator) {
- if (JobLevel < 40 && Class == Job_Alchem) {
+ if (Class == Job_Alchemist || Class == Job_Creator) {
+ if (JobLevel < 40 && Class == Job_Alchemist) {
mes "[Pisruik]";
mes "Achoo!";
mes "Sigh";
@@ -964,7 +964,7 @@ lhz_in01,224,140,8 script Kellasus 57,{
mes "[Kellasus]";
mes "I already taught you";
mes "skills of the homunculus...";
- if(getskilllv(238) == 0 && BaseJob == Job_Alchem) skill 238,1,0;
+ if(getskilllv(238) == 0 && BaseJob == Job_Alchemist) skill 238,1,0;
close;
}
switch(bioeth){
@@ -1061,7 +1061,7 @@ lhz_in01,224,140,8 script Kellasus 57,{
mes "He wants me to get back? Okay, well...";
mes "I guess you've deserved it.";
mes "Here you are, secrets of homunculus are yours now~";
- if(BaseJob == Job_Alchem) skill 238,1,0;
+ if(BaseJob == Job_Alchemist) skill 238,1,0;
set MISC_QUEST,MISC_QUEST|64;
set bioeth,0;
close;
@@ -1105,7 +1105,7 @@ lhz_in01,224,140,8 script Kellasus 57,{
mes "meant to be known and what";
mes "secrets were never intended";
mes "for mankind to understand?";
- if(BaseJob == Job_Alchem) set @keltalk,1;
+ if(BaseJob == Job_Alchemist) set @keltalk,1;
close;
break;
}