[Trigger] Detect spells triggered by orbs

Status
Not open for further replies.
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.
 
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
 
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.
Back
Top