How to make impaled units not invulnerable?

Firezy

New Member
Reaction score
14
Searched long and wide, no avail

Does anyone know how I can make it so that units that are impaled don't turn invulnerable?
 

Renendaru

(Evol)ution is nothing without love.
Reaction score
309
You'd have to trigger the impale I'm afraid, I think.
 

Accname

2D-Graphics enthusiast
Reaction score
1,464
i dont know, but you could pick all units with the impale buff every 0.01 seconds and make them vulnerable via trigger:
Code:
Unit - Make (Picked unit) Vulnerable
dunno if it works, just a thought of mine.
 

Accname

2D-Graphics enthusiast
Reaction score
1,464
forget it, checked it out just now and it doesnt work.
it seems as you cant make impaled units not invulnerable, but you can change the flying duration of the units so the effect is only very short...
 

Trithilon-V2

New Member
Reaction score
20
Why dont you trigger it....?

Make a jump trigger which may be as simple as this :-
Code:
custom script : Local effect e
Unit - Add Ability (Crow Form) to (Triggering Unit)
Unit - Remove Ability (Crow Form) from (Triggering Unit)
Unit - Change Flying Height of (Triggering Unit) to (900) at rate (1800)
Special Effect - Add Special effect to (Triggering Unit) at "origin" with model "Impale"
custom script : set e = bj_lastcreatedeffect()
Wait 0.5 Seconds
Unit - Change Flying Height of (Triggering Unit) to (Unit Flying Height (Default)) at rate (1800)
Wait 0.5 Seconds
custom script : call DestroyEffect(e)
Unit - Cause Unit (Triggering Unit) to Damage (Target Unit of Ability Being cast) dealing 300 damage of Attack type (Spells) and Damage Type (Magic)
Optionally:-
You could cast a dummy stun (make a dummy unit cast a thunder bolt)
or if you want some smooth and sexy physics you can do all sorts of things....like using some jump system or code it yourself.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top