Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#First_Fragment_of_Igok.lua - Quest File
General Info
Quest File
-- items: 63127 function event_say(e) if (e.message:findi("hail")) then if (e.other:HasItem(63118)) then e.self:Say("Oh . .yes yes. Good good."); e.other:SummonItem(63127); -- First Igok Fragment end end end function event_trade(e) local item_lib = require("items"); item_lib.return_items(e.self, e.other, e.trade); end
Source: 17 Jan 2022
Quest Source: 28 May 2022