Warcraft III resources & community, 2003–2006 · archived

Moving a unit within a region.

3 posts
#1

Moving a unit within a region.

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:

??
#2
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
#3
Will that be multi instance? There are a total of four of these whirlpools, each with their own trigger. There are a max of ten players on the map, and the whirlpool might have to deal with 10 ships at a time.