Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Captain_Hazran.lua - Quest File
General Info
Quest File
-- items: 13916 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Hail, " .. e.other:GetName() .. "! We are the Militia of Freeport. Our training disciplines have created some of the finest guards ever to walk upon Norrath. To prove your loyalty and ability your first mission is to be the extermination of [Clan Deathfist]."); elseif(e.message:findi("clan deathfist")) then e.self:Say("The orcs of the Commonlands call themselves Clan Deathfist. They have committed many vile acts upon the residents of the Commonlands as well as persons traveling to and from Freeport. They must be destroyed. Go forth to slay them. I shall pay a bounty for every two Deathfist belts."); elseif(e.message:findi("bigger problem")) then e.self:Say("The bigger problem is the Knights of Truth. We have already started our campaign to rid the city of the Knights. The so-called Knights of Truth are not to be trusted."); end end function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {item1 = 13916,item2 = 13916})) then e.self:Say("Very fine work " .. e.other:GetName() .. ". With your help, we shall soon rid the commonlands of the orcs. Then we can move on to a [bigger problem]."); e.other:Ding(); e.other:Faction(330,5,0); -- Freeport Militia e.other:Faction(362,-1,0); -- priests of marr e.other:Faction(281,-1,0); -- Knights of Truth e.other:Faction(336,1,0); -- coalition of trade folk underground e.other:AddEXP(28000); --14000 xp per belt e.other:GiveCash(0,0,8,0); end item_lib.return_items(e.self, e.other, e.trade); end -- END of FILE Zone:freportw ID:9109 -- Captain_Hazran
Source: 17 Jan 2022
Quest Source: 28 May 2022