• 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] The basics of a charge + knockback ability

Status
Not open for further replies.
Level 3
Joined
Mar 4, 2013
Messages
32
Hello,

I've been thinking of adding a charge and knockback to a hero of mine and I kind of know the general way to approach it but i'm not very sure. I know there are premade charge scrips and all that but most of them are way too complex for my needs. And besides I want to make everything myself so i can debug and add features more easily.

So can anyone explain the basic steps to be considered when making a charge+ knockback spell ?

Thanks,

Alex.
 
Level 3
Joined
Mar 4, 2013
Messages
32
That's why i requested a step by step. I have no idea what dynamic indexing is and why should I care about it
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
A step by step is to learn what is a variable and how to use them
Next, learn what is "variable overwrite" (this what causes spells to become un-MUI)
After that, you should learn either Hashtable or Indexing (or both)
After that, try to create a simple spell (like heal HP of a unit per second for X duration) with the use of either Hashtable/Indexing.

Once you're comfortable with this, you can make a knockback spell.
Then, charge spell.
Lastly, combine them both.
 
Status
Not open for further replies.
Top