Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#lava_vindicator.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer("vindicator",1); } sub EVENT_TIMER { #depop doesn't work well with sub EVENT_SPAWN $elemrest = $entity_list->GetMobByNpcTypeID(278124); $furiousmagma = $entity_list->GetMobByNpcTypeID(278123); $inflamedchamp = $entity_list->GetMobByNpcTypeID(278122); $protectorfire = $entity_list->GetMobByNpcTypeID(278109); if ($timer eq "vindicator") { if ($elemrest || $furiousmagma || $inflamedchamp || $protectorfire) { quest::stoptimer("vindicator"); quest::depop_withtimer(); } } } sub EVENT_DEATH_COMPLETE { quest::signalwith(278125,90,0); # NPC: _ }
Source: 17 Jan 2022
Quest Source: 28 May 2022