Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Yavik_Teralin.pl - Quest File
General Info
Quest File
sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Greetings friend! Pull up a stool and order some of the finest ale in all of Luclin. If it's a [tale or two] you're lookin to hear as well I would suggest staying away from those two fools Arbogast and Miller. They're full of more hot air than a red dragon!"); } if($text=~/tale or two/i){ quest::say("I could tell you some interesting stories. I spent many years serving as a scout in the Validus Custodus. I've seen places and things that'll cause you to loose sleep for many days. One of the most facinating things I've seen however was while I was out on patrol near the [Acrylia Caverns]."); } if($text=~/acrylia caverns/i){ quest::say("The Acrylia Caverns are teeming with grimlings that tend to be a bit more evolved than your run of the mill dirtballs you find living in villages elsewhere on luclin. I was with a small patrol of scouts watching for any indication of the Acrylia Caverns Grimlings sending aid to the grimlings in Tenebrous Mountains during one of the Validus Custodus campains to rid the tenebrous mines of the little buggers. What we [discovered] was something quite different."); } if($text=~/discovered/i){ quest::say("We spotted a small group of grimlings leaving the caverns hauling a cart full of acrylia ore. The strange thing was. this acrylia was darker than normal and instead of the normal golden hued veins it was covered with veins blacker than any darkness I've ever seen. I shadowed these grimlings to a grimling village some distance from the caverns where they exchanged some of this [black acrylia] with others of their kind."); } if($text=~/black acrylia/i){ quest::say("Seems the grimlings use this rare acrylia ore to craft fierce weapons that not only cut or bash but strangle the spirits of those they harm. I observed some of their [method for crafting] the black acrylia but not being knowledgeable of the smithing arts myself and the distance at which I had to observe made the details a bit obscure."); } if($text=~/method for crafting/i){ quest::say("I explained my observations to one of our master smiths here in Katta Castellum and he has since successfully worked the ore. The difficulty of obtaining the [necessary supplies] for crafting the black acrylia however prevents the Validus Custodus and Magus Conlegium from doing extensive research of the strange ore."); } if($text=~/necessary supplies/i){ quest::say("We have discovered that the grimlings use a special Black Acrylia Temper when crafting sheets of black acrylia and then again when crafting those sheets into weapons with the appropriate weapon molds. I saw this substance during my observations and after many attempts we seem to have discovered its [ingredients]."); } if($text=~/ingredients/i){ quest::say("We believe the grimlings brew a mixture of Essence of Darkness. Akheva Blood. and Distilled Mana to create the temper. We have attempted this formulae and it does indeed seem to enhance the innate magical powers of the black acrylia ore. allowing it to be crafted into weapons of terrible devastation. Be careful what you do with this knowledge friend. I would hate for the Inquisition to find the means of equipping their legions with weapons the likes of which I have described."); } } sub EVENT_SPAWN { quest::settimer(1,45); } sub EVENT_TIMER { quest::say("You ever communed with a tree? Most people just walk right past them and don't take the time to stop and really appreciate what that tree means."); quest::signal(160225,150); # NPC: Danika_Farcloud quest::settimer(1,1800); } sub EVENT_SIGNAL { quest::say("It translates to 'Gift of the Dark' you fool!"); quest::signalwith(160112,3,2500); # NPC: Arbogast } #END of FILE Zone:katta ID:160226 -- Yavik_Teralin
Source: 17 Jan 2022
Quest Source: 28 May 2022