From 169f1dcd2b08cab26ac73297dca048296503eac0 Mon Sep 17 00:00:00 2001 From: Taylor Locke Date: Sun, 19 Apr 2015 13:36:04 -0700 Subject: Added Kagero / Oboro Quest. --- npc/jobs/1-1e/ninja.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/jobs/1-1e/ninja.txt') diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index be8753834..485f4afd1 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Legionaire, Kisuka //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Description: ========================================= //= Ninja Job Change Quest //===== Additional Comments: ================================= @@ -13,6 +13,7 @@ //= 1.4 Fixed a minor bug [SinSloth] //= 1.5 Updated to match AEGIS script and Added Quest Log commands. [Kisuka] //= 1.6 Fixed AEGIS amatsu warp typo. [Kisuka] +//= 1.7 Kagerou/Oboro support (Class -> BaseClass) [Euphy] //============================================================ alberta,30,65,3 script Akagi 4_M_JOB_ASSASSIN,{ @@ -349,7 +350,7 @@ que_ng,30,65,3 script Cougar#nq 4_M_JOB_ASSASSIN,{ close; } } else { - if (Class == Job_Ninja) { + if (BaseClass == Job_Ninja) { mes "[Cougar]"; mes "How have you been?"; mes "Train hard: you want"; @@ -563,7 +564,7 @@ einbroch,184,194,3 script Suspicious Man#nq 4_M_SITDOWN,{ mes "to beat him in a fair fight~"; close; } - else if (NINJ_Q == 5 && Class == Job_Ninja) { + else if (NINJ_Q == 5 && BaseClass == Job_Ninja) { mes "[Red Leopard Joe]"; mes "Oh, you're a Ninja~"; mes "I hope you continue to"; -- cgit v1.2.3-60-g2f50