• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] Buff System Via Trigger Help

Status
Not open for further replies.
Level 9
Joined
Mar 24, 2011
Messages
354
I needed a buff system via trigger
Example: my priest cast the spell "blessing"
More 10 defense for 60 seconds.

When my priest cast the spell adds a spellbook invisible item with magic defense bonus at target, so I know, how do I get more than 60 seconds after being canceled it via trigger?

OBS: I spell that your Inner FIre efeiot has the same function and, more needed buffs via the trigger, for 2 of the same magic buffs do not stack ...

Thanks :ogre_haosis::ogre_haosis:
 
When my priest cast the spell adds a spellbook invisible item with magic defense bonus at target, so I know, how do I get more than 60 seconds after being canceled it via trigger?

Do you want to remove the buff or the spell book? I'm not sure what you mean.

OBS: I spell that your Inner FIre efeiot has the same function and, more needed buffs via the trigger, for 2 of the same magic buffs do not stack ...

Again, I don't know what you are trying to say. As two same buffs do not stack, use diffeent buffs.
 
I needed a buff system via trigger
Example: my priest cast the spell "blessing"
More 10 defense for 60 seconds.

When my priest cast the spell adds a spellbook invisible item with magic defense bonus at target, so I know, how do I get more than 60 seconds after being canceled it via trigger?

OBS: I spell that your Inner FIre efeiot has the same function and, more needed buffs via the trigger, for 2 of the same magic buffs do not stack ...

Thanks :ogre_haosis::ogre_haosis:

You want to stack buffs?
 
yes, i want stack buff
and create an "timer of life" via trigger to this buff(s)

just create an buff via trigger ^^
with effect of the spells, duration of the spells, and cancelation of the buff when spell duration expires... Understand?

In another words, i want for exemple create an "Inner Fire" via trigger
When an "Priest" cast the your spells "Bless" the target of spells gains +10 Def, with "60 seconds" of duration, and when the duration spell is end the "target" lost your +10 Def, just can back to normal ^^
sounds confusing, but it is simple, Thanks ^^
 
If I understood it, you have your "Bless" ability, which increases Armor by 10 for 60 seconds. At first you based it off Inner Fire.
Now you want to do that spell via triggers, since you want this "Bless" spell to also stack with Inner Fire (to +15 Armor) and you probably found out that 2 same spells (Bless based off Inner Fire and normal Inner Fire) don't stack.

If that is the case, do you also use other spells that increase or decrease armor? For example if you use Acid Bomb ability, set it's Area of Effect to small number like 20 and set the Armor Penalty to negative value, it will actually increase targeted units armor.
Or you could use the Scroll of Protection item ability, set its radius really small, so it would hit only the targeted unit and cast it through dummy spell and dummy unit.
 
No I want the all via trigger dont spell use the buff of the spells

I use the spells just to active the trigger of buff effect for example'

I use and spells for "Bless" based in Channel ability to dispare the trigger of buff, and the timer of buff the via trigger, understand? ^^
 
When the spell is being cast,
1. use the Tornado aura with target self only and 0 move speed reduction to apply a dummy buff to the unit (just for the buff icon).
2. Use bonus mod (search it on hive) to apply your armor.
3. Start a 60 second timer and when the timer expires, remove the tornado aura and armor again.
 
Status
Not open for further replies.
Back
Top