• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Two little questions :)

Status
Not open for further replies.
Level 4
Joined
Mar 24, 2008
Messages
87
Can we rotate an unit in any direction ? (For example could an unit do a backflip ?) - > In jass or GUI.
Can a trigger detect when a player clik on the icone of an ability ? Without using it.

Thanks !

Exum
 
Can we rotate an unit in any direction ? (For example could an unit do a backflip ?) - > In jass or GUI.
No you will need to use a dummy model (with rotation animations) and attack the unit' model to it and hide the orignal to do what you are after. Once the animation is done you can unhide it and remove the dummy and its effect.
Can a trigger detect when a player clik on the icone of an ability ? Without using it.
No, although in SC2 this is possible. In WC3 all icon interactions can only be registered via order or ability events.
 
Last edited:
yes you can rotate but you cant do it in the game...like Dr Super Good, you need animations to do that...

but try this, go to object editor then find "Art - Maximum Pitch Angle" & "Art - Maximum Roll Angle"...

then HOLD SHIFT>>>enter negative value>>>enter number>>>hold shift again>>>press enter

that will change the roll/pitch angle of a unit...
 
Thanks for answers, i'll take a look on The Helper to try to find the tuto that GhostThruster speak about.
(It's in moments like this where i find that WE's fonctions are limited :/)
 
Status
Not open for further replies.
Back
Top