Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
982.lua - Quest File
General Info
Quest File
-- 982: Cazic Touch (Death Touch) function event_spell_effect(e) local casterMob = eq.get_entity_list():GetMobID(e.caster_id); if (casterMob and e.target:IsClient()) then local client = e.target:CastToClient(); if (client) then casterMob:Shout(string.upper(client:GetCleanName()) .. "!"); end end end
Source: 17 Jan 2022
Quest Source: 28 May 2022