Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_darklurch-s_corpse.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { $counter=0; quest::spawn_condition($zonesn,1,0); quest::settimer(1,1); my $x = $npc->GetX(); my $y = $npc->GetY(); my $range = 25; quest::set_proximity($x - $range, $x + $range, $y - $range, $y + $range); } sub EVENT_TIMER { if ($timer == 1) { $npc->SetAppearance(3); quest::stoptimer(1); } } sub EVENT_ENTER { quest::spawn_condition($zonesn,1,1); } sub EVENT_SIGNAL { if($signal == 1) { $counter += 1; } if($counter == 7) { quest::creategroundobject(52151,174,-910,-20,200,300000); quest::spawn_condition($zonesn,1,0); quest::ze(15,"In the bottom of the waterway, the glint of a silvery object catches your eye. It must have fallen into the canal during the chaos of battle."); quest::depop_withtimer(); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022