Skip to content
Version 2.11.0
↓ Get the launcher

CombatEvent.EntitySummonAppeared constructor

A summon/pet entity entered AOI (SyncNearEntities.appear) carrying a resolvable owner attribution. Fired once per appear, only when the entity’s AttrCollection carries AttrTopSummonerId or AttrSummonerId — most appearing entities (players, unowned mobs) carry neither and never raise this event. Useful as an early, wind-up-free timestamp anchor for a caster’s summon-based action (e.g. a Battle Imagine cast) that is otherwise only observable once the summon lands its first hit.

public EntitySummonAppeared(long TimestampMs, EntityId SummonerId, EntityId SummonId)
parameter description
TimestampMs Client receive time in server-epoch milliseconds; the wire appear message itself carries no timestamp field.
SummonerId Owning entity the summon is attributed to (AttrTopSummonerId, falling back to AttrSummonerId when only that is present).
SummonId The summon/pet entity that appeared.