[Solved] How I make this spell?

Status
Not open for further replies.
Level 25
Joined
Feb 9, 2009
Messages
1,800
upload_2020-10-7_20-27-52.png

Try to provide as much information as you can, it incentives people to help when you have done the leg work.

I'd start with Dynamic Indexing method, and some Basic knowledge of trigger enhancing spells would be swell.
  1. windwalk as a base ability, remove the bonus damage
  2. Activate trigger upon cast, store the caster & the level of the ability
  3. Every X second check aoe around caster, if enemy damage it and add it to a unique unit group to avoid damaging them further (My teeth spell resource uses this.)
  4. during loop, if the caster loses the buff at any time, reshuffle the variables used and turn off the loop if no one is using it.
  5. bobs your uncle
 
Level 24
Joined
Jun 26, 2020
Messages
1,928
View attachment 365695
Try to provide as much information as you can, it incentives people to help when you have done the leg work.

I'd start with Dynamic Indexing method, and some Basic knowledge of trigger enhancing spells would be swell.
  1. windwalk as a base ability, remove the bonus damage
  2. Activate trigger upon cast, store the caster & the level of the ability
  3. Every X second check aoe around caster, if enemy damage it and add it to a unique unit group to avoid damaging them further (My teeth spell resource uses this.)
  4. during loop, if the caster loses the buff at any time, reshuffle the variables used and turn off the loop if no one is using it.
  5. bobs your uncle
It can be, I never did dinamic indexer, I will try, thanks.
 
Status
Not open for further replies.
Top