Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Jolneg.pl - Quest File
General Info
Quest File
# items: 7808, 30579, 7815 sub EVENT_SAY { if($text=~/hail/i){ quest::say("Hello there, young one, has the Captain sent you to speak with me about the [Deathmaw Club]?"); } if($text=~/deathmaw club/i){ quest::say("Ahh, well, since you do not know of the Deathmaw club, then I will tell you about it. Captain Alim has taught me how to make this club. In order to make one, I will require three deathmaw claws, and a wooden practice flail. Return to me these components, and I will craft a Deathmaw Club for you."); } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 7808 => 3, 30579 => 1)) { quest::emote("takes the flail and starts placing the claws into it forming a formidable looking weapon. 'This seems a good weapon indeed. Here, you can take it for helping to test my theory of weapon crafting. Safe travels to you friend.'"); quest::ding(); quest::summonitem(7815); # Item: Deathmaw Claw Club } plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022