• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Need Help With Cinematics

Status
Not open for further replies.
Level 7
Joined
Mar 6, 2007
Messages
219
I Already know how to make cinematics i just would like to know how i can make a hero or unit use a spell during the cinematic, oh and one other thing, how can i set up one camera, and have it fade out and fade in to another camera region?
any help = thx =):thumbs_up:
 
Level 10
Joined
Jan 21, 2007
Messages
576
Camera Question:

  • Helping Teh Noobies
    • Events
    • Conditions
    • Actions
      • Camera - Apply Cam1 <gen> for Player 1 (Red) over 0.00 seconds
      • Cinematic - Fade out and back in over 2.00 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
      • Wait 1.00 seconds
      • Camera - Apply Cam2 <gen> for Player 1 (Red) over 0.00 seconds
Spell Question:

Alright there are 3 ways of making a unit casting a spell, and they all differ with the type of spell casted (there are 3 diff ty of spells ;))

  • Helping Teh Noobies
    • Events
    • Conditions
    • Actions
(Unit - Issue Order tageting a unit)
  • Unit - Order Gost 0000 <gen> to Orc Shaman - Bloodlust Peon 1102
(Unit - Issue Order targeting a point)
  • Unit - Order Gost 0000 <gen> to Orc Tauren Chieftain -
    • Shockwave (Position of (Peon 1102))
(Unit Issue Order with no target)
  • Unit - Order Gost 0000 <gen> to Orc Blademaster - Mirror Image
I hope that clears things up for you ;).
 
Level 10
Joined
Jan 21, 2007
Messages
576
Cool was afraid you might not be able to read my gui code laced thread lol, its kia messsy ;)
 
Status
Not open for further replies.
Top