• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Bouncing attack and slow buff

Status
Not open for further replies.
Level 11
Joined
Jan 23, 2015
Messages
788
I have a unit with a bouncing attack which I also want it to slow targeted units' speed... the slow ability is not a problem, it works for other units, but it does not stack with the bouncing attack :/

any solutions?
 

Chaosy

Tutorial Reviewer
Level 40
Joined
Jun 9, 2011
Messages
13,184
I think the following would work:

1. download a DDS and import it
2. check when a unit takes damage
3. if the attacker has bouncing blade slow target (with either a dummy spell or by using purely triggers)

edit: this is buggy by the way. Sadly you have to filter out spell damage and such. There is only one of the DDSs that supports that in the spell section I think, it's the one by "Looking_for_help"
 
Last edited:
Level 6
Joined
May 20, 2014
Messages
228
Try using a frost attack instead of slow orb, since slow orbs are meant to take priority over attacks similar to lifesteal and like.

If that doesn't work, Chaosy's solution is probably better.
 
Level 6
Joined
May 20, 2014
Messages
228
I see. A DDS would probably be your best bet, then?

Though, if your goal is to exclusively slow the units, Frost attack should work just fine. Poison attack takes over the glaive so it wouldn't work, unless there are mysteries of how orb effects are handled in WC3 engine.
 
Status
Not open for further replies.
Top