• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Moving a unit within a region.

Status
Not open for further replies.
I want to make it so when a unit enters a region, it is slowly pulled toward the middle. The only trigger that I can find is "move unit (instantly)," which looks bad ingame. I remember there being a "move unit over X seconds" trigger, help?

Event:

A unit enters region whirlpool 01

Conditions:

Unit is type Transport or Troll Destroyer or Juggernaut or Submerger or Transport or Elven Destroyer or Battleship or Gnomish Submarine

Action:

??
 
Level 22
Joined
May 11, 2004
Messages
2,863
Keep the same event, but have the action, but have it turn on a seperate trigger like this

Event- periodic event: every XX seconds

Action:

Unit issue order targeting a point- issue (entering unit) to position of (entering unit) with offset (input X and Y offset). With the offset being towards the center of the region.

-VGsatomi
 
Status
Not open for further replies.
Top