Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Ssolet_Dnaas.pl - Quest File
General Info
Quest File
# Part of quest for Veeshan's Peak key # items: 6353, 19958 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Greetingss, $name. Unlesss you bring closssure to my ssearch, leave me while I contemplate thingss."); } if ($text=~/search/i) { quest::say("My sssearch. I have been ssent out by my massster to find an item. A burnished wooden sstaff. I know not why and I do not quessstion. I know not where thiss item is found. I musst have one though. Ssssss. If you can find one for me I will give you a trinket."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 6353 => 1)) { quest::say("Sssss. Thisss is what I need. You have my thanksss. Please, take thiss. I know not what it iss for but maybe you will find a ussse for it."); quest::summonitem(19958); # Item: Piece of a medallion quest::exp(1000); } plugin::return_items(\%itemcount); } # Quest by mystic414
Source: 17 Jan 2022
Quest Source: 28 May 2022