Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Gunlok_Jure.pl - Quest File
General Info
Quest File
# items: 13073, 2116, 2122, 5013, 5014, 5016, 5023, 6011, 13002, 13003, 13332, 15201 sub EVENT_SAY { if($text=~/hail/i) { quest::say("Hail, $name! Bow before the greatness of the Clerics of Underfoot! It is good to be a paladin in such an order as ours - to fight the good fight and defend Kaladim from the evil and undead. If you be a paladin, then I pray you find the [courage to battle the undead]."); } if($text=~/courage/i) { quest::say("Yes!! To battle the undead is our greatest call. There has been a rise in the number of dwarven skeletons seen in the Butcherblocks. If you are a true member of this order, I shall reward you for the return of four bone chips. We shall defend our land from evil!"); } elsif ($text=~/remains of cromil/i) { if ($faction <= 4) { quest::say("My brother Cromil ventured to the Plains of Karana on the continent of Antonica. He never returned. Rumor has it that his undead skeleton is now part of an undead army in the plains. To end this curse, I ask all good paladins of this temple to return his bones to me. Nothing less than a spell is my reward for such a deed."); } else { quest::say("The Clerics of Underfoot have yet to see your faith directed towards our wills. Perhaps you should assist Master Gunlok Jure in the crusade against the undead."); } } } sub EVENT_ITEM { if(plugin::check_handin(\%itemcount, 13073 => 4)) { quest::say("You have done well. We thank you for your deed with this humble reward. The power behind the raising of our dead shall soon be found. You will earn more respect with more bone chips. I only wish you could assist in the return of the [remains of Cromil]."); quest::summonitem(quest::ChooseRandom(2116,2122,5013,5014,5016,5023,6011,13002,13003)); # Item(s): Small Patchwork Tunic (2116), Small Tattered Gloves (2122), Rusty Short Sword (5013), Rusty Axe (5014), Rusty Broad Sword (5016), Rusty Two Handed Sword (5023), Rusty Mace (6011), Torch (13002), Small Lantern (13003) quest::ding(); quest::givecash(7,10,0,0); # Cash quest::faction(227,10); # Clerics of Underfoot quest::faction(274,10); # Kazon Stormhammer quest::faction(293,7); # Miners Guild 249 quest::exp(250); # Experience } elsif (($faction <= 4) && (plugin::check_handin(\%itemcount, 13332 => 1))) { # Dwarf Bones quest::say("Many thanks, my friend. Now my brother can rest in peace. Please take this spell. May it serve you well."); quest::ding(); quest::faction(227, 25); # Clerics of Underfoot quest::faction(274, 25); # Kazon Stormhammer quest::faction(293, 25); # Miners Guild 249 quest::exp(10000); quest::givecash(0, 0, 2, 0); quest::summonitem(15201); # Item: Spell: Flash of Light } #do all other handins first with plugin, then let it do disciplines plugin::try_tome_handins(\%itemcount, $class, 'Paladin'); plugin::return_items(\%itemcount); }
Source: 17 Jan 2022
Quest Source: 28 May 2022