Bug Closed · Resolved

Targeters not working with skills run by onattack auras

#2252 opened by Unknown 4 years ago

Unknownreported this bug

Summary

I'm using the onattack aura to run a skill which is supposed to deal flat bonus damage to the target.

  • onAttack{d=10000;oH=Childofflamehit;cE=false;auraname=Child_Of_Flame_Aura}

You can see the full skill in the pastebin below.

Steps to reproduce

https://pastebin.pl/view/2614cf7d

Current behavior

Any skill run by the Childofflamehit ability (triggered by the onattack aura) completely ignores targeters. @target, @trigger, @EIR{r=5} eg: all of these targeters still causes the damage to effect the attacking player, rather than the entity being hit.

Intended correct behavior

The targeter should be applied as expected. @Target should target the mob being hit with the skill. EG.

Server log file

Lokuster in discord also had the same issue with quote "The same problem even with a skill that worked well before"

https://pastebin.pl/view/82a5e419 (Excuse all the mm config errors, i'm in the process of converting away from MME)

Debug log snippet

https://pastebin.pl/view/6e96026f

Proposed fixes

Make the targeters apply properly.

Sign in to join the discussion.