Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
207031.pl - Quest File
General Info
Quest File
##An_Unimaginable_Horror (207031) sub EVENT_SPAWN { quest::settimer(2,1800); #fail timer; 30 minutes } sub EVENT_TIMER { if($timer == 2) { quest::depop(); } } sub EVENT_DEATH_COMPLETE { quest::spawn2(207082,0,0,1,-1021,-27,0); #Real #Baraguj_Szuul my @clientlist = $entity_list->GetClientList(); foreach $ent (@clientlist) { #distance restriction so the members need to be reasonably close. if ($ent->CalculateDistance($npc->GetX(),$npc->GetY(),$npc->GetZ()) <= 200) { $ent->MovePC(207,1,-890,-27,360); #back to Baraguj_Szuul } } }
Source: 17 Jan 2022
Quest Source: 28 May 2022