Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
orc_emissary.lua - Quest File
General Info
Quest File
function event_combat(e) if(e.joined) then random_say = math.random(100); if(random_say <= 30) then e.self:Say("Death!! Death to all who oppose the Crushbone orcs!!"); elseif(random_say <= 65) then e.self:Say("Hail, Emperor Crush!!"); else e.self:Say("Fall before the might of Clan Crushbone!!"); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022