Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Nojas_Blackfist.pl - Quest File
General Info
Quest File
# items: 25112, 25113, 25056 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("What brings you to the hall of the frost giants, little one? Have you come to serve our lord and master? Or are you simply a scout for a raiding party? I warn you, do not make war on my kin. I will twist the elements to my will and destroy you if that is your intent."); } if ($text=~/serve/i) { quest::say("You could best serve the masters by serving me. The more time I have to tend to my research the better. I have several minor tasks which you could easily handle..."); } if ($text=~/minor task/i) { quest::say("In the wreched jungle to the west there lives a race of faries protected by Tunare and her other minions. These abominations are called the Sifaye. I belive that the strength of the Wakening lands is linked not only to Tunare herself, but her connection with these foul beasts. Bring me the wings of one of their so called knights and the heads of three commoners and I will reward you for such busy work."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 25112 => 1, 25113 => 1)) { quest::say("You are starting to prove yourself here is a small token for your work"); quest::summonitem(25056); # Item: Silver Dragon Tattoo } }
Source: 17 Jan 2022
Quest Source: 28 May 2022