Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Frostpaw.pl - Quest File
General Info
Quest File
sub EVENT_SPAWN { quest::settimer("follow", 1); } sub EVENT_TIMER{ if ($timer eq "follow"){ my $OpponentID = 115101; my $getmobbynpctype = $entity_list->GetMobByNpcTypeID($OpponentID); my $follow_target = $getmobbynpctype->GetID(); quest::follow($follow_target); quest::stoptimer("follow"); } }
Source: 17 Jan 2022
Quest Source: 28 May 2022