• 🏆 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!

Fast Select Even like in the map ive seen

Status
Not open for further replies.
Level 13
Joined
Mar 4, 2009
Messages
1,156
http://www.hiveworkshop.com/forums/...a2-156274/?prev=of=downloads_month&order=DESC - this is the map,you have a team mate and click his hero´s icon

how did they do this fast select event??

when clicking on icon of another player´s hero you can see that the camera will be moved to him

im not really sure if that proves the fast-select event (maybe its not triggered in WE)



>>> if you know some other way for fast-select event than post it here please
-i would like to make it so fast so you cant see when you select a unit,just like in that map
 
Level 7
Joined
Apr 12, 2009
Messages
188
I don't know if this is exactly what you are looking for, but maybe it will help?

  • Fast Select
    • Events
      • Player - Player 1 (Red) Selects a unit
      • Player - Player 2 (Blue) Selects a unit
      • Player - Player 3 (Teal) Selects a unit
      • Player - Player 4 (Purple) Selects a unit
    • Conditions
      • ((Triggering unit) belongs to an ally of Player 1 (Red)) Equal to True
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Set temp_loc = (Position of (Triggering unit))
      • Camera - Pan camera for (Triggering player) to temp_loc over 0.00 seconds
      • Custom script: call RemoveLocation ( udg_temp_loc )
 
Level 13
Joined
Mar 4, 2009
Messages
1,156
I don't know if this is exactly what you are looking for, but maybe it will help?

  • Fast Select
    • Events
      • Player - Player 1 (Red) Selects a unit
      • Player - Player 2 (Blue) Selects a unit
      • Player - Player 3 (Teal) Selects a unit
      • Player - Player 4 (Purple) Selects a unit
    • Conditions
      • ((Triggering unit) belongs to an ally of Player 1 (Red)) Equal to True
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Set temp_loc = (Position of (Triggering unit))
      • Camera - Pan camera for (Triggering player) to temp_loc over 0.00 seconds
      • Custom script: call RemoveLocation ( udg_temp_loc )
no....

im search for fast-select event and that is the slow one

this can show that its slow

-select unit
-kill triggering unit

you will see the selected unit´s display (his spells/icons)
you can even order him to do something before he dies
 
Status
Not open for further replies.
Top