Bug Closed · Invalid

Mechanic: Aura onEnd

#2187 opened by Unknown 5 years ago

Unknownreported this bug

Mechanic: Aura onEnd

The onEnd of this mechanic does not apply to the mob that actually HAS the aura. I've put -damage @EIR and it damages EIR around myself not around the mob.

Maybe we could get a Origin option and the origin to be who has the aura?

Unknowncommented

onEnd will apply to the mob it's on. The problem you're running into is that the @EIR targeter will target entities in a radius around the mob. You need to use @EntitiesNearOrigin to get entities around the origin of the skill, which is the location of the aura in this case.

Sign in to join the discussion.