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

how to increase camera height "Ingame"

Status
Not open for further replies.
You mean Zoom ?
  • Untitled Trigger 001
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Camera - Set Player 1 (Red)'s camera Distance to target to 3000.00 over 0.00 seconds
This should be the right trigger if i remember well,just change the 3000 numbers to whatever you want.
 
For all players,use this:
  • Untitled Trigger 002
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Camera - Set (Player((Integer A)))'s camera Distance to target to 3000.00 over 0.00 seconds
 
how do i set it to integer A ?

do someone have this trigger already made ? is there some place where triggers are gathered ? like Models and spell packs etc


  • Camera Height
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • For each (Integer A) from 1 to 12, do (Actions)
        • Loop - Actions
          • Camera - Set (Player((Integer A)))'s camera Distance to target to 3000.00 over 0.00 seconds
is this right ?
 
I don't see any actions to lock the zoom,well u either need to use loop and repeat that action every hmm maybel like 2-5 seconds,not sure if it will lag or no,but it will be best i think if u make the zoom with command so when a player wants to zoom he will type -zoom,when he doesn't want zoom,he can reset it with the mouse.
 
  • Untitled Trigger 001
    • Events
      • Player - Player 1 (Red) types a chat message containing -zoom as An exact match
      • Player - Player 2 (Blue) types a chat message containing -zoom as An exact match
      • Player - Player 3 (Teal) types a chat message containing -zoom as An exact match
      • Player - Player 4 (Purple) types a chat message containing -zoom as An exact match
      • Player - Player 5 (Yellow) types a chat message containing -zoom as An exact match
      • Player - Player 6 (Orange) types a chat message containing -zoom as An exact match
      • Player - Player 7 (Green) types a chat message containing -zoom as An exact match
      • Player - Player 8 (Pink) types a chat message containing -zoom as An exact match
      • Player - Player 9 (Gray) types a chat message containing -zoom as An exact match
      • Player - Player 10 (Light Blue) types a chat message containing -zoom as An exact match
      • Player - Player 11 (Dark Green) types a chat message containing -zoom as An exact match
      • Player - Player 12 (Brown) types a chat message containing -zoom as An exact match
    • Conditions
    • Actions
      • Camera - Set (Player((Integer A)))'s camera Distance to target to 3000.00 over 0.00 seconds
Note : The event is located in player - player chat message,also if The distance to target doesn't work,click it and change to field of view.

Edit : You asked "
do someone have this trigger already made ? is there some place where triggers are gathered ? like Models and spell packs etc"

Answer : Yes there is a hive Models,skins,spells,icons section just next to the forum section if that was your question,my english isn't perfect and sometimes i don't read the question right.
 
Status
Not open for further replies.
Back
Top