• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Changing damage on Command Aura via trigger

Status
Not open for further replies.
Some abilityFields don't work at all.
Some require a forced update. Such an update can be enforced by inc/dec ability level (even if the higher level does not exist):
  • Ability - Set Ability: (Unit: Gnollaufseher 0001 <gen>'s Ability with Ability Code: Befehlsaura)'s Real Level Field: Attack Damage Increase ('Cac1') of Level: 0 to 10.00
  • Unit - Increase level of Befehlsaura for Gnollaufseher 0001 <gen>
  • Unit - Decrease level of Befehlsaura for Gnollaufseher 0001 <gen>
 
Level 12
Joined
May 16, 2020
Messages
660
Some abilityFields don't work at all.
Some require a forced update. Such an update can be enforced by inc/dec ability level (even if the higher level does not exist):
  • Ability - Set Ability: (Unit: Gnollaufseher 0001 <gen>'s Ability with Ability Code: Befehlsaura)'s Real Level Field: Attack Damage Increase ('Cac1') of Level: 0 to 10.00
  • Unit - Increase level of Befehlsaura for Gnollaufseher 0001 <gen>
  • Unit - Decrease level of Befehlsaura for Gnollaufseher 0001 <gen>

Thanks, that worked for the adjustment. But is there a way to remove the delay before the aura adjusts the values?

I so far always used Uncle's method, which adjusted the values instantly:
  • Unit - Remove X buff from Caster
  • Unit - For Caster, Ability X, Disable ability: True, Hide UI: False
  • Unit - For Caster, Ability X, Disable ability: False, Hide UI: False
 
Status
Not open for further replies.
Top