Thanatos Tower Minor Fix (#4370)

Minor fix to allow quest progression with summoner job.

Fixes #4369
This commit is contained in:
Kakaroto 2022-02-01 15:56:13 -03:00 committed by GitHub
parent 9df2ebf6d9
commit 8ebba124eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2292,7 +2292,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 45,1,1,{ tha_t06,119,120,0 script to 7th Floor 45,1,1,{
end; end;
OnTouch: OnTouch:
if ((eaclass()&(EAJL_2|EAJL_UPPER)) || (eaclass()&EAJL_THIRD) || ((Class == Job_Super_Novice || Class == Job_Taekwon || Class == Job_Star_Gladiator || Class == Job_Soul_Linker || BaseClass == Job_Ninja || Class == Job_Gunslinger) && BaseLevel > 94)) { if ((eaclass()&(EAJL_2|EAJL_UPPER)) || (eaclass()&EAJL_THIRD) || ((Class == Job_Super_Novice || Class == Job_Taekwon || Class == Job_Star_Gladiator || Class == Job_Soul_Linker || BaseClass == Job_Ninja || Class == Job_Gunslinger || Class == Job_Summoner) && BaseLevel > 94)) {
if (countitem(7425) > 0) { if (countitem(7425) > 0) {
mes "The shadow of a Black Key is gleaming in the center of the portal."; 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."; mes "To pass this way, looks like I need something.";