Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Juegile_Sohgohm.lua - Quest File
General Info
Quest File
-- Arcane Order armor quests -- items: 17271, 22588, 22585, 22584, 22583, 22587, 22586, 22589, 27431, 27495 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Why hello there " .. e.other:GetName() .. "! Its not often that I get many visitors to our sacred hall here. I am Juegile Sohgohm, Master Elementalist of the Order of Three. I have studied in these hallowed halls for all of my days. In my spare time I also pride myself as being a mentor for all of our new apprentices. If you are a young [Magician, Wizard or Enchanter] and you hail from the Order of Three house I might have some work for you."); elseif(e.message:findi("young magician")) then e.self:Say("Excellent, you must have certainly heard of the [training exercises] all new recruits must undergo."); elseif(e.message:findi("young wizard")) then e.self:Say("Excellent, you must have certainly heard of the [training exercises] all new recruits must undergo."); elseif(e.message:findi("young enchanter")) then e.self:Say("Excellent, you must have certainly heard of the [training exercises] all new recruits must undergo."); elseif(e.message:findi("training exercise")) then e.self:Say("The training exercises that I have prepared for my recruits are very necessary for the development of ones intellectual and hunting abilities. You will be presented with a Beginners Sewing Kit first, that will be used to combine a number of different [magical items] to create an infused armor material. Your material can then be combined in a loom with a pattern that I will present you with to create assorted pieces of Arcane Order Armor."); elseif(e.message:findi("magical item")) then e.self:Say("The items that are required for your armor materials will come from all areas of Qeynos, including some of our merchants. When you are ready to collect the items for a specific armor piece please tell me what armor piece you [want] to craft. I can provide you with the material recipes and applicable patterns for Arcane Order [Caps], [Bracers], [Sleeves], [Sandals], [Trousers], [Gloves] and [Robes]."); e.other:SummonItem(17271); -- Item: Beginners Sewing Kit elseif(e.message:findi("glove")) then e.self:Say("To create your glove material you will need to combine 3 Woven Spider Silks, 1 Shadow Wolf Paw, 1 Puma Skin and 1 Giant Fire Beetle Eye 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 Arcane Order."); e.other:SummonItem(22588); -- Item: Enchanted Gloves Pattern elseif(e.message:findi("sandal")) then e.self:Say("To create your boot material you will need to combine 3 Woven Spider Silks, 1 Gnoll Jawbone, 2 Gnoll Pup Scalps, 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 Arcane Order."); e.other:SummonItem(22585); -- Item: Enchanted Sandals Pattern elseif(e.message:findi("bracer")) then e.self:Say("To create your bracer material you will need to combine 1 Woven Spider Silk, 2 Snake Eggs, 1 Large Myotis Bat Ear 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 Arcane Order."); e.other:SummonItem(22584); -- Item: Enchanted Bracer Pattern elseif(e.message:findi("cap")) then e.self:Say("To create your cap material you will need to combine 2 Woven Spider Silks, 1 Rabid Wolf Hide, 1 Fire Beetle Leg 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 Arcane Order."); e.other:SummonItem(22583); -- Item: Enchanted Cap Pattern elseif(e.message:findi("trouser")) then e.self:Say("To create your trouser material you will need to combine 4 Woven Spider Silks, 1 Giant Fire Beetle Carapace, 1 Spider Legs and 1 Matted Lion Pelt 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 Arcane Order."); e.other:SummonItem(22587); -- Item: Enchanted Trousers Pattern elseif(e.message:findi("sleeve")) then e.self:Say("To create your sleeves material you will need to combine 2 Woven Spider Silks, 2 Giant Whiskered Bat Eyes, 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 Arcane Order."); e.other:SummonItem(22586); -- Item: Enchanted Sleeves Pattern elseif(e.message:findi("robe")) then e.self:Say("To create your robe material you will need to combine 5 Woven Spider Silks, 1 Medium Quality Bear Skin, 1 Bandit Sash, 1 Giant Fire Beetle Leg, 1 Golden Bandit Tooth 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 Arcane Order. I have one more [task] for you to complete young Conlara, so please come see me after you have completed your robe."); e.other:SummonItem(22589); -- Item: Enchanted Robe Pattern elseif(e.message:findi("task")) then e.self:Say("I have heard word that there are numerous gnolls in the hills terrorizing a good friend of mine Rephas. I need you to go to the hills and assist my friend Rephas. Rephas had 3 pages of research he was studying and they were stolen by these gnolls. I need you to retrieve these pages and bring them to Rephas. He will then give you a completed book to return to me. Bring me back the completed book from Rephas and I will surely reward you for your efforts."); end end function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {item1 = 27431})) then e.self:Say("I knew I could rely on Rephas to finish this research for me. We both know that this would not have been possible without your help young " .. e.other:GetName() .. " . Please take this dagger as a symbol of your dedication to the Order of Three. Your good deeds will surely be known throughout our guildhouse. Good luck to you!"); e.other:SummonItem(27495); -- Item: Dagger of Arcane Order e.other:Ding(); e.other:Faction(342,30,0); -- Faction: Order of Three e.other:Faction(221,-30,0); -- Faction: Bloodsabers e.other:Faction(262,30,0); -- Faction: Guards of Qeynos e.other:Faction(296,-30,0); -- Faction: Opal Darkbriar e.other:AddEXP(5000); end item_lib.return_items(e.self, e.other, e.trade) end -- EOF zone: qeynos ID: 3037 name: Juegile_Sohgohm
Source: 17 Jan 2022
Quest Source: 28 May 2022