• 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] Detect spells triggered by orbs

Status
Not open for further replies.
Level 5
Joined
May 11, 2005
Messages
89
Code:
Detect orb
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Orb of Slow 
    Actions
        -------- What ever ya want here... --------

Have you tried this?

If that doesn't work you could simply trigger the ability instead.
 
Level 12
Joined
Mar 23, 2008
Messages
942
Code:
Detect orb
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Orb of Slow 
    Actions
        -------- What ever ya want here... --------

Have you tried this?

If that doesn't work you could simply trigger the ability instead.

Lol of course I tried that.
I tried with the orb itself and the ability the orb trigger.
Neither worked :(

Edit: Also, I don't wanna trigger it because I like to show the mana in tooltip, if the ability is on cooldown, and those visual things :3
 
Level 17
Joined
Jan 21, 2007
Messages
2,014
This is an idea i've had for some time, but can't you base the orb ability on berserk, trigger the ability and add an order to activate berserk. This way you would see cooldown and mana cost in tooltip and still achieve the same effect.

I'm not sure if you can activate an ability supposed to be triggered by orb
 
Status
Not open for further replies.
Top