Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Zapho_the_Ancient.lua - Quest File
General Info
Quest File
-- Converted to .lua by Speedz function event_say(e) if(e.message:findi("hail")) then e.self:Say("Oh! Please excuse me. I was busy creating some new illusions for my collection. Hello there, " .. e.other:GetName() .. "! I am Zapho the Ancient. My return from the halls of the Realm of Heroes is the will of Bertoxxulous. I must watch over those who catch the eyes of the gods and recognize their heroic deeds."); 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