summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authormasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-03 21:30:16 +0000
committermasao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-03 21:30:16 +0000
commitdc0a9715d8a63170a2e96db9c6b4ec3097c09012 (patch)
tree34db50b2e9c1ea6472898a24978602a5c8bbfa13 /npc
parente9dcdeba4a476418f5a7e46d0ee97b59984bcb67 (diff)
downloadhercules-dc0a9715d8a63170a2e96db9c6b4ec3097c09012.tar.gz
hercules-dc0a9715d8a63170a2e96db9c6b4ec3097c09012.tar.bz2
hercules-dc0a9715d8a63170a2e96db9c6b4ec3097c09012.tar.xz
hercules-dc0a9715d8a63170a2e96db9c6b4ec3097c09012.zip
- Follow up r15367.
* Fixed the check if the Player is an Wizard or High Wizard. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15369 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/jobs/3-1/warlock.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/jobs/3-1/warlock.txt b/npc/jobs/3-1/warlock.txt
index 38d38d796..0e488a8a0 100644
--- a/npc/jobs/3-1/warlock.txt
+++ b/npc/jobs/3-1/warlock.txt
@@ -23,7 +23,7 @@ OnTouch:
}
if (job_wl > 1){
- if (BaseJob == Job_Warlock || BaseJob == Job_Warlock_T){
+ if (Class == Job_Warlock || Class == Job_Warlock_T){
mes " - There is a strange distortion here - ";
close;
}
@@ -40,7 +40,7 @@ OnTouch:
close;
}
}
- if (BaseLevel > 94 && BaseJob == Job_Wizard || BaseJob == Job_High_Wizard){
+ if (BaseLevel > 94 && Class == Job_Wizard || Class == Job_High_Wizard){
mes " - There is a strange distortion here - ";
next;
switch(select( "Search the area.:Ignore it.")){
@@ -115,7 +115,7 @@ OnTouch:
spl_in02,77,107,5 script Assistant#Warlock 446,{
if (job_wl < 1){
- if (BaseJob == Job_Wizard || BaseJob == Job_High_Wizard){
+ if (Class == Job_Wizard || Class == Job_High_Wizard){
mes "[Assistant]";
mes "Huh!!! Human!?!";
mes "How did you enter here?";
@@ -598,7 +598,7 @@ spl_in02,60,231,5 script Yoop#Warlock 446,{
spl_in02,84,103,3 script Assistant#Warlock2 445,{
if (job_wl < 1){
- if (BaseJob == Job_Wizard || BaseJob == Job_High_Wizard){
+ if (Class == Job_Wizard || Class == Job_High_Wizard){
mes "[Assistant]";
mes "Huh!!! Human!?!";
mes "How did you enter here?";
@@ -892,7 +892,7 @@ spl_in02,84,103,3 script Assistant#Warlock2 445,{
spl_in02,78,110,5 script Assistant#Warlock3 443,{
if (job_wl < 1){
- if (BaseJob == Job_Wizard || BaseJob == Job_High_Wizard){
+ if (Class == Job_Wizard || Class == Job_High_Wizard){
mes "[Assistant]";
mes "Huh!!! Human!?!";
mes "How did you enter here?";
@@ -1133,7 +1133,7 @@ spl_in02,78,110,5 script Assistant#Warlock3 443,{
spl_in02,80,108,5 script Guild Master#Warlock 465,{
if (job_wl < 1){
- if (BaseJob == Job_Wizard || BaseJob == Job_High_Wizard){
+ if (Class == Job_Wizard || Class == Job_High_Wizard){
mes "[Assistant]";
mes "Huh!!! Human!?!";
mes "How did you enter here?";
@@ -1421,7 +1421,7 @@ spl_in02,80,108,5 script Guild Master#Warlock 465,{
mes "Unless you like being your current job, you should use all your skill points.";
close;
}
- if (BaseJob == Job_Wizard){
+ if (Class == Job_Wizard){
mes "[Master Egnoloria]";
mes "Beautiful light...";
mes "Don't make me disappointed at you...";
@@ -1439,7 +1439,7 @@ spl_in02,80,108,5 script Guild Master#Warlock 465,{
getitem 2795,1;
close;
}
- if(BaseJob == Job_High_Wizard){
+ if(Class == Job_High_Wizard){
if ((JobLevel > 49) && (JobLevel < 60)){
mes "[Master Egnoloria]";
mes "Beautiful light...";