Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_furious_owlbear.pl - Quest File
General Info
Quest File
#Zone:hollowshade ID:166139 -- a_furious_owlbear my $takeover_x=0; sub EVENT_SPAWN { quest::SetRunning(1); if (($qglobals{"WarDefender"} eq "HollowshadeNorth")) { $takeover_x=1212; quest::start(11); } elsif (($qglobals{"WarDefender"} eq "HollowshadeEast")) { $takeover_x=-2770; quest::start(12); } else { $takeover_x=-620; quest::start(13); } } sub EVENT_WAYPOINT_ARRIVE { # Stop grid, notify war we arrived and keep fighting if needed. if ($x == $takeover_x) { quest::signalwith(166257, 6, 0); # NPC: War_Trigger $npc->SaveGuardSpot($x, $y, $z, $h); quest::stop(); } } sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Get out of my way two legs, my den is taking over the zone and I have no time to eat you!"); } } sub EVENT_DEATH_COMPLETE { quest::stoptimer("ArrivalCheck"); quest::say("GRRR! My Den will avenge me."); }
Source: 17 Jan 2022
Quest Source: 28 May 2022