Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Romiak_Jusathorn.lua - Quest File
General Info
Quest File
-- items: 18741, 13560 function event_trade(e) local item_lib = require("items"); if(item_lib.check_turn_in(e.trade, {item1 = 18741})) then -- A tattered note e.self:Say("Greetings, I am Romiak Jusathorn, Master Enchanter of the Academy. Take this.. it's our guild robe; it will help protect you in this harsh environment. Now, let's get to work!"); e.other:SummonItem(13560); -- Old Violet Robe e.other:Ding(); e.other:Faction(220,100,0); -- Arcane Scientists e.other:Faction(281,25,0); -- Knights of Truth e.other:Faction(296,-15,0); -- Opal Dark Briar e.other:Faction(330,-15,0); -- The Freeport Militia e.other:AddEXP(100); end item_lib.return_items(e.self, e.other, e.trade) end -- END of FILE Zone:freportw -- Romiak_Jusathorn
Source: 17 Jan 2022
Quest Source: 28 May 2022