diff options
Diffstat (limited to 'npc/jobs/1-1e/ninja.txt')
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index 90cc08edc..be8753834 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -186,7 +186,7 @@ que_ng,30,65,3 script Cougar#nq 4_M_JOB_ASSASSIN,{ mes "Anyway, after you give him"; mes "the letter, come back and"; mes "let me know his answer."; - set NINJ_Q,1; + NINJ_Q = 1; setquest 6015; close; } @@ -253,7 +253,7 @@ que_ng,30,65,3 script Cougar#nq 4_M_JOB_ASSASSIN,{ mes "I should have thought about"; mes "that earlier! Well, it's too"; mes "late now. Just h-hurry it up!"; - set NINJ_Q,4; + NINJ_Q = 4; changequest 6017,6018; close; } @@ -331,7 +331,7 @@ que_ng,30,65,3 script Cougar#nq 4_M_JOB_ASSASSIN,{ mes "agile as the wind, and as"; mes "quiet as the falling shadows."; callfunc "Job_Change",Job_Ninja; - set NINJ_Q,5; + NINJ_Q = 5; delitem 7053,5; // Cyfar delitem 1010,1; // Phracon getitem 13010,1; // Asura @@ -430,7 +430,7 @@ einbroch,184,194,3 script Suspicious Man#nq 4_M_SITDOWN,{ mes "help me find"; mes "^3355FF5 Cyfars^000000 and"; mes "^3355FF1 Phracon^000000."; - set NINJ_Q,2; + NINJ_Q = 2; changequest 6015,6016; close; } @@ -524,7 +524,7 @@ einbroch,184,194,3 script Suspicious Man#nq 4_M_SITDOWN,{ mes "me send you there directly..."; delitem 1010,1; // Phracon delitem 7053,5; // Cyfar - set NINJ_Q,3; + NINJ_Q = 3; changequest 6016,6017; close2; warp "amatsu",113,127; |