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

Bluring

Status
Not open for further replies.
Level 16
Joined
May 1, 2008
Messages
1,605
Seas =)

Isn't this blur something like that?:

  • Blur
    • Events
      • Unit - A unit Learns a skill
    • Conditions
      • (Learned Hero Skill) Equal to Attribute Bonus
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Attribute Bonus for (Triggering unit)) Equal to 1
        • Then - Actions
          • Animation - Change (Triggering unit)'s vertex coloring to (75.00%, 75.00%, 75.00%) with 20.00% transparency
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Attribute Bonus for (Triggering unit)) Equal to 2
        • Then - Actions
          • Animation - Change (Triggering unit)'s vertex coloring to (50.00%, 50.00%, 50.00%) with 40.00% transparency
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Attribute Bonus for (Triggering unit)) Equal to 3
        • Then - Actions
          • Animation - Change (Triggering unit)'s vertex coloring to (25.00%, 25.00%, 25.00%) with 60.00% transparency
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Attribute Bonus for (Triggering unit)) Equal to 4
        • Then - Actions
          • Animation - Change (Triggering unit)'s vertex coloring to (0.00%, 0.00%, 0.00%) with 80.00% transparency
        • Else - Actions
 
Level 13
Joined
Jul 26, 2008
Messages
1,009
Hmm, pretty sure the only way to get transparency is with triggers. There's no other way. It's just not in the normal world editor database.

If you're trying to figure out how to do it without triggers, you've likely posted your thread in the wrong subforum. Unless you mean without an Event in the Trigger? Or maybe you mean on map initialization the unit becomes transparent?
 
Status
Not open for further replies.
Top