• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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: 91
  • Instantly Move Trigger (1).jpg
    Instantly Move Trigger (1).jpg
    79.5 KB · Views: 60
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