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

Special Effects

Status
Not open for further replies.
Level 3
Joined
Apr 7, 2012
Messages
25
I REALLY do not like triggers.

Anyways, I trying to create a simply enough effect to be created at a point on the map.

I cannot understand why but


Environment - Execute Warp In Effect at Point 001 from (Triggering Effect Unit(Origin))


why does this have to have "FROM" on it? I mean holy shit can blizz think of anything else that would make shit so meaningless

Anyways, I am just mad at my self that I could not even create this simply task of a trigger without having to get on here to ask for it
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,258
why does this have to have "FROM" on it? I mean holy shit can blizz think of anything else that would make shit so meaningless
It is not Blizzard's fault that you do not know the difference between an effect and an actor.

Effect - A type of data used to provide interaction functionality. An example is that all weapons fire an effect and that effect usually results in some kind of damage being dealt to the target of the weapon.

Effects do everything related to standard melee abilities, weapons and behaviours. The from field is important so that the game engine knows which unit is applying the effect to what. Without it there would be no way to run a damage or kill effect and give proper kill credits. Note that there is a generic from player effect executor as well. Effects generate no visual elements directly but can trigger certain death animations and also be used to generate actors.

Actor - Actors are visual elements that the user sees while playing. An example is the gun shot from the Ghost as that is not part of the animation.

What you want is to create an actor at that point. Everything from the art for units to graphics for certain effects are done via actors.
 
Status
Not open for further replies.
Top