Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Exterminator_Qalantir.lua - Quest File
General Info
Quest File
-- items: 13071 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Pleased to meet you! If you are a newcomer to Freeport then you can clearly see we are having quite the rat problem. If you are interested, the militia has granted me some coin to reward those that bring me four rat whiskers."); end end function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {item1 = 13071,item2 = 13071,item3 = 13071,item4 = 13071,})) then e.self:Say("This is good work! I know this isn't much, but it is all I can offer you. Thanks for your help!"); e.other:SummonItem(0); e.other:Ding(); e.other:Faction(336,1,0); -- Faction: Coalition of Tradefolk Underground e.other:Faction(330,1,0); -- Faction: The Freeport Militia e.other:Faction(281,-1,0); -- Faction: Knights of Truth e.other:Faction(362,-1,0); -- Faction: Priests of Marr e.other:AddEXP(50); e.other:GiveCash(1,2,1,0); end item_lib.return_items(e.self, e.other, e.trade) end --End of Exterminate the Vermin
Source: 17 Jan 2022
Quest Source: 28 May 2022