Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Linara_Parlone.pl - Quest File
General Info
Quest File
#Quest file for Najena - Linara Parlone: Mystic Cloak # items: 12269, 5573 sub EVENT_SAY { if($text=~/hail/i) { quest::say("Please [help] me out of this horrid place! My family must be terribly worried!"); } if($text=~/help/i) { quest::say("If you can find the [key] to my restraints. I should be able to escape."); } if($text=~/key/i) { quest::say("Last I knew, Najena's priest had the key. I fear he has left this place though. I heard talk of traveling to some estate. I know not where. Oh dear, oh dear! I shall never leave this place!"); } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 12269 => 1)) { #tarnished bronze key quest::say("Oh thank you $name! I must make my escape now. Give this note to my father in Felwithe, he will reward you handsomely for your service."); quest::summonitem(5573); #Folded note quest::faction( 275, 10); # Faction: Keepers of the Art quest::faction( 246, 1); # Faction: Faydarks Champions quest::faction( 279, 2); # Faction: King Tearis Thex quest::faction( 239, -2); # Faction: The Dead } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022