impale

3plX

New Member
Reaction score
3
is there any way i can replace impale special effect with shockwave

Art - Special & Art - Missle dont work

do i have to make a dummy unit with shockwave model and order him to move?
 
You can't because impale is a series of effects, not just one that moves.

You'd have to make a dummy unit and tell it to move.
 
Yes use the impale with no effects then just move a dumy unit with the shockwave modle
 
Trigger:
  • test
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Impale
    • Actions
      • Set Temp_Point = (Position of (Triggering unit))
      • Set Temp_Point2 = (Target point of ability being cast)
      • Unit - Create 1 (YourDummyUnit) for (Owner of (Triggering unit)) at Temp_Point facing Temp_Point2
      • Unit - Order (Last created unit) to Move To Temp_Point
      • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
      • Custom script: call RemoveLocation(udg_Temp_Point)
      • Custom script: call RemoveLocation(udg_Temp_Point2)


Your dummy unit should have 'movement type flying', the "locust" ability, and have the "art -model" of the shockwave.
 
Trigger:
  • test
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Impale
    • Actions
      • Set Temp_Point = (Position of (Triggering unit))
      • Set Temp_Point2 = (Target point of ability being cast)
      • Unit - Create 1 (YourDummyUnit) for (Owner of (Triggering unit)) at Temp_Point facing Temp_Point2
      • Unit - Order (Last created unit) to Move To Temp_Point
      • Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
      • Custom script: call RemoveLocation(udg_Temp_Point)
      • Custom script: call RemoveLocation(udg_Temp_Point2)


Your dummy unit should have 'movement type flying', the "locust" ability, and have the "art -model" of the shockwave.



ty very much

+rp
 
General chit-chat
Help Users

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top