Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Terror_Matriarch.lua - Quest File
General Info
Quest File
function event_combat(e) if ( e.joined ) then eq.set_timer("hatchling", 30000); else eq.stop_timer("hatchling"); end end function event_timer(e) if ( e.timer == "hatchling" ) then -- spawn an_abhorrent_hatchling or a_rapacious_hatchling or a_voracious_hatchling eq.spawn2(eq.ChooseRandom(204084, 204083, 204082), 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), 0); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022