Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Xin-Xakra.lua - Quest File
General Info
Quest File
--This is an add spawned during the Shei Vinitras fight. If anyone is killed by this mob, a random mob (of 4 possible) will spawn. function event_slay(e) local a = eq.ChooseRandom(179161,179147,179160,179142); -- local x = e.self:GetX(); -- local y = e.self:GetY(); -- local z = e.self:GetZ(); -- local h = e.self:GetHeading(); eq.spawn2(a,0,0,e.self:GetX(),e.self:GetY(),e.self:GetZ(),e.self:GetHeading()); end --Submitted by Jim Mills ------------------------------------------------------------------------------------------------- -- Converted to .lua using MATLAB converter written by Stryd -- Find/replace data for .pl --> .lua conversions provided by Speedz, Stryd, Sorvani and Robregen -------------------------------------------------------------------------------------------------
Source: 17 Jan 2022
Quest Source: 28 May 2022