• 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.

[Spell] Modify Avatar help

Status
Not open for further replies.
Level 2
Joined
Jun 24, 2011
Messages
20
Hello again everyone! :)

Is it possible to make a trigger that increases the hero's damage by 100% and reduces movement speed by 60%?? As long as the Avatar ability as active?
 
Level 2
Joined
Jun 24, 2011
Messages
20
Just make an ability based on Endurance Aura and Command Aura. Then set the triggers whenever the ability is casted.

So whenever "ability" is used it will spawn a dummy with those aura and delete them afterwards??

[trigger=My Trigger]Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Avatar
Actions
Set TempLocA = (Position of (Triggering Unit))
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at TempLocA facing Default building facing (270.0) degrees
Unit - Hide (Last created unit)
Unit - Add a 5.00 second Raise Dead expiration timer to (Last created unit)
Unit - Add Endurance Aura & Command Aura to (Last created unit)[/trigger]


Would that work?
 
Level 20
Joined
Jun 27, 2011
Messages
1,864
So whenever "ability" is used it will spawn a dummy with those aura and delete them afterwards??

[trigger=My Trigger]Events
Unit - A unit Starts the effect of an ability
Conditions
(Ability being cast) Equal to Avatar
Actions
Set TempLocA = (Position of (Triggering Unit))
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at TempLocA facing Default building facing (270.0) degrees
Unit - Hide (Last created unit)
Unit - Add a 5.00 second Raise Dead expiration timer to (Last created unit)
Unit - Add Endurance Aura & Command Aura to (Last created unit)[/trigger]


Would that work?

Ofc, yes.
 
Level 2
Joined
Jun 24, 2011
Messages
20
Try the attachment I give you below, it show you a way to check the timer for avatar and add and remove the ability.

Regards,

Daffa the Mage

Thanks a lot for the help! :)

However, it also adds the ability to the ability bar. Shouldn't it be possible to just change it to an item ability?? Then it shouldn't be shown, right?

If i'm wrong plz tell.^^ I just want the benefits to ONLY affect the hero :)
 
Thanks a lot for the help! :)

However, it also adds the ability to the ability bar. Shouldn't it be possible to just change it to an item ability?? Then it shouldn't be shown, right?

If i'm wrong plz tell.^^ I just want the benefits to ONLY affect the hero :)

Hey Mark,

there is a problem though, it is impossible to remove the icon unless the ability removed, therefore it is better create an icon for them, I have an attachment that has the damage bonus and speed reduction in one place, plus no aura sign which makes the ability like a normal avatar :grin:

To deal with the Damage and Speed, I decide to create a tooltip for both damage bonus and speed reduction. You can copy the spell I made at the attachment and Edit it at WE. Also copy the trigger to allow the spell to be usable

Also, abilities always have Green Icon if they have no Icon, therefore there is not point in making it an item ability, since it still shows up. I have other way, but I think its impossible since avatar makes the hero immune to spells, it is possible, if Avatar don't make you immune to spell to use Inner Fire and Slow as the damage bonus and speed reduction.:eekani:

Just don't forget to Credit us, Joking:goblin_yeah:

There is one more, dunno why, but in my test the damage keep increasing from 100% to around 300% or so :xxd::xxd::xxd:

If you are confused with what I say, just open my attachment and copy both two spells at the abilities section of object Editor then copy the trigger I made.

Regards,

Daffa the Mage

Hive's Member
 

Attachments

  • Modified Avatar.w3x
    16.8 KB · Views: 45
Last edited:
Level 2
Joined
Jun 24, 2011
Messages
20
Hey Mark,

there is a problem though, it is impossible to remove the icon unless the ability removed, therefore it is better create an icon for them, I have an attachment that has the damage bonus and speed reduction in one place, plus no aura sign which makes the ability like a normal avatar :grin:

To deal with the Damage and Speed, I decide to create a tooltip for both damage bonus and speed reduction. You can copy the spell I made at the attachment and Edit it at WE. Also copy the trigger to allow the spell to be usable

Also, abilities always have Green Icon if they have no Icon, therefore there is not point in making it an item ability, since it still shows up. I have other way, but I think its impossible since avatar makes the hero immune to spells, it is possible, if Avatar don't make you immune to spell to use Inner Fire and Slow as the damage bonus and speed reduction.:eekani:

Just don't forget to Credit us, Joking:goblin_yeah:

There is one more, dunno why, but in my test the damage keep increasing from 100% to around 300% or so :xxd::xxd::xxd:

If you are confused with what I say, just open my attachment and copy both two spells at the abilities section of object Editor then copy the trigger I made.

Regards,

Daffa the Mage

Hive's Member

Thanks ALOT mate! :)

It's working great :)
I'll just live with the extra buttons :) But again thanks alot! :ogre_haosis:
 
Status
Not open for further replies.
Top