• 🏆 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!

[General] turning active abilities into passive?

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
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.
 
Level 30
Joined
Jul 31, 2010
Messages
5,246
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
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
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.
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
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.
Top