Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
tortured_librarian.pl - Quest File
General Info
Quest File
# items: 18069, 18068, 12889 sub EVENT_SAY { if ($text=~/Hail/i){ quest::say("Bring to me that which was taken.") } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount,18069=> 1, 18068=> 1)){ quest::emote("fades out of existence. The air smells of death. Something has appeared in your hand."); quest::depop_withtimer(); quest::summonitem(12889); # Item: Large Tassel Bookmark } plugin::return_items(\%itemcount); # return unused items }
Source: 17 Jan 2022
Quest Source: 28 May 2022