Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 430 forks source link

How to control modified units? #83

Open linshiyx opened 6 years ago

linshiyx commented 6 years ago

Use sc2 editor copy a tank model and change its attack range. Then using ActionRaw fails to move the modified tank object under sc2 linux package 4.0.2. Is there any way to control modified units?

KevinCalderone commented 6 years ago

I would expect this to work. Do you see any error message in ResponseAction::result? Do you see the ability id if you do RequestQuery::RequestQueryAvailableAbilities for that unit?