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

Ensnare buff

Status
Not open for further replies.
Level 17
Joined
Apr 24, 2005
Messages
762
I want to modify ensnare so that the effect that appears on the target is a different one, but no matter what i change it still stays the same. I removed all art and buffs from the Ensnare spell but somehow it still creates the normal net on the target.
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
Instead of removing the buff, try replacing it by another buff without an effect. Sometimes, while buffs appear to have been removed in the object editor, they're actually still being used, resulting in an ensnarenet on the target and a corresponding ensnare icon at the bottom of a unit.
 
Level 4
Joined
Dec 16, 2007
Messages
134
  • Untitled Trigger 010
    • Events
      • Time - Every 0.04 seconds of game time
    • Conditions
      • (Ability being cast) Equal to Ensnare 2
    • Actions
      • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
        • Loop - Actions
          • Unit - Remove Ensnare (Ground) buff from (Picked unit)
          • Unit - Remove Ensnare (Air) buff from (Picked unit)
Here Try this. Hope this helps. Didn't test yet.I ran out of time.
 
Level 17
Joined
Apr 24, 2005
Messages
762
  • Untitled Trigger 010
    • Events
      • Time - Every 0.04 seconds of game time
    • Conditions
      • (Ability being cast) Equal to Ensnare 2
    • Actions
      • Unit Group - Pick every unit in (Units in (Playable map area)) and do (Actions)
        • Loop - Actions
          • Unit - Remove Ensnare (Ground) buff from (Picked unit)
          • Unit - Remove Ensnare (Air) buff from (Picked unit)
Here Try this. Hope this helps. Didn't test yet.I ran out of time.

Well it does remove the buff, but the buff still shows up for a little time. And the buffs i want to show up still dont show up.
 
Level 19
Joined
Aug 24, 2007
Messages
2,888
Use %100 slow or entangling roots(attack disable)
or make a trigger that repeatly teleports unit to its old position
 
Status
Not open for further replies.
Top