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

[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