Connection ErrorBad RequestThis page went staleSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
This page went stale
Your security token was rejected, usually because the page sat open too long or you signed in elsewhere. Nothing was saved. Reload the page and try again.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
How do I remove the faction circles under neutral creatures?
Here is the code I provided earlier. The documentation states that before disabling the circles, you need to disable interaction with the creatures (so they cannot be attacked). I haven't checked if it's possible not to disable this.
Is it possible to place creatures on the map from a hero's army?
I implemented similar functionality in the "Hero's Path" map, but it took several hundred lines of code because there are questions about how to initiate the placement, how to select how many creatures to deploy, and so on. In the simplest case, this involves calling two functions: remove specific creatures from the hero's army (RemoveCreatures) and place them in the same quantity on the map (CreateMonster).