Shield Spell

Status
Not open for further replies.
Level 5
Joined
Feb 6, 2009
Messages
96
i used already search but i want to use gui because i m not good in jass and the spell should be like in World of Warcraft "Powerword: Shield"
 
Level 5
Joined
Feb 6, 2009
Messages
96
yeah but its not really what i want i want that my hero gives a unit a buff which absorbs a amount of damage i dont want to have a barrel which absorbs damage :/ i allready looked with search but all i find are threads where people also want those spells but no one really answers :/
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
Something like this ?
The shield is created for 5 seconds
In this 5 seconds, it can only last for 300 damage taken, before it exploded
There are 2 ways of this shield can be manipulated

1. Maximum Damage Absorbed has limit (in my test map, it is 300 damage)
2. No Maximum Damage Absorbed, will explode/active upon Duration (Time) (not included in this test map)

Whichever you want it, I can re-trigger the test map
But first, try it

Absorbing Shield
 
Last edited:
Level 5
Joined
Feb 6, 2009
Messages
96
yeah i want it like that a unit gets a shield which lasts for 8 seconds and absorbs 300 damage the shield is destroyed when 300 damage is dealt or the 8 seconds are over
so basicly what you ment but not with the explosion
i would be very thankfull if you could trigger this for me
 
Level 10
Joined
Apr 22, 2010
Messages
422
I guess then that requires the hero to cast a dummy spell that applies a dummy buff(for the sheild art), then make a trigger that makes it so any damage the unit with that buff receives is healed for that damage.You can use variable to check if the damage has reached the limit(when it does, you can create a dummy unit that will "dispel" the sheild and stop the trigger that is absorbing the damage.)
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
Advantage of Channel
Can avoid the overlapping of abilities in one unit

Disadvantage of Channel
Doesn't have self-benefit of the ability itself, because it is just plain dummy spell, used to trigger a in the Trigger Editor

It depends on the situation whether to use it

Example:
If you want to cast Chain Lightning, simply Chain Lightning, why would you go into trouble making a Channel-based ability and then you have to trigger in the Trigger Editor, which includes a new custom dummy created and new custom ability created for the dummy ?
It's simply waste of time

As I said, it totally depends on the situation
 
Status
Not open for further replies.
Top