Hi guys,
Can someone please confirm if their scouting action is behaving correctly.
If I send an action for example :
{
“type” : 1,
“units” : 2,
“id” : “410d392c-ecf5-43b9-a228-299c0a8d224a” // scouting tower
}
and I check the gamestate after a couple of ticks it doesnt seem to change anything.
My bot still has AvailableUnits = 2 and ScoutingUnits = 0
and the target tower never get ‘scouted’ and added to my bot’s scouted-towers list
or maybe I am just missing something.
I am using the .NetCore bot