Hey guys,
So i have never really made triggers before now and i would like to create custom spell for my map which will effectively turn the spirit link spell into a spirit link and +5 armor spell.
I have received some advice but it was not instructive enough so i am currently stuck.
This is that advice:
The first two bits i got ok, but selecting the units im not sure i've done right. i have "selection select target of ability being cast". I assume that this will only select the actual target and not the bounce affected units?
I found an option to remove the buff, but not add a new one?
Any help is much appreciated. I realise i may be throwing myself in deeper than is wise for a nub but i am editing a specific map and i want to do things which work within that map!
Thanks!
So i have never really made triggers before now and i would like to create custom spell for my map which will effectively turn the spirit link spell into a spirit link and +5 armor spell.
I have received some advice but it was not instructive enough so i am currently stuck.
This is that advice:
Its been a long time since ive even had wc3 installed but a trigger something along the lines of
Event -
*Spell is cast*
Condition -
Spell == *Spellname*
Action -
Select all units affected by the buff of the casted spell.
- For each unit
--Remove Buff created by spell - Stops re-running on units if the spell is cast twice while under the effect.
--Add +5 armour buff.
--Wait *30 Seconds* (or whatever)
--Remove +5 Armour buff.
--------------------------------------------------------------
Id suggest using a dummy buff - and probably a secondary one as well since your trying a spirit link style thing.
The first two bits i got ok, but selecting the units im not sure i've done right. i have "selection select target of ability being cast". I assume that this will only select the actual target and not the bounce affected units?
I found an option to remove the buff, but not add a new one?
Any help is much appreciated. I realise i may be throwing myself in deeper than is wise for a nub but i am editing a specific map and i want to do things which work within that map!
Thanks!