diff options
author | Taylor Locke <kisuka@kisuka.com> | 2015-04-19 13:36:04 -0700 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2015-04-19 13:36:04 -0700 |
commit | 169f1dcd2b08cab26ac73297dca048296503eac0 (patch) | |
tree | 0c68958956572b3770cf437c915a3c459871d089 /npc/jobs | |
parent | 443c1d02e7351aa9e9ac8ddf0e7781dadc2b7d70 (diff) | |
download | hercules-169f1dcd2b08cab26ac73297dca048296503eac0.tar.gz hercules-169f1dcd2b08cab26ac73297dca048296503eac0.tar.bz2 hercules-169f1dcd2b08cab26ac73297dca048296503eac0.tar.xz hercules-169f1dcd2b08cab26ac73297dca048296503eac0.zip |
Added Kagero / Oboro Quest.
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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"; |