Adding Buffs to Trigger?

L

Largs

Guest
I'm doing a trigger that pauses the target like stun
It works but I Want to put a buff in the target called
Frozen!
So after, with other skills, i'll can remove this buff!
can somebody help me???
 
If you want the buff (i.e. the icon under Status) you have to actually cast something on the unit. A dummy would probably be the best way. The spell doesn't have to actually do anything.
 
If you want the buff (i.e. the icon under Status) you have to actually cast something on the unit. A dummy would probably be the best way. The spell doesn't have to actually do anything.

But The frozen Buff comes from a Trap that when the enemy target steps on(Obviously) frozes the enemy target!!
 
So, does the trap cast a spell on the unit? If so, you need to add the buff to the spell that it casts.
 
can you be a little more specific in your problem. I have like a billion solutions in my head, but I dunno which one works for your specific problem

is the trap a unit attacking?
does it cast a spell?
is it a trigger?
 
Or you can always use a slow aura with no effect that affects only the caster, and changing its buff accordingly.

-Mihai
 
what we need to know, to give you specific help, is whether the spell trap creates dummy units that attack the final target, or just uses triggers to add the "stun", or uses dummy units to cast a spell on the final target.
 
what we need to know, to give you specific help, is whether the spell trap creates dummy units that attack the final target, or just uses triggers to add the "stun", or uses dummy units to cast a spell on the final target.

Trap uses trigger to pause the target!
 
Try this: Order some dummy unit to cast a modified version of Slow without any sort of art, nor any slowing effect: just a buff named "Frozen" that tells the player "This unit is Frozen".

The unit is paused anyways so... even if the slow does nothing as long as the buff is there it should look good enough ;)
 
ok, instead of having the trigger just freeze the target. Create an ability based off of storm hammer or another freezing ability, change the target art to nothing, and give it to a dummy unit. When the trap is triggered, have the trigger that used to simply freeze the target create a dummy unit that will cast the modified storm bolt on it. The stun can be set for however long you want it to be, and you can rename the buff whatever you want it to be :)
 
ok, instead of having the trigger just freeze the target. Create an ability based off of storm hammer or another freezing ability, change the target art to nothing, and give it to a dummy unit. When the trap is triggered, have the trigger that used to simply freeze the target create a dummy unit that will cast the modified storm bolt on it. The stun can be set for however long you want it to be, and you can rename the buff whatever you want it to be :)

Sorry cause I'm a new "programmer" hehehe
But how do a I make the Dummy unit cast an spell that adds Buff?
'cause I already "summon" a unit the trap!
 
Try this: Order some dummy unit to cast a modified version of Slow without any sort of art, nor any slowing effect: just a buff named "Frozen" that tells the player "This unit is Frozen".

The unit is paused anyways so... even if the slow does nothing as long as the buff is there it should look good enough ;)

Try this.
 
Daxtreme; said:
Try this.

he wants to be able to dispell the buff though....

@Largs
Ok, when the trigger goes off you create a unit called "trap" (or something to that extent) correct?

well, have that same trigger create another unit that has no model file, this unit is called a "dummy unit" give the dummy unit negative HP regen (so that it won't leak) also give the dummy unit a custom ability.

base the custom ability off of storm hammer or another ability that stuns. create a custom buff called TRAPPED and pick whatever art you want for it, change the custom ability's buff from "stun" to "TRAPPED" make the duration whatever you want. This way you can dispell the buff AND pick whatever art (or no art) you want to go with it
 
Can't you just make an item, that gives an Aura for 3 seconds and then it just dissipears (Duration)?
Aura stats-Target self, 100 attackspeed+Movemantspeed reduction..
 
he wants to be able to dispell the buff though....

@Largs
Ok, when the trigger goes off you create a unit called "trap" (or something to that extent) correct?

well, have that same trigger create another unit that has no model file, this unit is called a "dummy unit" give the dummy unit negative HP regen (so that it won't leak) also give the dummy unit a custom ability.

base the custom ability off of storm hammer or another ability that stuns. create a custom buff called TRAPPED and pick whatever art you want for it, change the custom ability's buff from "stun" to "TRAPPED" make the duration whatever you want. This way you can dispell the buff AND pick whatever art (or no art) you want to go with it
One more problem(very easy I think!)
How do I make the unit use the ability
(the unit can be my own trap that is build when I use the ability?)
 
yea it can

just make the ability cooldown 0 and the mana cost 0
then do the trigger action
order (your trap unit) to (whatever ability you based the freeze ability off of) the (target unit)
 
yea it can

just make the ability cooldown 0 and the mana cost 0
then do the trigger action
order (your trap unit) to (whatever ability you based the freeze ability off of) the (target unit)

Where is that man??
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    News portal has been retired. Main page of site goes to Headline News forum now
  • The Helper The Helper:
    I am working on getting access to the old news portal under a different URL for those that would rather use that for news before we get a different news view.
  • Ghan Ghan:
    Easily done
    +1
  • The Helper The Helper:
    https://www.thehelper.net/pages/news/ is a link to the old news portal - i will integrate it into the interface somewhere when i figure it out
  • Ghan Ghan:
    Need to try something
  • Ghan Ghan:
    Hopefully this won't cause problems.
  • Ghan Ghan:
    Hmm
  • Ghan Ghan:
    I have converted the Headline News forum to an Article type forum. It will now show the top 20 threads with more detail of each thread.
  • Ghan Ghan:
    See how we like that.
  • The Helper The Helper:
    I do not see a way to go past the 1st page of posts on the forum though
  • The Helper The Helper:
    It is OK though for the main page to open up on the forum in the view it was before. As long as the portal has its own URL so it can be viewed that way I do want to try it as a regular forum view for a while
  • Ghan Ghan:
    Yeah I'm not sure what the deal is with the pagination.
  • Ghan Ghan:
    It SHOULD be there so I think it might just be an artifact of having an older style.
  • Ghan Ghan:
    I switched it to a "Standard" article forum. This will show the thread list like normal, but the threads themselves will have the first post set up above the rest of the "comments"
  • The Helper The Helper:
    I don't really get that article forum but I think it is because I have never really seen it used on a multi post thread
  • Ghan Ghan:
    RpNation makes more use of it right now as an example: https://www.rpnation.com/news/
  • The Helper The Helper:
  • The Helper The Helper:
    What do you think Tom?
  • tom_mai78101 tom_mai78101:
    I will have to get used to this.
  • tom_mai78101 tom_mai78101:
    The latest news feed looks good

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top