Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Brutol_Rhaksen.lua - Quest File
General Info
Quest File
-- items: 19843, 18857, 13561, 19932, 19921, 19926, 19852, 19938 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Oh. hello down there. puny one. I'm Brutol Rhaksen. Commmander of warriors who [serve] the Dismal Rage. and that's really all you need to know..for now."); elseif(e.message:findi("serve")) then e.self:Say("You must become strong to survive amongst the ranks of the Dismal Rage. Take this note to Rolfic Gohar and he will help you get a suit of armor to protect your scrawny hide from the weapons of our enemies. Once you have been properly outfitted return to me and will give you your [next orders]."); e.other:SummonItem(19843); -- Note to Rolfic Gohar elseif(e.message:findi("next orders")) then e.self:Say("Ready to make yourself useful " .. e.other:GetName() .. " ? Beneath West Freeport are sewer tunnels leading to North Freeport being used by the Knights of Truth and the Sentries and Passion that have gained too much notoriety with the Freeport Militia and the Dismal Rage to pass safely through the eastern and western quarters of Freeport. We believe a sympathizer of the Sentries of Passion. Tarsa Yovar. is hiding somewhere in the western tunnel system. The sympathizer is a Steel Warrior faithful to Erollisi and although she is only a minor nuisance must be dealt with. Find her and bring me her head."); end end function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {item1 = 18857})) then -- A tattered note e.self:Say("Hahaha.. I sure hope you prove more valuable than you look, little one."); e.other:Ding(); e.other:SummonItem(13561); -- Faded Crimson Tunic e.other:Faction(271,100,0); -- Dismal Rage e.other:Faction(281,-15,0); -- Knights of Truth e.other:Faction(296,20,0); -- Opal Dark Briar e.other:AddEXP(100); elseif(item_lib.check_turn_in(e.trade, {item1 = 19932})) then -- Tarsa Yovar's Head e.self:Say("Take this and get it sharpened. Bring it back to me with a Giant Rattlesnake Skin and you will have proven yourself able to wield a Dismal Rage Battle Axe, to help teach the way of Innoruuk!"); e.other:Ding(); e.other:SummonItem(19921); -- Dull Dismal Battleaxe e.other:AddEXP(100); elseif(item_lib.check_turn_in(e.trade, {item1 = 19926,item2 = 19852})) then -- Sharpened Dismal Battleaxe - Giant Rattlesnake Skin e.self:Say("You have proven your faith " .. e.other:GetName() .. ". Take this to vanquish any and all whom question the absolute power of Innoruuk!"); e.other:Ding(); e.other:SummonItem(19938); -- Dismal Rage BattleAxe e.other:AddEXP(100); end item_lib.return_items(e.self, e.other, e.trade); end -- END of FILE Zone:freporte -- Brutol_Rhaksen
Source: 17 Jan 2022
Quest Source: 28 May 2022