Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
a_pile_of_mold.lua - Quest File
General Info
Quest File
function event_combat(e) e.self:Emote("erupts in a cloud of spores!"); local spawns = math.random(1,5); for n = 1, spawns do mob = eq.spawn2(11164,0,0,e.self:GetX() + math.random (-5,5), e.self:GetY() + math.random(-5,5), e.self:GetZ(), e.self:GetHeading()); -- a_sporeling (11164) eq.depop_with_timer(); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022