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/quests/thana_quest.txt | |
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/quests/thana_quest.txt')
-rw-r--r-- | npc/quests/thana_quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index ec925a6a7..4123d8669 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -3,13 +3,14 @@ //===== By: ================================================== //= Muad_Dib //===== Current Version: ===================================== -//= 1.0a +//= 1.1 //===== Description: ========================================= //= [Official Conversion] //= Episode 13.1 Thanatos Tower quest. //===== Additional Comments: ================================= //= 1.0 Adapted from official release. [Euphy] //= 1.0a Added 'npcskill' command. [Euphy] +//= 1.1 Kagerou/Oboro support (Class -> BaseClass) [Euphy] //============================================================ hu_fild01,140,163,5 script Tower Keeper 4_M_EIN_SOLDIER,3,3,{ @@ -2289,7 +2290,7 @@ tha_t04,81,36,0 warp to 5th Floor 1,1,tha_t05,62,8 tha_t06,119,120,0 script to 7th Floor WARPNPC,1,1,{ end; OnTouch: - if (eaclass()&(EAJL_2|EAJL_UPPER) || eaclass()&EAJL_THIRD || ((Class == Job_SuperNovice || Class == Job_Taekwon || Class == Job_Star_Gladiator || Class == Job_Soul_Linker || Class == Job_Ninja || Class == Job_Gunslinger) && BaseLevel > 94)) { + if (eaclass()&(EAJL_2|EAJL_UPPER) || eaclass()&EAJL_THIRD || ((Class == Job_SuperNovice || Class == Job_Taekwon || Class == Job_Star_Gladiator || Class == Job_Soul_Linker || BaseClass == Job_Ninja || Class == Job_Gunslinger) && BaseLevel > 94)) { if (countitem(7425) > 0) { mes "The shadow of a Black Key is gleaming in the center of the portal."; mes "To pass this way, looks like I need something."; |