Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Thomas.pl - Quest File
General Info
Quest File
############################################################### # NPC: Thomas # Zone: Rathe Mtns # Quest: Helm of Ro ############################################################### # items: 12308, 12298 sub EVENT_SAY { if ($faction > 5) { quest::say("You have proven yourself not only an enemy of the Knights of Thunder, but an enemy of Karana himself. Now leave, sewer rat."); } elsif ($client->GetModCharacterFactionLevel(280) < 25) { quest::say("I cannot fully trust you. You must venture to the city of Qeynos. There you shall find the Temple of Thunder. It is there that you shall find ways to prove your nobility."); } else { if ($text=~/hail/i) { quest::say("Welcome to our camp. We are paladins gathered from many lands. We have been called to this land by our deities. Ours is a crusade of righteousness. Have you happened upon us by chance or do you [seek the sacred molds]?"); } elsif ($text=~/seek the sacred molds/i) { quest::say("Many of us carry the sacred molds of the holy paladin armor. We will release it only to those who have proven themselves to each of our deities. If you seek it, speak up!! Tell us which part you seek. I carry the secret of the [Helm of Ro]. The others carry those of vambraces, breastplates, bracers, gauntlets, greaves and boots of Ro."); } elsif($text=~/ronium/i) { quest::say("It is an alloy created from two rare metals. Only [Lord Searfire] knows the formula."); } elsif($text=~/helm of ro/i) { quest::say("To receive the mold of the Helm of Ro you must first demonstrate your strength. Go to the plains of thunder. There you shall hunt down the most vile creatures I have ever encountered. Seek the undead cyclopes. I have spied them in the most dangerous portions of my realm. Fetch me two of their skulls."); } elsif($text=~/lord searfire/i) { quest::say("Lord Searfire is a great forge master. He was called forth to the land of fire lakes. It is said that he now toils in the name of Solusek Ro within a hidden temple of that land. He and he alone knows how to obtain [ronium], a needed component for forging the sacred Armor of Ro."); } } } sub EVENT_ITEM { if ($client->GetModCharacterFactionLevel(280) > 24) { # amiable or better to get mold if (plugin::check_handin(\%itemcount, 12308 => 2)) { quest::say("You have proven yourself to Karana. I grant you the mold of the Ro Helm. May the winds of Karana blow in your favor. Now you must seek out [Lord Searfire] and ask him for [ronium] to complete the second and only other component needed to be fashioned by a master blacksmith."); quest::summonitem(12298); # Item: Mold of Ro Helm quest::faction(280, 20); #Knights of Thunder quest::faction(221, -20); #Bloodsabers quest::faction(341, 15); #Priests of Life quest::faction(262, 15); #Guards of Qeynos } elsif (plugin::check_handin(\%itemcount,12308 => 1)) { quest::say("I called for two cyclops skulls."); quest::summonitem(12308); # Item: Cyclops skull } } plugin::try_tome_handins(\%itemcount, $class, 'Paladin'); plugin::return_items(\%itemcount); } #END of FILE Zone:rathemtn ID:50112 -- Thomas
Source: 17 Jan 2022
Quest Source: 28 May 2022