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

Hero skill scaling Help plz

Status
Not open for further replies.
Level 2
Joined
Sep 21, 2015
Messages
15
I am wonder if someone can show and explain how i can make my heroes moves such as "Shockwave" for example to scale off my heroes level or strength instead of having to make a bunch of levels for the move. any help will be much appreciated. Thank you
 
Level 23
Joined
Feb 6, 2014
Messages
2,466
Or this: (contains map sample)
http://www.hiveworkshop.com/forums/pastebin.php?id=mpq6fa
It is a little hard coded but I'm sure you can figure out that.
I'm not sure what you are asking, but if you want the damage to vary based on level, then use this:
You can set damage using level as independent variable, i.e.
damage = 100*level + 25
at level 1, damage = 125
at level 2, damage = 225
...
 
Level 24
Joined
Aug 1, 2013
Messages
4,658
Status
Not open for further replies.
Top