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

Problem With This Trigger...

Status
Not open for further replies.
Level 2
Joined
Mar 31, 2007
Messages
10
I created a skill that everytime you learn that skill the hero model gets tinted(changes hero model color). I already done the tinting thing...

Code:
Animation - Change Hero's vertex coloring to (50.00%, 25.00%, 30.00%) with 0.00% transparency
This is the code i used, it uses the RGB style coloring.

PROBLEM: When the code above is executed, the hero's glow disappears!.

How do you colorize the hero's model while keeping his hero type glow..
 
Level 4
Joined
Feb 23, 2007
Messages
82
No. You can't. However, you can change his prectual colour (blue-red-teal, etc) without removing the glow. The only way, is to change the colour, but not the ownership. Now, to do that, I don't remember.. :/
 
Status
Not open for further replies.
Top