Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Azdalin.lua - Quest File
General Info
Quest File
function event_combat(e) local random_result = math.random(60); if(e.joined) then e.self:Say("Foolish adventurer!! You shall die. You are nothing to Azdalin. "); if(random_result <=20) then e.self:Say("" .. e.other:Class() .. " like you always bring out the worst in me!"); elseif(random_result <=40) then e.self:Say("I really hate " .. e.other:Class() .. " like you!"); else e.self:Say("" .. e.other:Class() .. " like you are an affront to my senses!"); end end end --by: Qadar ------------------------------------------------------------------------------------------------- -- Converted to .lua using MATLAB converter written by Stryd -- Find/replace data for .pl --> .lua conversions provided by Speedz, Stryd, Sorvani and Robregen -------------------------------------------------------------------------------------------------
Source: 17 Jan 2022
Quest Source: 28 May 2022