Hello!
I need to change the unit's projectiles scale in-game.
This method work on warcraft 3 frozen throne:
How to do this in wc3 reforged? Is it a bug?
Yeah I now that this work with pre-placed unit. But I looking for another way...
I need to change the unit's projectiles scale in-game.
This method work on warcraft 3 frozen throne:
JASS:
call SetUnitScalePercent(u,300.00,300.00,300.00)
call UnitAddAbilityBJ(1093678922,u)
call IssuePointOrderLocBJ(u,"carrionswarm",point)
How to do this in wc3 reforged? Is it a bug?
Yeah I now that this work with pre-placed unit. But I looking for another way...