summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1/swordman.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/jobs/1-1/swordman.txt')
-rw-r--r--npc/jobs/1-1/swordman.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/jobs/1-1/swordman.txt b/npc/jobs/1-1/swordman.txt
index 0c9c5e058..0ec8f108b 100644
--- a/npc/jobs/1-1/swordman.txt
+++ b/npc/jobs/1-1/swordman.txt
@@ -28,7 +28,7 @@
izlude_in.gat,74,172,5 script Master Swordsman 119,{
callfunc "F_ToHigh",Job_Swordman_High,"Swordman High",Job_Lord_Knight,"Master Swordsman";
mes "[Master Swordsman]";
- if(BaseJob==Job_Novice && job_sword_q == 2) goto L_Done;
+ if(BaseJob == Job_Novice && job_sword_q == 2) goto L_Done;
mes "Welcome to the Swordsman Association! So.. What business brings you to us?";
L_Menu:
next;
@@ -174,7 +174,7 @@ L_Done:
// == Warp ==
// -- Warp to test room --
izlude_in.gat,62,170,0 script w1039 45,1,1,{
- if(BaseJob==Job_Novice && job_sword_q > 0) warp "izlude_in.gat",40,170;
+ if(BaseJob == Job_Novice && job_sword_q > 0) warp "izlude_in.gat",40,170;
if(job_sword_q == 0) doevent "Swordsman::OnStart";
end;
}
@@ -190,8 +190,8 @@ izlude_in.gat,65,171,5 script Swordsman#02 -1,{
OnStart:
mes "[Swordsman]";
- if(BaseJob == 1) goto L_Sword;
- if(BaseJob == 0) goto L_Novice;
+ if(BaseJob == Job_Swordman) goto L_Sword;
+ if(BaseJob == Job_Novice) goto L_Novice;
L_Other:
mes "Who might you be?! Those who are not Novices are not permitted to go in! Please leave.";