Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#a_Tae_Ew_Justicar.pl - Quest File
General Info
Quest File
# RoF Event my $tragedy_at_cazic_thule_spell_id = 2127; my $unstable_rift_id = 48253; # npcId = 48029 sub EVENT_SPAWN { } sub EVENT_SIGNAL { # signal 1 = emote and blow up lizards if ($signal == 1) { quest::settimer(1, 15); quest::emote("looks paniced as planar forces shoot through it's body."); $npc->CastSpell($tragedy_at_cazic_thule_spell_id, 48029); } } sub EVENT_TIMER { # timer 1 = waiting for Justicars to finish casting if ($timer == 1) { quest::stoptimer(1); quest::depopall(48029); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022