• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Cyclone as mount spell?

Status
Not open for further replies.
Level 7
Joined
May 28, 2009
Messages
241
Maybe this wont work but you could do the following:

Set movement type of whatever unit thats supposed to be mounting to hover.

Make a horse with the locust ability.

Trigger part:

-event-
Unit uses some spell
-conditions-
free of choice
-actions-
Mby some cool special effect that blizz uses in wow so it wont look that bad while mounting.

Create a horse at the same point as triggering unit facing the same angle
set movement speed of recently created horse to same as triggering unit

set movement height of the unit thats mounting to a good looking height

-trigger2-
-event-
mounted unit is ordered to move to some point
-conditions-
-actions-
order horse to move to same point that the ordered unit is ordered to move to.

-----------------------------------------------------------------------
Just made this up in my head (explaining why I didnt mention what triggers to use exactly) but it might work. :eek:

EDIT: and ye you need a bundle of variables for this. Maybe a hashtable would be good if you want this MUI. And yes, there is no dismount trigger here but its just the first one in reverse. ^^
 
Status
Not open for further replies.
Top