Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#fireback_trigger.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { $x = $npc->GetX(); $y = $npc->GetY(); quest::set_proximity($x - 45, $x + 45, $y - 45, $y + 45); } sub EVENT_ENTER { quest::spawn2(278113,0,0,878,147,-23.8,390); # NPC: a_fireback_spiderling quest::spawn2(278113,0,0,878,175,-23.8,390); # NPC: a_fireback_spiderling quest::spawn2(278113,0,0,906,147,-23.8,390); # NPC: a_fireback_spiderling quest::spawn2(278113,0,0,906,175,-23.8,390); # NPC: a_fireback_spiderling quest::depop(); }
Source: 17 Jan 2022
Quest Source: 28 May 2022