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

Trigger.

Status
Not open for further replies.
Level 6
Joined
Dec 28, 2006
Messages
156
Can someone help me i am trying to create a trigger what does this

  • Super Saiyan B E Goku
    • Events
      • Unit - A unit owned by Player 1 (Red) Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to KI Power Up
    • Actions
I wont it to do this
create a SS Aura round my hero.
But its a SS Aura Unit so it will be yellow.

any ideas how to do this ?

- Post Trigger or the trigger command - (For this Move)
 
Level 9
Joined
Oct 12, 2005
Messages
281
Special Effect- Create a special effect at (Position of (Triggering Unit)) using Your Effect
Wait- (However Long you want this to last)
Special Effect- Destroy (Last created Special Effect)



Your Effect= Whichever effect you're using for that particular ability. Try searching either here or on wc3campaigns.net for some cool effects, or use the model for fire to make it look like that

That's the best I can do seeing as I'm not very experienced and just learning myself.
 
Level 35
Joined
Oct 9, 2006
Messages
6,394
  • Super Saiyan B E Goku
    • Events
      • Unit - A unit owned by Player 1 (Red) Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to KI Power Up
    • Actions
      • Create a special effect attached to the origin of (triggering unit) using Abilities\Spells\Other\YellowGlow\YellowGlow.mdl
      • Set ss = (last created Special effect)
      • Turn on (mana cost ss)
      • Wait 40 seconds
      • Turn off (mana cost ss)
      • Destroy (ss)
As ss look you could just use team color yellow:
  • Super Saiyan B E Goku
    • Events
      • Unit - A unit owned by Player 1 (Red) Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to KI Power Up
    • Actions
      • Unit - Change Color of (Triggering unit) to Yellow
      • Turn on (mana cost ss)
      • Wait 40 seconds
      • Turn off (mana cost ss)
      • Unit - Change Color of (Triggering unit) to Red
That is how I would do it. The mana cost ss trigger is a períodic event that removes mana from triggering unit. (make a variable: SsUser, and set triggering unit to be it)
 
Level 19
Joined
Jun 16, 2007
Messages
1,574
I've been helping him and this is what we have done. (By Plotting down the effects but they don't move with him off cause..)

gokuss2zr2.jpg


SS aura = aura.mdx
Static = static.mdx

Ok we've tryed that before it creates a White Aura not Yellow Aura because of the model by its self.

Custom Units:
SS Aura - Colour Edit
Red 255
Green 255
Blue 0
- Model - Aura.mdx

--------------------
So those triggers wont work. and frankie11 we've tryed that trigger it places it as a new unit, and not as a attachment to SS goku.
 
Status
Not open for further replies.
Top