Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Drigaz_Grumblegrowl.lua - Quest File
General Info
Quest File
-- Converted to .lua by Speedz -- items: 1779, 14585, 1780 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Grrreetings, " .. e.other:GetName() .. ", would you like to share a roasted rat steak or perhaps a tall glass of gnomish spirits? Have no fear of my appearance. My bark is meaner than my bite! Grraw haw haw!"); end end function event_trade(e) local item_lib = require("items"); if (item_lib.check_turn_in(e.trade, {item1 = 1779,item2 = 14585})) then -- Items: 1779 - Sealed Parchment, 14585 - Odd Cold Iron Necklace e.self:Say("I had hoped to see the last of these sorrowful symbols. There is little I can tell you of the details of the kobold religion as I was rescued from death as a pup by the Deep Muses and reunited with Brell Serilis. What I know is this, the deity this symbol represents is named Rolfron Zek. He was a devoted shaman of Brell before the Abandonment, now he is the lord of Despair and Hopelessness. There is a shaman of Rolfron that teaches the local kobolds, he carries with him a doctrine. Recover the doctrine and take it with this translation scroll back to your Temple"); e.other:SummonItem(1780); -- Item: Hieroglyph Translations e.other:Ding(); e.other:Faction(240,5,0); -- Faction: Deepmuses e.other:Faction(288,1,0); -- Faction: Merchants of Ak`Anon e.other:Faction(255,1,0); -- Faction: Gem Choppers e.other:Faction(238,-1,0); -- Faction: Dark Reflection e.other:AddEXP(1500); end item_lib.return_items(e.self, e.other, e.trade) end
Source: 17 Jan 2022
Quest Source: 28 May 2022