Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Hero_Shrine_Guardian.lua - Quest File
General Info
Quest File
function event_waypoint_arrive(e) if(e.wp == 10) then local which = math.random(1,3); if (which == 1) then e.self:Say("Hail, soldier. You are relieved of duty, please report back to this post at the end of my shift."); elseif (which == 2) then e.self:Say("Your shift has ended. Have a good evening, and good work today."); elseif (which == 3) then e.self:Say("Good evening, time for you to leave. Get some sleep."); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022