Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#geonid_trap.lua - Quest File
General Info
Quest File
function event_combat(e) if (e.joined == true) then local roll = math.random(100) if (roll >= 85) then eq.spawn2(218074,0,0,e.self:GetX(),e.self:GetY(),e.self:GetZ(),e.self:GetHeading()); --Glimmerstone eq.depop_with_timer(); else eq.spawn2(218046,0,0,e.self:GetX(),e.self:GetY(),e.self:GetZ(),e.self:GetHeading()); --A young cave geonid eq.depop_with_timer(); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022