summaryrefslogtreecommitdiff
path: root/npc/quests/skills/mage_skills.txt
diff options
context:
space:
mode:
authormasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-29 12:08:59 +0000
committermasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-29 12:08:59 +0000
commit13132344467b3f5e2c968bb7cfaec8eaf269280e (patch)
treef178af553d5c2048fe2aa5febf97870f68501923 /npc/quests/skills/mage_skills.txt
parent72cd35c33dee93b88969b579a0cc3327b2e7f2d6 (diff)
downloadhercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.gz
hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.bz2
hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.tar.xz
hercules-13132344467b3f5e2c968bb7cfaec8eaf269280e.zip
- Added BaseClass explanation to script_commands.txt .
- Some updates to the custom folder / the old eAAC Scripts which are now in there. - Fixed custom/warper.txt prontera location to not collide with Ash Vacuum warper. bugreport:5857 - Fixed Platinum Skill Quests properly checking for BaseClass now. bugreport:5853 - Fixed some typos in Ranger Job change Quest & Eden Paradise. bugreport:5858 - Fixed a typo in scripts_athena.conf . bugreport:5852 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16165 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills/mage_skills.txt')
-rw-r--r--npc/quests/skills/mage_skills.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/skills/mage_skills.txt b/npc/quests/skills/mage_skills.txt
index 6ed54c254..cb141443d 100644
--- a/npc/quests/skills/mage_skills.txt
+++ b/npc/quests/skills/mage_skills.txt
@@ -92,7 +92,7 @@ geffen_in,151,119,4 script Great Wizard 64,{
mes "I have nothing more to teach you ...";
close;
}
- if ((countitem(746) > 2) && (countitem(730) > 0) && (countitem(935) > 4) && (countitem(943) > 0) && (JobLevel > 34) && (BaseJob == Job_Mage)) {
+ if ((countitem(746) > 2) && (countitem(730) > 0) && (countitem(935) > 4) && (countitem(943) > 0) && (JobLevel > 34) && (BaseClass == Job_Mage)) {
mes "[BLIZZARDRISS]";
mes "Okay, I have received your request.";
mes "I will now awaken your hidden energies . .";