Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Zeek.lua - Quest File
General Info
Quest File
-- items: 18651, 18652, 18653, 18654, 13984 function event_say(e) if(e.message:findi("hail")) then e.self:Say("Ah, so many dead to destroy, so little time. What is it you want? You seek the [potions] perhaps?"); elseif(e.message:findi("potions")) then e.self:Say("Give me the four clues."); end end function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {item1 = 18651,item2 = 18652,item3 = 18653,item4 = 18654})) then e.other:SummonItem(13984); -- Item: Crate of Potions e.other:Ding(); e.other:AddEXP(100); end item_lib.return_items(e.self, e.other, e.trade) end
Source: 17 Jan 2022
Quest Source: 28 May 2022