644 B
644 B
Function: SendHearCast(spell, spell_visual_id, cast_time, caster, target)
Description: Sends a notice to the area that they see visually per Spell Visuals in https://wiki.eq2emu.com/ReferenceLists and receive a spell message in their chat window based on Caster and Target.
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.spell_visual_id
(uint32) - Integer valuespell_visual_id
.cast_time
(int32) - Time valuecast_time
in seconds.caster
(Spawn) - Spawn object representingcaster
.target
(Spawn) - Spawn object representingtarget
.
Returns: None.
Example:
Example Required