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