Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Tizina.lua - Quest File
General Info
Quest File
-- items: 2354 function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {gold = 50})) then e.self:Say("Since you have given me gold, I will give you gloves. For more magic gloves, give a bloodstone to Tarn Visilin in the Highkeep library."); e.other:SummonItem(2354); -- Item: Enchanted Gloves e.other:Ding(); end item_lib.return_items(e.self, e.other, e.trade) end -- Quest by mystic414
Source: 17 Jan 2022
Quest Source: 28 May 2022