Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
108040.pl - Quest File
General Info
Quest File
#Druushk NPCID 108040 # items: 69339, 69338, 69337, 69383, 69384 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Who steps in my lair?! Ah, 'tis but a soft-flesh nuisance. I must say I am amazed at the idiocy you adventurers must boast to explore these areas, especially when we're trying to keep you out. Since you are here, I will tell you of a story and a [" . quest::saylink("dilemma") . "] I am having if you wish. You might become more enlightened."); } elsif ($text=~/dilemma/i) { quest::say("In previous years, we, the Ring of Scale, have had one of our own sitting on the Overking Bathezid Di'Zok's council, well disguised. Our friend has also been spying on the council itself. He was our voice when we needed the Sarnaks to listen to reason. Unfortunately, we have lost contact with him. I had a personal affinity to our friend, because he was one of my personal assistants. I could sense his presence elsewhere on this continent and now it has dissipated. I fear he may have been killed, though I am not sure by whom. I would like you to investigate this further and bring back the remains of my assistant to me, so I can learn of his fate."); } } sub EVENT_ITEM { if ($faction == 1) { if (plugin::check_handin(\%itemcount, 69339 => 1, 69338 => 1, 69337 => 1)) { quest::say("My worst fears are true. My assistant has been slain. I will have my servants investigate this heinous crime. Here is your reward for this deed mortal. If you do not like it, I can provide you with a different reward."); if ($class eq "Warrior") { quest::summonitem(69383); } elsif ($class eq "Paladin") { quest::summonitem(69383); } elsif ($class eq "Ranger") { quest::summonitem(69383); } elsif ($class eq "Shadowknight") { quest::summonitem(69383); } elsif ($class eq "Monk") { quest::summonitem(69383); } elsif ($class eq "Bard") { quest::summonitem(69383); } elsif ($class eq "Rogue") { quest::summonitem(69383); } elsif ($class eq "Beastlord") { quest::summonitem(69383); } elsif ($class eq "Berserker") { quest::summonitem(69383); } else { quest::summonitem(69384); } quest::ding(); } } plugin::return_items(\%itemcount); } #End of File, Zone:veeshan NPC:108012 -- Druushk
Source: 17 Jan 2022
Quest Source: 28 May 2022