Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#a_flame_mephit.lua - Quest File
General Info
Quest File
function event_death_complete(e) -- send a signal to the #fire_trigger that I died eq.signal(223173,1); -- NPC: phase_one_fire local xloc = e.self:GetX(); local yloc = e.self:GetY(); local zloc = e.self:GetZ(); local heading = e.self:GetHeading(); -- spawn both a_flame_mephit and an_inferno_mephit eq.spawn2(223089,0,0,xloc,yloc+5,zloc,heading); -- NPC: a_flame_mephit eq.spawn2(223095,0,0,xloc,yloc-5,zloc,heading); -- NPC: an_inferno_mephit end
Source: 17 Jan 2022
Quest Source: 28 May 2022