Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_nest.pl - Quest File
General Info
Quest File
sub EVENT_AGGRO { quest::spawn2(123132,0,0,$x,$y,$z,$h); # NPC: a_swarming_beetle quest::spawn2(123132,0,0,$x-2,$y,$z,$h); # NPC: a_swarming_beetle quest::spawn2(123132,0,0,$x+2,$y,$z,$h); # NPC: a_swarming_beetle quest::spawn2(123132,0,0,$x,$y-2,$z,$h); # NPC: a_swarming_beetle quest::spawn2(123132,0,0,$x,$y+2,$z,$h); # NPC: a_swarming_beetle quest::spawn2(123132,0,0,$x+1,$y+1,$z,$h); # NPC: a_swarming_beetle quest::depop_withtimer(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022