• 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] Idea?

Status
Not open for further replies.
Hi!

I just get an idea, how to make passive abilities (in GUI) whitout and damage detections and abuses.

This is how it goes:
1.I take "Bash" ad base ability(so i can set the %)
2. Set duration of stunn to 0.01
3. make a black icon on the buff

4. Triggering - Problem
Now the problem is how to detect that unit with the buff.
  • Test Trigger
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • ((Attacked unit) has buff Test Buff (Pause)) Equal to True
    • Actions
      • Special Effect - Create a special effect at (Position of (Attacked unit)) using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
      • Special Effect - Destroy (Last created special effect)
This leaks a location (doesn't matter now)
I tested this like 50 times and the special effect appeared only once.
So what is the problem? Event? 0.01 buff duration to short?

Dunno it was just my idea, and i can't make it work.
Tell me what do you think/what did i make wrong/or if its even possible to make it that way?

Now if someone would help me make a trigger. I mean that would be great.

Thanks!
 
Level 4
Joined
Aug 9, 2008
Messages
67
Ok I am new here so forgive me if I am completly wrong but:
Couldn't you use critical strike instead as you can just change the damage increase/multiplier to 0 and it doesnt stun.

Question: How do you create an orb effect?
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
Almost every passive on attack is considered an orb effect, most of them are named "Orb of XXX," hence the name. However, there are some which aren't, namely bouncing attack, Mask of Death, etc.

As for the critical strike thing, this idea doesn't work in general - it has no correlation to which ability you use. Also, on a side note, critical strike can't add a buff, which is what the idea relied on in the first place.
 
Status
Not open for further replies.
Top