Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Guardian_of_Coirnav.pl - Quest File
General Info
Quest File
#Guardian_of_Coirnav #Signals coirnav_controller with the Event start sub EVENT_SPAWN { if(defined $qglobals{coirnav_done} && $qglobals{coirnav_done} == 3) { quest::settimer(1,3); } } sub EVENT_AGGRO { quest::say("We are the protectors and guardians of this domain, death is all you will find here."); } sub EVENT_DEATH_COMPLETE { quest::say("Even now Coirnav awaits to deal swift death to you. Flee, weaklings."); quest::signalwith(216107,1,0); # NPC: #coirnav_controller } sub EVENT_TIMER { quest::stoptimer(1); quest::depop_withtimer(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022