• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

how to increase camera height "Ingame"

Status
Not open for further replies.
Level 7
Joined
Mar 5, 2009
Messages
254
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.
 
Level 7
Joined
Mar 5, 2009
Messages
254
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
 
Level 8
Joined
Aug 8, 2011
Messages
297
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 ?
 
Level 7
Joined
Mar 5, 2009
Messages
254
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.
 
Level 7
Joined
Mar 5, 2009
Messages
254
  • 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.
Top