diff options
Diffstat (limited to 'npc/jobs/1-1/swordsman.txt')
-rw-r--r-- | npc/jobs/1-1/swordsman.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/jobs/1-1/swordsman.txt b/npc/jobs/1-1/swordsman.txt index 68447a583..cf6b62c7b 100644 --- a/npc/jobs/1-1/swordsman.txt +++ b/npc/jobs/1-1/swordsman.txt @@ -39,8 +39,7 @@ sword_1-1.gat,200,63,0,0 monster Fabre 1184,2,0,0,0 // == Warp == // -- Warp to test room -- -izlude_in.gat,62,170,0 script w1039 45,1,1, -{ +izlude_in.gat,62,170,0 script w1039 45,1,1,{ if(Class==Job_Novice && job_sword_q > 0) warp "izlude_in.gat",40,170; if(job_sword_q == 0) doevent "Swordsman::OnStart"; end; @@ -49,8 +48,7 @@ izlude_in.gat,62,170,0 script w1039 45,1,1, // == Npcs == // -- Master Swordsman -- -izlude_in.gat,74,172,5 script Master Swordsman 119, -{ +izlude_in.gat,74,172,5 script Master Swordsman 119,{ mes "[Master Swordsman]"; if(Class==Job_Novice && job_sword_q == 2) goto L_Done; mes "Welcome to the Swordsman Association! So.. What business brings you to us?"; |