[Spell] Missile with Bash works even against invulnerability

Level 15
Joined
Sep 11, 2013
Messages
557
Greetings!

I found a new problem that bothered me for 3 days…

I don't know why, but if a unit that has Bash passive (with 100% proc in my example) launches a missile attack towards my unit and my unit becomes invulnerable meanwhile, that missile still procs the Bash on my unit, and I don't want that.

Why that happen and how I can fix this problem? I don't want to be stunned by an attack if I have Invulnerability.



The help will be appreciated!
:peasant-bowing: :peasant-bowing::peasant-bowing:
 
Issue from Reforged.
Use crutches for dodge projectiles when skill cast, like:
Hide Unit
Show Unit
Select Unit For Player.
Or create a custom Bash.

Thank you very much! This Hide/Unhide has solved the problem very smoothly. :peasant-ok-hand:

A custom Bash is also a nice idea. :peasant-cheers-back:

  • Item Invulnerability Stun Fix
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Item Temporary Invulnerability 10
    • Actions
      • Unit - Hide (Triggering unit)
      • Unit - Unhide (Triggering unit)
      • Selection - Select (Triggering unit) for (Owner of (Triggering unit))
 
Back
Top