HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

I wanna make a move ability

07-01-2006, 01:05 AM#1
Lord_of_heaven
i want to make that the unit moving uses blink because when i make him move by using move instantly to issude point he goes all over map...
07-01-2006, 01:27 AM#2
Rising_Dusk
Post the code you have now, we'll look at it.
We have no idea what you're doing wrong if we have nothing to look at, nor are we going to guess.

Also, this should be in the triggering forum.
07-01-2006, 09:49 AM#3
Freakazoid
I don't understand you,..

Just move the unit instantly where it was ordered to move,...
07-01-2006, 11:15 AM#4
The)TideHunter(
Tip: Dont use Move unit instantly on move based systems. It resets animation and looks terrible. Use the SetUnitX and SetUnitY functions at the same time to get the same effect but without reseting the unit.
07-01-2006, 12:08 PM#5
SFilip
something like this should work
Trigger:
blink
Collapse Events
Unit - A unit Is issued an order targeting a point
Collapse Conditions
(Issued order) Equal to (Order(move))
Collapse Actions
Unit - Order (Ordered unit) to Night Elf Warden - Blink (Target point of issued order)
offcourse the unit must have the blink ability...
07-01-2006, 02:12 PM#6
Lord_of_heaven
yea thats what I want TY