Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Exterminator_Sahizz.pl - Quest File
General Info
Quest File
#Exterminator_Sahizz ID 106009 # items: 12466 sub EVENT_SAY { if ($text=~/hail/i) { quest::say("Greetings, $name. Help rid this area of vermin! Bring me four loose scales for a few coin and good favor in town."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 12466 =>4 )) { quest::say("Thank you, $name. Here is your reward."); quest::exp(50); quest::givecash(0,5,0,0); quest::faction( 440,3 ); # Faction: Cabilis Residents quest::faction( 441,3 ); # Faction: Legion of Cabilis quest::faction( 442,3 ); # Faction: Crusaders of Greenmist quest::faction( 444,3 ); # Faction: Swift Tails quest::faction( 445,3 ); # Faction: Scaled Mystics } }
Source: 17 Jan 2022
Quest Source: 28 May 2022