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

[Spell] League of Legends - Lee Sin Sonic Wave/Resonating Strike

Status
Not open for further replies.
Level 2
Joined
Jul 16, 2015
Messages
5
Hey, I've been attempting so create a spell that will cast out a projectile at the selected point if the projectile hits an enemy you will then gain the ability to dash at that enemy with a single press of a button. I've completed the first step which is the projectile, but I can't seem to find a way to create a dash ability that should just be a spell without a target. Any suggestions guys? Thanks in advance.
 
I would personally use Channel or Wind Walk as the base spell.

Remove the first ability when it hits a target, and enable/add the ability based on Channel or Wind Walk.
 
My Multi Cast Ability System is made to do these kind of double activational abilities.

The actual effect on your second cast is something you would have to do yourself.
When you hit Sonic Wave, you store the target in a variable.
Then you activate Resonating Strike and use a dash system to dash to the target.

There are more than enough dash systems out here.
Storing the target should be done in an array where you use the custom value of the caster as index.
An indexing system should be used to automatically create unique numbers as custom values.
IIrc, my system does not yet support customized enabling of the second ability... so Resonating Strike would be available immediately after you cast Sonic Wave.

I guess I can add the feature to manually set the next ability.
 
Status
Not open for further replies.
Back
Top