Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Item abilities are also abilities owned by the unit while it is equiped.
Set works directly = 0 means using a BlzSetAbilityxxxxField will not change the current power/boni. Sometimes one can enforce an update by doing something to the ability.
IncUnitAbilityLevel/DecUnitAbilityLevel (does mostly not work with abilities only supporting 1 level)
Disable/Enable Ability
Thx. I think I have tried SetUnitAbilityLevel(whichUnit, 1) for the unit carrying the item. I will try disable and enable or something. Too bad that Blizzard fucked this up.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Set works directly = 0 means using a BlzSetAbilityxxxxField will not change the current power/boni. Sometimes one can enforce an update by doing something to the ability.
IncUnitAbilityLevel/DecUnitAbilityLevel (does mostly not work with abilities only supporting 1 level)
Disable/Enable Ability
if neither works then i don't know how.