• 🏆 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!

Adding dmg with triggers

Status
Not open for further replies.
Level 3
Joined
Dec 21, 2014
Messages
27
Adding dmg or % spell resist or armor or pure attack speed not a % increase etc... (with triggers ofc)
Can someone tell me how to do these?
 
Level 7
Joined
Mar 10, 2013
Messages
366
Each of those things you said have different approachs in each situation. You need to say what you want to do, more specifically, and then we can help you.
 
Level 11
Joined
Jun 2, 2004
Messages
849
A "pure" attack speed modification is impossible, fyi. You can use morphing abilities to change between units with different attack speeds, but that limits you to a finite number of available attack speeds. Anything really dynamic will have to be percentage based.

The rest need to be accomplished through abilities, a damage detection system, or both.
 
Level 3
Joined
Dec 21, 2014
Messages
27
Ok so...

upload_2017-5-24_19-5-30.png


Hmmm everything seems to works well... but it isn't adding the bonus dmg :/

upload_2017-5-24_19-7-18.png


What am i missing?
 
Level 11
Joined
Jun 2, 2004
Messages
849
Of course it works for non-hero abilities. There are a handful of abilities which don't work with levels (mostly item ones), but iirc the claw of attack ability works just fine. I know the item defense bonus one does for sure.

I use unit abilities with levels all the friggin' time.
 
Status
Not open for further replies.
Top