Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_paralyzing_mushroom_cluster.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer("expire", 45); } sub EVENT_TIMER { quest::emote("explodes in a shower of paralyzing spores."); my @client_list = $entity_list->GetClientList(); foreach $ent (@client_list) { my $m_dist = plugin::DistNoRoot($npc, $ent); if($m_dist <= 40000) { $ent->Stun(8000); } } quest::depop(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022