Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Mar_Sedder.lua - Quest File
General Info
Quest File
-- items: 13171 function event_say(e) local tax = eq.get_qglobals(e.other); if(e.message:findi("hail")) then e.self:Say(string.format("Hail, %s. What brings you to the Tin Soldier? We have the finest in previously owned weapons and armor. Feel free to browse.",e.other:GetName())); elseif(e.message:findi("tax collection") and tax.tax_collection ~= nil) then e.self:Say(string.format("Here are the taxes, %s. Boy, you call the guards and they take their time to show up but be a few days late on your taxes and they send the goons after you. Sheesh!",e.other:GetName())); e.other:Faction(291,-10,0); -- Faction: Merchants of Qeynos e.other:SummonItem(13171); -- Item: Sedder's Tax Payment end end
Source: 17 Jan 2022
Quest Source: 28 May 2022