Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Advisor_Svartmane.lua - Quest File
General Info
Quest File
-- items: 52964, 54289 function event_trade(e) local item_lib = require("items"); local qglobals = eq.get_qglobals(e.other); if(qglobals["ench_epic"] >= "2" and e.other:GetFaction(e.self) < 5) then if(item_lib.check_turn_in(e.trade, {item1 = 52964})) then e.self:Say("I can't . . I . . .of course, I do not think that Tserrina has any need for this. I can't imagine that she would miss it at all. Please, take it."); e.other:SummonItem(54289); -- Item: 1st Piece of the Staff end end item_lib.return_items(e.self, e.other, e.trade) end
Source: 17 Jan 2022
Quest Source: 28 May 2022