Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Tagrin_Maldric.lua - Quest File
General Info
Quest File
function event_combat(e) if (e.joined == true) then eq.set_timer("OOBcheck", 6 * 1000); eq.spawn2(214119,0,0,1643,1966,-328,387); -- NPC: Animated_Decorin_Blade eq.spawn2(214119,0,0,1163,1786,-328,131); -- NPC: Animated_Decorin_Blade eq.spawn2(214119,0,0,1643,1966,-328,387); -- NPC: Animated_Decorin_Blade eq.spawn2(214119,0,0,1163,1786,-328,131); -- NPC: Animated_Decorin_Blade eq.spawn2(214119,0,0,1163,1786,-328,131); -- NPC: Animated_Decorin_Blade else eq.stop_timer("OOBcheck"); end end function event_timer(e) if(e.timer=="OOBcheck") then eq.stop_timer("OOBcheck"); if (e.self:GetY() < 1697) then e.self:Say("I'll not let you draw me from my forge. Return when you want to fight me like warriors."); e.self:CastSpell(3230, e.self:GetID()) e.self:GotoBind(); e.self:WipeHateList(); else eq.set_timer("OOBcheck", 6 * 1000); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022