Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Disciple_of_Metal.lua - Quest File
General Info
Quest File
--340426 function event_spawn(e) e.self:SetSpecialAbility(19, 1); e.self:SetSpecialAbility(20, 1); e.self:SetSpecialAbility(25, 1); e.self:SetSpecialAbility(24, 1); e.self:SetSpecialAbility(35, 1); end function event_timer(e) if (e.timer == "chat") then eq.get_entity_list():MessageClose(e.self, false, 200, 10, "In a clear ringing voice, The Disciple of Metal says, 'Please forgive my poor humor, but I am very eager to test your mettle."); eq.stop_timer("chat"); end end function event_signal(e) if (e.signal == 1) then eq.set_timer("chat", 25000); e.self:SetGrid(12); eq.start(12); elseif (e.signal == 2) then e.self:SetSpecialAbility(19, 0); e.self:SetSpecialAbility(20, 0); e.self:SetSpecialAbility(25, 0); e.self:SetSpecialAbility(24, 0); e.self:SetSpecialAbility(35, 0); e.self:AddToHateList(e.self:GetTarget(),1); end end function event_death_complete(e) eq.signal(340416,340426); end
Source: 17 Jan 2022
Quest Source: 28 May 2022