• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] turning active abilities into passive?

Status
Not open for further replies.
There are some ways...

You can use Orb of Lightning (New) to cast, as a passive ability, any active-targetable ability, even with a cooldown. Just customize the ability fields and replace the "Purge" with the ability you want. The downside of this is that it's an Orb Effect (will collide with other orb effects) and it's only activeable via direct attack orders; doesn't work with automatic combat engage.

Another way would be with some triggering, like Barathrum bash, which is a dummy passive ability (Does nothing but display data, the icon, and have a level), but works entirely with triggers.

Example: To make searing arrow a passive ability, add Orb of Lightning and set the cast chance to 100% and the ability to cast = Searing Arrows.
 
There are some ways...

You can use Orb of Lightning (New) to cast, as a passive ability, any active-targetable ability, even with a cooldown. Just customize the ability fields and replace the "Purge" with the ability you want. The downside of this is that it's an Orb Effect (will collide with other orb effects) and it's only activeable via direct attack orders; doesn't work with automatic combat engage.

Another way would be with some triggering, like Barathrum bash, which is a dummy passive ability (Does nothing but display data, the icon, and have a level), but works entirely with triggers.

Example: To make searing arrow a passive ability, add Orb of Lightning and set the cast chance to 100% and the ability to cast = Searing Arrows.
hmm, I'll look in to it, so does it mean I can modify passive skills in object editor alone or do I still build a set of triggers?
How can you have a passive War Stomp, that would be awesome :p
its an example, but it would be a hell if someone made it
 
How can you have a passive War Stomp, that would be awesome :p

Well... you would trigger it.

If Random Integer Between 1 and 100 is less than or equal to 25 then (that would mean 25% chance).

Create a dummy unit in the target position, order the dummy to cast warstomp, and remove the dummy. You just have to check if the attacker or DamageSource has the ability

Orb of Lightning (OoL) works just for target abilities.
 
Not that I would say it's impossible, it's just... lol.
A unit that has a passive War Stomp would surely looks kinda funny haha.

Like a unit that has a passive Divine Shield, and this is getting pretty offtopic >.>"

@OT
Use Orb of Lightning (new) to trigger the effect of passive War Stomp.

EDIT:
It seems you can't trigger the effect via that orb...
You have to use trigger for that.
 
Status
Not open for further replies.
Back
Top