• 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.

ability request

Status
Not open for further replies.
Level 5
Joined
Aug 25, 2010
Messages
120
Hy!

I need a passive non-hero ability, which is remove all buffs from the attacked enemy.

Can somebody help me??

THX
 
Level 5
Joined
Aug 25, 2010
Messages
120
Yes i tried it, but it also add the purge ability with disabled icon to the unit.
So it's not a solution, but thx.
 
  • Buff Removal
    • Events
      • Unit - A unit Is attacked
    • Conditions
    • Actions
      • Set TempUnit1 = (Triggering unit)
      • Set TempUnit2 = (Attacking unit)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Level of Your_Ability for TempUnit2) Greater than 0
        • Then - Actions
          • Unit - Remove Positive buffs considered Magic and physical from TempUnit1 (Exclude expiration timers, Include auras)
        • Else - Actions
 
Level 5
Joined
Aug 25, 2010
Messages
120
Thanks a lot!!!!!

Can i ask you for a little modification??
The ability immediately remove buffs from target, and i want to remove when the attack animation finishes, when the missile of the unit is hit the target.

Could you help me??

THX
 
Level 5
Joined
Aug 25, 2010
Messages
120
dmgesys.png



rembuff.png
 
Status
Not open for further replies.
Top