Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Lanhern_Firepride.lua - Quest File
General Info
Quest File
-- items: 13038, 13291 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Why, hello there!! What is a powerful adventurer such as yourself doing in a dive like this? I hope it is buying little ol' me a drink...?"); end end function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {item1 = 13038,item2= 13038,item3 = 13038,item4 = 13038})) then e.self:Say("Mmmm..
Thank you. Here is a little dona..
dona..
mmmoney for your generosity."); e.other:SendSound(); e.other:SummonItem(13291); -- donation 2 e.other:Faction(291,5,0); -- Merchants of Qeynos e.other:Faction(223,-10,0); -- Circle of Unseen Hand e.other:Faction(219,5,0); -- Antonius Bayle e.other:Faction(229,5,0); -- Coalition of Tradefolk e.other:Faction(262,5,0); -- Guard of Qeynos e.other:AddEXP(200); end item_lib.return_items(e.self, e.other, e.trade) end
Source: 17 Jan 2022
Quest Source: 28 May 2022