Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Klom_Jysun.lua - Quest File
General Info
Quest File
-- items: 17261, 22583, 22584, 22586, 22585, 22587, 22588, 22589, 9934, 9920, 9939 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Pleasure to meet you "..e.other:GetName()..". I am Klom Jysun, Grandmaster of the Ashen Order. I have lived in the great city of Freeport for quite sometime now and have watched the city evolve and change. Nowadays though I am in charge of training new members of the Ashen Fist. If you are a young monk and are in need of some armor I might have some work for you. Are you a [monk]?"); elseif(e.other:Class() == "Monk") then if(e.message:findi("monk")) then e.self:Say("I am always pleased when a new disciple visits our sacred halls. If you are [interested] in crafting your own armor I have a number of gathering tasks for you to do that will test both your navigational and fighting skills."); elseif(e.message:findi("interested")) then e.self:Say("I am very pleased to here about your interest in proving your worth to the Ashen Order. First let me present you with this Fistfighters Sewing Kit. Inside of it you will combine [various components] to form armor materials. Once you have a material for a certain piece of armor you will combine it in a Loom along with the appropriate pattern. When you inform me what piece of armor you [want] to craft. I will be able to present you with the component recipe and pattern needed for crafting it."); e.other:SummonItem(17261); -- Fistfighters Sewing Kit ID-17261 elseif(e.message:findi("various components")) then e.self:Say("The items you will need to collect are all over the Freeport area, some in stores some off vicious monsters. If you are up for the challenge though I will be able to provide you with the armor recipes and patterns for Stonehand [Cap], [Bracers], [Sleeves], [Sandals], [Trousers], [Gloves] and [Robes]. All you will need to do is tell me what piece of armor you [want to craft], and I will be able to present you with the component recipe and pattern needed for crafting it."); elseif(e.message:findi("cap")) then e.self:Say("A cap will almost certainly be your most important piece of armor you will craft. To create your cap material you will need to combine 2 Matted Lion Pelts, 1 Malachite, 1 Snake Scales and a Cloth Cap in your assembly kit. Once you have created the proper material take it to a Loom along with this pattern to fashion your very own Cap of the Stonehand."); e.other:SummonItem(22583); -- An Enchanted Cap Pattern ID-22583 elseif(e.message:findi("bracer")) then e.self:Say("In the case that you are not able to dodge a blow from an attacker a solid wristband will prevent you from getting seriously hurt. To create your bracer material you will need to combine 1 Matted Lion Pelt, 2 Rat Ears, 1 Coyote Pelt and a Cloth Wristband in your assembly kit. Once you have created the proper material take it to a Loom along with this pattern to fashion your very own Bracer of the Stonehand."); e.other:SummonItem(22584); -- An Enchanted Bracer Pattern ID-22584 elseif(e.message:findi("sleeve")) then e.self:Say("A monks body is a representation of all that he or she has worked so hard for. It would be a shame to see your body, especially your arms riddled with bruises. To create your sleeve material you will need to combine 2 Matted Lion Pelts, 2 Lion Tails, and Cloth Sleeves in your assembly kit. Once you have created the proper material take it to a Loom along with this pattern to fashion your very own Sleeves of the Stonehand."); e.other:SummonItem(22586); -- An Enchanted Sleeves Pattern ID-22586 elseif(e.message:findi("sandal")) then e.self:Say("Lightweight but effective, your Sandals of the Stoenhand will give you the appropriate foot protection without weighing you down while you are fighting. To create your sandals material you will need to combine 3 Matted Lion Pelts, 1 Giant Spider Egg Sack, 2 Severed Orc Feet, 1 Bone Chip and Cloth Sandals in your assembly kit. Once you have created the proper material take it to a Loom along with this pattern to fashion your very own Sandals of the Stonehand."); e.other:SummonItem(22585); -- An Enchanted Sandals Pattern ID-22585 elseif(e.message:findi("trouser")) then e.self:Say("Trousers are a definite must for any Initiate of the Ashen Fist. You will learn to generate some attacks using your legs later in your training that is why it is necessary that you keep them in as best shape as possible. To create your trouser material you will need to combine 4 Matted Lion Pelts, 1 Cutthroat Insignia Ring, 1 Spider Venom Sac and 1 Cracked Giant Scarab Carapace in your assembly kit. Once you have created the proper material take it to a Loom along with this pattern to fashion your very own Trousers of the Stonehand."); e.other:SummonItem(22587); -- An Enchanted Trousers Pattern ID-22587 elseif(e.message:findi("glove")) then e.self:Say("The gloves will assist you in hitting anything that might have some kind of magical barrier surrounding it preventing you from damaging it with your bare hands. To create your glove material you will need to combine 3 Matted Lion Pelts, 1 Giant Scarab Eye, 1 Rat Whisker, 1 Ale and 1 Armadillo Carapace in your assembly kit. Once you have created the proper material take it to a Loom along with this pattern to fashion your very own Gloves of the Stonehand."); e.other:SummonItem(22588); -- An Enchanted Gloves Pattern ID-22588 elseif(e.message:findi("robe")) then e.self:Say("Your robe is essential to your armor set and I am very pleased to hear that you are ready to craft it. To create your robe material you will need to combine 5 Matted Lion Pelts, 1 High Quality Cat Pelt, 1 Lion Mane, 1 Leaf Scarab Carapace, 1 Giant Scarab Brain and 1 Cloth Shirt in your assembly kit. Once you have created the proper material take it to a Loom along with this pattern to fashion your very own Robe of the Stonehand. Please come back to see me after you have completed your robe, I have a [favor] to ask of you."); e.other:SummonItem(22589); -- An Enchanted Robe Pattern ID-22589 elseif(e.message:findi("favor")) then e.self:Say("I had a student not too long ago that trained with me for quite sometime. He showed a lot of promise on his way to becoming a Grandmaster, however one day he came to tell me that he intended on joining the militia. I told him that I did not feel that was what he wanted to do but he insisted. On the day that he left he stole a headband from me that I was presented with by the Hall of Truth. This headband meant a lot to me, if you were able to find Firansad I am sure he will have it. Return it to me with two Orc Toes and I will surely reward you for your trouble."); end end end function event_trade(e) local item_lib = require("items"); if(e.other:Class() == "Monk") then if(item_lib.check_turn_in(e.trade, {item1 = 9934,item2 = 9920,item3 = 9920})) then e.self:Say("Good work, "..e.other:GetName()..", try these knuckles."); e.other:SummonItem(9939); -- Kloms Brass Knuckles e.other:Ding(); e.other:AddEXP(100); end end item_lib.return_items(e.self, e.other, e.trade); end -- END of FILE Zone:freportw -- Klom_Jysun
Source: 17 Jan 2022
Quest Source: 28 May 2022