Move instantly instead of the ''Basic move''

Status
Not open for further replies.
Level 2
Joined
Jul 16, 2015
Messages
5
Hey, I wonder if anyone could help me with a trigger I've been having a frustrating problem with.

The trigger is suppose to give the unit the ability to move instantly where he/she right-clicks instead of just move. Problem is I can only get the unit to move instantly when using the hotkey for Move.

NOTE: I do not have crazy advanced Warcraft 3 Edtior skills.
 

Attachments

  • Instantly Move Trigger.jpg
    Instantly Move Trigger.jpg
    228.2 KB · Views: 90
  • Instantly Move Trigger (1).jpg
    Instantly Move Trigger (1).jpg
    79.5 KB · Views: 59
Last edited:
Level 24
Joined
Aug 1, 2013
Messages
4,658
1. Try using "Move" instead of "Attack".
2. Try using "smart" instead of "Move" and make a second condition checking if "Targeted unit of issued order" is equal to "No unit".
3. Move "Set LightShapeSpecialEffect = (Last created special effect)" under the creation of that special effect ;)
4. Try destroying that special effect immediately.
5. Try placing "Custom script: call RemoveLocation(udg_LightShapePoint)" at the bottom of the trigger.
6. Try using the LightShapePoint variable as location for the special effect.
7. Thank me.
 
Status
Not open for further replies.
Top