Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Dooly_Jonkers.lua - Quest File
General Info
Quest File
function event_say(e) if(e.message:findi("hail")) then e.self:Say(string.format("Greetings, %s! Welcome to the Academy of Arcane Science. Nowhere on Norrath can you find a greater learning center.",e.other:GetName())); elseif(e.message:findi("retlon brenclog")) then e.self:Say("I'm very sorry to report that Retlon was kidnapped by some vile orcs from Crushbone. And I haven't seen him since."); end end function event_trade(e) local item_lib = require("items"); item_lib.return_items(e.self, e.other, e.trade) end -- END of FILE Zone:freportw -- Dooly_Jonkers
Source: 17 Jan 2022
Quest Source: 28 May 2022