Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#a_mountain_dragon.lua - Quest File
General Info
Quest File
-- bard 1.5 -- no pre-reqs local dire_id = 250029 -- spawn2 ID function event_combat(e) if (e.joined == false and e.self:GetHPRatio() < 97) then eq.set_timer("depop", 12000) elseif (e.joined == true) then eq.stop_timer("depop)") end end function event_timer(e) if (e.self:GetHPRatio() == 100) then eq.update_spawn_timer(dire_id, 1000) eq.depop() end end
Source: 17 Jan 2022
Quest Source: 28 May 2022