• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Help with 2 spells (buff/avatar and combinding skills to 1)

Status
Not open for further replies.

Secret

S

Secret

I'm new to worldeditor, having started a week ago, but I pick things up fast.

I've read through the tutorials and searched for relevant threads, but I'm still stumped with a couple of spell. Hope someone can point me in the right direction.

1st spell, Last Stand.
The spell may be turned on/off, like immolation. The effects work like auras.
Nearby friendly units (but not the casting hero) gains an increase in max life, armour, and regeneration, but a decrease in speed and attack damage/rate.
Triggering hero takes health damage as long as the spell is turned on

This is a killer, I've though of alternatives like making it into a timed ability (with cooldown), and giving avatar to picked units, but war3 crashes instead. I've also thought of combining auras, but I can't get it to work.

2nd spell, Quick-Footed
This is a passive ability.
Hero gets critical and evasion.

My problem with this is how to get both spell effects into a single spell.

Thanks for any help.
 
Re: Help with 2 spells (buff/avatar and combinding skills to

Secret said:
1st spell, Last Stand.
The spell may be turned on/off, like immolation. The effects work like auras.
Nearby friendly units (but not the casting hero) gains an increase in max life, armour, and regeneration, but a decrease in speed and attack damage/rate.
Triggering hero takes health damage as long as the spell is turned on

This is a killer, I've though of alternatives like making it into a timed ability (with cooldown), and giving avatar to picked units, but war3 crashes instead. I've also thought of combining auras, but I can't get it to work.

First, make an ability based on defend, then you must create a trigger which will detect if the caster turn it on. Event based on unit ordered with no target, check the order string, is it equal to "defendon" and is the caster has the ability. If yes turn on another trigger to deal damage per second and create dummy unit which has some needed auras on caster position.

Create another trigger for turn off event. When it turned off, kill the dummy, and turn off the trigger which damage the caster.

Secret said:
2nd spell, Quick-Footed
This is a passive ability.
Hero gets critical and evasion.

My problem with this is how to get both spell effects into a single spell.

Thanks for any help.

Use drunken brawler.
 
Status
Not open for further replies.
Back
Top