Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
#Vrex_Stonemaster_Veset.lua - Quest File
General Info
Quest File
-- #Vrex_Stonemaster_Veset (297087) local myx local myy local myz local myh function event_spawn(e) myx = e.self:GetX() myy = e.self:GetY() myz = e.self:GetZ() myh = e.self:GetHeading() e.self:SetOOCRegen(0); end function event_signal(e) if (e.signal == 1) then --Active and able to kill, but won't fight back e.self:SetSpecialAbility(25, 0); e.self:SetSpecialAbility(35, 0); elseif (e.signal == 2) then e.self:SetSpecialAbility(25, 1); e.self:SetSpecialAbility(35, 1); end end function event_death_complete(e) eq.get_entity_list():MessageClose(e.self,false,120,0,"With the death of the final Vrex Stonemaster, the chanting finally stops.") end
Source: 17 Jan 2022
Quest Source: 28 May 2022