Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Baraguj_Szuul.pl - Quest File
General Info
Quest File
sub EVENT_COMBAT { 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()) <= 100) { $ent->MovePC(207,-1094,910,-746,0); # Zone: potorment } } #signal mouth_trigger that spawns all the mobs in stomach quest::signal(207071); quest::settimer(1,5); } sub EVENT_TIMER { quest::depop_withtimer(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022