eqmac-quests/cabeast/Bugrin_the_Gatherer.lua
2023-07-24 13:24:37 -07:00

12 lines
485 B
Lua

function event_spawn(e)
eq.set_timer("depop",1200000);
end
function event_timer(e)
eq.depop();
end
-------------------------------------------------------------------------------------------------
-- Converted to .lua using MATLAB converter written by Stryd and manual edits by Speedz
-- Find/replace data for .pl --> .lua conversions provided by Speedz, Stryd, Sorvani and Robregen
-------------------------------------------------------------------------------------------------