Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_sickly_mosquito.lua - Quest File
General Info
Quest File
-- items: 62642 function event_combat(e) if (e.joined == true) then eq.set_next_hp_event(25); end end function event_timer(e) if(e.timer=="check") then if(math.random(4)==1) then e.self:ForeachHateList( function(ent, hate, damage, frenzy) if(ent:IsClient()) then if(ent:CastToMob():GetClass()==4 and damage > 0) then local currclient=ent:CastToClient(); if(currclient:GetItemIDAt(Slot.Primary)==62646) then currclient:SummonItem(62642); -- Item: Captured Mosquito eq.depop_with_timer(); end end end end ); end end end function event_hp(e) eq.set_timer("check",15000); end function event_death(e) e.self:CastSpell(5688, e.self:GetHateRandom():GetID()); -- Spell: Epidermal Rot end
Source: 17 Jan 2022
Quest Source: 28 May 2022