Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Galronar_Spawner.lua - Quest File
General Info
Quest File
function event_spawn(e) eq.set_timer("spawn", 6000); end function event_timer(e) if (e.timer == "spawn") then eq.stop_timer("spawn"); eq.spawn2(222000, 0, 0, 22, 78, -14.5, 193); -- NPC: A_Rock_Studded_Champion eq.spawn2(222000, 0, 0, 99, 1, -14.5, 450); -- NPC: A_Rock_Studded_Champion eq.spawn2(222000, 0, 0, 98, 78, -14.5, 320); -- NPC: A_Rock_Studded_Champion eq.spawn2(222000, 0, 0, 20, 1, -14.5, 65); -- NPC: A_Rock_Studded_Champion end end
Source: 17 Jan 2022
Quest Source: 28 May 2022