Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Guard_Ginton.lua - Quest File
General Info
Quest File
function event_combat(e) if(e.joined == true) then e.self:Say(string.format("Time to die %s!",e.other:GetCleanName())); end end function event_say(e) if(e.message:findi("hail")) then e.self:Say(string.format("Hail, %s! I am sorry but I do not have time to chat, as I must get back to my patrol. May the Prme Healer walk with you!",e.other:GetName())); end end function event_waypoint_arrive(e) if(e.wp == 18) then e.self:Say("Have you noticed anything strange about Commander Bayle lately? I saw him talking to that trouble-making Irontoe the other day and one night late last week, when I was on patrol, I saw him sneaking into Crow's"); eq.signal(2094,1); -- NPC: Guard_Hezlan end end
Source: 17 Jan 2022
Quest Source: 28 May 2022