Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Captain_Nedar.pl - Quest File
General Info
Quest File
# items: 12439 sub EVENT_SAY { if($text=~/hail/i){ quest::say("Come to serve the garrison? Good. I aim to offer a reward for the return of four froglok tad tongues. Best if we handle the pesky critters before they grow too big and too numerous."); } } sub EVENT_ITEM { #Handin: 4x Froglok Tad Tongues (12439) if(plugin::check_handin(\%itemcount, 12439 => 4)){ quest::say("Well done. It is good to serve the Warlord. Here is a small reward befitting such a small task."); quest::faction(441,5); # +Legion of Cabilis quest::faction(440,5); # +Cabilis Residents quest::faction(445,5); # +Scaled Mystics quest::faction(442,5); # +Crusaders of Greenmist quest::faction(444,5); # +Swifttails quest::givecash(6,0,0,0); quest::exp(10); } plugin::return_items(\%itemcount); } #Scripted By: Fatty Beerbelly
Source: 17 Jan 2022
Quest Source: 28 May 2022