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

[Trigger] Need a spell. (Life Swell)

Status
Not open for further replies.
Level 37
Joined
Aug 6, 2015
Messages
786
Hello, can someone help me with a spell.
I am in need of this.

Life Swell: Hero increases his and nearby heroes maximum health based on his strength and maximum health. (maximum health registered before casting spells , means bonus health granted from this spell will not be applied to the total % bonus from cast)
Levels: 9
Amount Added from health: 10% of Maximum Health + 1.5% per spell level.
Amount Added from strength: +1.2% per 25 strength (+0.2% per skill level)
Cooldown: 180 seconds (-10s per level)
Duration : 45s +2s per level

I will also credit the user for the project on which I will use the spell: 300 Spartans.
 

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,875
Here it is, hopefully it works the way you wanted. Note that it's using a Unit Indexer to store data to the units. If you have one of these systems in your map already then DO NOT import a new one. If you don't wish to use a Unit Indexer then I can change it to use a Hashtable instead.

Sorry for the excessive variable usage, I can't help myself.

Make sure to import everything and link it all together:
2 Abilities
1 Buff (needs to be applied to the Dummy ability)
1 Unit (needs the Dummy ability)

The triggered Area of Effect of the ability is tied to the Area of Effect field of the Life Swell ability in the Object Editor.
 

Attachments

  • Life Swell 1.w3m
    28.8 KB · Views: 7
Last edited:
Level 37
Joined
Aug 6, 2015
Messages
786
Here it is, hopefully it works the way you wanted. Note that it's using a Unit Indexer to store data to the units. If you have one of these systems in your map already then DO NOT import a new one. If you don't wish to use a Unit Indexer then I can change it to use a Hashtable instead.
I have an unit indexer , thanks a lot for help!!!!
 
Status
Not open for further replies.
Top