From 8c748978945b24f2b508d54c6068c7ee69a862ad Mon Sep 17 00:00:00 2001 From: masao87 Date: Sun, 5 Aug 2012 11:19:56 +0000 Subject: - Some little adjustments to the job change quests, also reverted some variables to the old job change files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16582 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1a/HighWizard.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/jobs/2-1a/HighWizard.txt') diff --git a/npc/jobs/2-1a/HighWizard.txt b/npc/jobs/2-1a/HighWizard.txt index 3ba1a57d9..320b1db0d 100644 --- a/npc/jobs/2-1a/HighWizard.txt +++ b/npc/jobs/2-1a/HighWizard.txt @@ -16,7 +16,7 @@ //============================================================ valkyrie,44,47,5 script High Wizard#Valkyrie 735,{ - if (FJOB == 0 || Upper != 1) { + if (ADVJOB == 0 || Upper != 1) { set .@karma_d,rand(1,10); if (.@karma_d > 4) { mes "[High Wizard]"; @@ -38,7 +38,7 @@ valkyrie,44,47,5 script High Wizard#Valkyrie 735,{ mes "was placed in the wrong hands?!"; close; } - if ((FJOB == Job_Warlock) && (Class == Job_Mage_High) && (JobLevel > 39)) { + if ((ADVJOB == Job_High_Wizard) && (Class == Job_Mage_High) && (JobLevel > 39)) { mes "[High Wizard]"; mes "It is time."; mes "And Rune-Midgard has"; @@ -63,7 +63,7 @@ valkyrie,44,47,5 script High Wizard#Valkyrie 735,{ close; } jobchange Job_High_Wizard; - set FJOB,0; + set ADVJOB,0; mes "[High Wizard]"; mes "Congratulations."; mes "As a High Wizard,"; -- cgit v1.2.3-70-g09d2