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

[General] Adding Glow with Magos Model Editor

Status
Not open for further replies.
Level 6
Joined
May 11, 2013
Messages
205
Here is the thing. I tried with export geoset of the glow, then texture manager. Glow was there. Problem i have with Material Manager. I tried everything how to set the glow. But it didn't worked. The other non moddeling glow tutorials doesnt seems to work fine for me. Attaching a Glow Model to ability that doesnt have icon. Result in game Hero with red glow. U can fix it but, everytime game is loaded u need to click alt+a to switch color. I tried with this trigger too
  • Glow
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Special Effect - Create a special effect attached to the origin of |cffff0000Knight|r 0035 <gen> using GeneralHeroGlow.mdx
      • Unit - Change color of |cffff0000Knight|r 0035 <gen> to (Color of (Owner of |cffff0000Knight|r 0035 <gen>))
and it didn't worked. Please help me
 

Shar Dundred

Hosted Project: LoA
Level 76
Joined
May 6, 2009
Messages
6,089
Most actions don't work with Map Initialization, so try to add a new trigger "Set Units" or something like that and put these actions there. Then add to the Map Initialization the action "Trigger - Run Trigger" and run the one with the actions. Then it should work.
I personally create an ability to add glows to units, much less effort and easier.
 
Level 6
Joined
May 11, 2013
Messages
205
I tried, doesn't work for me. Maybe it can work with magos.
 
Last edited:
Status
Not open for further replies.
Top