Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Hogunk_Ventille.pl - Quest File
General Info
Quest File
# items: 12156, 5014 sub EVENT_SAY { if($text=~/Hail/i){ quest::say("Hail. and welcome to Stormguard Hall. home to all great warriors! Are you also a [warrior of the Stormguard] or do you [follow another guild]?"); } if($text=~/i am a warrior of the stormguard/i){ quest::say("As I thought. You do not appear to be one who relies on wits rather than brawn. no offense. I have word that a Stormguard on duty has deserted his post at one of the guardposts in the Butcherblocks. I want you to go and seek him out. He is Guard Bundin. Return his Stormguard axe to me. along with his head. There shall be no cowards in the Stormguard!!"); } if($text=~/i follow another guild/i){ quest::say("Then go to your guild. This is the hall of the dwarven warriors - not a place for common folk to lounge around."); } } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 12156 =>1, 5014 =>1 )) { quest::say("Well Done!"); quest::exp(5000); quest::faction(274,5); # Faction: Kazon Stormhammer quest::faction(312,5); # Faction: Storm Guard quest::faction(293,5); # Faction: Miners Guild 249 quest::faction(5025,5); # Faction: Kaladim Merchants quest::faction(232,-5); # Faction: Craknek Warriors quest::ChooseRandom(5034,7013,6024,5027,6019); quest::givecash(3,6,10,0); } #do all other handins first with plugin, then let it do disciplines plugin::try_tome_handins(\%itemcount, $class, 'Warrior'); plugin::return_items(\%itemcount); } #END of FILE Zone:kaladima ID:60006 -- Hogunk_Ventille
Source: 17 Jan 2022
Quest Source: 28 May 2022