eqmac-quests/sleeper/A_wardstone.lua
2023-07-24 13:24:37 -07:00

8 lines
176 B
Lua

function event_combat(e)
if (e.joined) then
e.self:Say("DEPART!");
e.self:CastSpell(863, e.other:GetID(), 0, 0); -- Spell: Telekinesis
eq.depop_with_timer();
end
end