Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
209122.lua - Quest File
General Info
Quest File
function event_spawn(e) eq.set_timer("roll",4*1000); end function event_timer(e) if (e.timer == "roll") then local rand = math.random(1,100); if (rand <= 50) then eq.get_entity_list():MessageClose(e.self, false, 100, 0, "The storm clouds pass harmlessly."); end eq.depop(); end end
Source: 17 Jan 2022
Quest Source: 28 May 2022