Moving Unit to it's past.

Squishy

You can change this now in User CP.
Reaction score
127
Create a point variable and set the variable to the postion of the unit before moving it.
 

Squishy

You can change this now in User CP.
Reaction score
127
You can use custom text to remove the point so it won't leak. But you can only remove it after you have finished using it for whatever you need. Then you can use it again later if you need to.
 

arcano

New Member
Reaction score
0
Thx man. Let's see if this works.

Edit: Found one problem, i would need to move unit to where it was 10 seconds ago.
 

Squishy

You can change this now in User CP.
Reaction score
127
How is that a problem? Just set the point variable when you need it, then 10 seconds later, move the unit to the point variable and remove the point variable.
 

Atreyu

One Last Breath.
Reaction score
49
You mean like this squishy?

Code:
Event
 A Unit casts an ability
Condition
 Ability being cast equal to [COLOR="Red"]( Your Ability )[/COLOR]
Action
 Wait = 10.00 seconds 
 Set [COLOR="Red"]Temp_Point[/COLOR] = Position of Casting Unit
 Unit - Move Casting Unit instantly to Temp_Point.
 Custom Script: call RemoveLocation(udg_Temp_Point)

What about the casting unit's life? Will it be same before he cast the spell?
 

Squishy

You can change this now in User CP.
Reaction score
127
Something like that, but you would want to set the point variable before the wait. Also, this wouldn't be MUI.
 

darkbeer

Beer is Good!
Reaction score
84
i guess he means more like the weaver ulti thing in dota, which sets her position to where she was 10 secs ago.

do as TheDamien said, create a periodic timer and store all positions in an array, then when she casts, move her to the position 10 secs ago.
 
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