Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#The_Murkglider_Hivequeen.pl - Quest File
General Info
Quest File
sub EVENT_AGGRO { quest::settimer("eggs", 40); } sub EVENT_TIMER { if($timer eq "eggs") { if($npc->IsEngaged()) { quest::emote("The Murkglider Hivequeen spews several slimy eggs unto the ground. They begin to quiver almost immediately."); quest::spawn2(300083,0,0,$x,$y,$z,$h); # NPC: a_quivering_egg quest::spawn2(300083,0,0,$x,$y,$z,$h); # NPC: a_quivering_egg quest::spawn2(300083,0,0,$x,$y,$z,$h); # NPC: a_quivering_egg } else { quest::stoptimer("eggs"); } } }
Source: 17 Jan 2022
Quest Source: 28 May 2022