• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Rotate the camera 180 degrees

Status
Not open for further replies.
Oh. No no I want the user to be able to move it around.
All I want to do is have the user view the map from upside down (if that trigger is fired).

Edit: Unrelated problem.
Can anyone tell me why this isn't working?
  • Events
    • Unit - A unit owned by Player 6 (Orange) Is attacked
    • Conditions
      • (Unit-type of (Attacked unit)) Equal to Human Footman
    • Actions
      • Custom script: call IssueImmediateOrderBJ( GetAttackedUnitBJ(), "frenzy" )
The unit has an ability based off frenzy, and I couldn't find an option in "Unit - Issue order with no target" for "Neutral - Frenzy".
 
Last edited:
For the camera problem rotate around the point like you did then try resetting the camera.

Try this for the footman.
  • Custom script: call IssueImmediateOrderBJ( GetAttackedUnitBJ(), "frenzy" )
If that doesn't work then you probably can't order for that ability. You should just dummy the ability with channel and script it yourself.
 
For the camera problem rotate around the point like you did then try resetting the camera.
Just sets the camera back to how it was before I rotated it.

Try this for the footman.
  • Custom script: call IssueImmediateOrderBJ( GetAttackedUnitBJ(), "frenzy" )
If that doesn't work then you probably can't order for that ability. You should just dummy the ability with channel and script it yourself.
I based it off Frenzy because I needed a spell that could apply a self-buff. Channel doesn't seem to do that, so whats another ability that gives a self-buff I could try?
Avatar and demon form morph the heroes, so I'm a bit hesitant to try them. This ability can be either unit or hero.
 
Status
Not open for further replies.
Back
Top