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

how to make a multishot ability (toggle on/off)

Status
Not open for further replies.
Level 12
Joined
Jan 13, 2008
Messages
559
like that naga spell in dota. I can't seem to find anything about this. An idea: normal multishot ability in spellbook, hide the spellbook. When the hero toggles on an ability the multishot ability in the spellbook gets enabled. But I would like to split the damage between all the arrows.
 
Level 11
Joined
Jun 2, 2004
Messages
849
A not very pretty solution would be to have a modified % damage buff be applied that reduces damage whenever the multishot is active (or increases damage when it isn't, whichever looks better). Downside of this would be that flat damage boosts (claws of attack) would not be scaled, only base damage and bonus damage from hero stats.

The damage detection system is the best solution to this.
 
Status
Not open for further replies.
Top