Bug Verified

onAttack's onhit attribute

#1831 opened by Unknown 5 years ago

Unknownreported this bug

onAttack{auraName=frozen;oH=frozen-hit;oE=frozen-end;onTick=frozen-tick;interval=3;duration=100;cocw=true;cosu=true} @Self

  • frozen:
  • Skills:
    • damage{a=10;element=Magic;pi=true}
  • In the past build dev version, when I cast this skill, it will damage the target that the caster hit.
  • But in the newest build dev version, when I cast it, it will damage the caster.
  • I tried @trigger but it doesn't work, @target is not that good because it will damage the target that the caster looking at.
Unknowncommented

Verified this as a bug earlier in ticket 0588 Premium, the targeter inherits where it didn't before, forcing players to use @target which can miss the intended target. COWC also doesn't work.

Unknowncommented

Build 3664 still have the problem.

Sign in to join the discussion.