Impale-move wont work :( ?

Knatten

New Member
Reaction score
7
Hi.Im new to all this triggering stuff :) Now i was trying to make an ability that do so when my hero (Crypt lord) cast impale he moves to the point where i targeted. Here is my trigger:
Code:
Events
    Unit - A unit Starts the effect of an ability
Conditions
    (Ability being cast) Equal to Impale
Actions
    Wait 0.50 seconds
    Unit - Move (Triggering unit) instantly to (Target point of ability being cast)

When i first tried to make it i had no ''Wait 0.50 sec'' but then he just moved to the poitn without casting the ability. But now when i put the wait he just move to middle of the map whereever i target. I hope you understand.
 
D

darkholy

Guest
There must be other triggers which is interrupting your scripts which makes your Crypt Lord moving to middle of map.
Did you copy from other maps? Find out and do the necessary adjustments, then in your spell, use :

Action -
(remove away wait 0.5 s)
Unit - Move (Triggering unit) instantly to (Target point of ability being cast)
[Issue Order Targeting a Point] - Order [CryptLord] to [Undead - CryptLord Impale] [Target point of ability being cast]
 
1

101112131415

Guest
the only time your unit would get moved to the middle of the map is if there is no point for it to move. Try this...
Code:
Events
    Unit - A unit Starts the effect of an ability
Conditions
    (Ability being cast) Equal to Impale
Actions
    Set <Point Variable> = (Target point of ability being cast)
    Wait 0.50 seconds
    Unit - Move (Triggering unit) instantly to (<Point Variable>)
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      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