• 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.

[Trigger] Rotate Target 45 degrees

Status
Not open for further replies.
Level 2
Joined
Aug 6, 2008
Messages
6
I am in the process of making a map where the player designs an area using doodads that have become purchasable units. However, I want the "doodads" to be rotational by the player.

Currently my trigger looks like this:
Event-A unit Finishes casting an Ability
Condition-Ability being cast Equal to Rotate Target
Actions
-Set angle = 45.00+(Facing of (Target of ability being cast))
-Unit - Make (Target unit of ability being cast) face angle over .1 seconds

----
However, when I use the ability, the trigger executes but the unit isn't rotated and the "angle" variable never changes into anything other than 45.00.
What am I doing wrong? Is there a property I need to change on the target? Should I be basing the ability off of a certain spell?
Any help would be appreciated.
Also, if you have a different or possibly better way to do this, I am definitely willing to ditch this approach.

Thanks in advance for your help!
 
Level 2
Joined
Aug 6, 2008
Messages
6
Ok, that almost works, except it requires the unit to have movement... and I don't want these objects moving :(
Is it even possible to turn units that have no movement?

Edit: I now remove the target unit from the game and then add it back at the new angle and that works.
 
Level 1
Joined
Jun 29, 2006
Messages
5
Sorry for bumping.

I just wanted to say that I'm personally using this;

Events
Unit - A unit Starts the effect of an ability

Conditions
(Ability being cast) Equal to Rotate

Actions
Unit - Move (Casting unit) instantly to (Position of (Casting unit)), facing (45.00 + (Facing of (Casting unit))) degrees

Just for further views of this thread.
 
Status
Not open for further replies.
Top