- Joined
- Jul 4, 2016
- Messages
- 634
Hello all,
I was using the hero passive transformation, and I noticed that the new hero type does not have any hero abilities from the new unit type.
Additionally, the new unit type retains the stats gain per level and primary attribute of the old unit type. Are these things supposed to happen with this technique? If not, what could I be doing wrong?
The only thing I am doing differently as far I am aware of is that I am using
Right after transforming the unit.
I was using the hero passive transformation, and I noticed that the new hero type does not have any hero abilities from the new unit type.
Additionally, the new unit type retains the stats gain per level and primary attribute of the old unit type. Are these things supposed to happen with this technique? If not, what could I be doing wrong?
The only thing I am doing differently as far I am aware of is that I am using
JASS:
call ShowUnit(u, false)
call UnitRemoveAbility(u, 'Aloc')
call ShowUnit(u, true)
Right after transforming the unit.