• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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,013
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