Connection ErrorBad RequestSession 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.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
"Follow" a hero in a chain - when this function is activated, hero 1 begins to run after hero 2 at a distance equal to their movement speed, or with a buffer of 1-2 cells.
If hero 2 is too far away, hero 1 simply tries to catch up.
If hero 2 is close, hero 1 stays in place Iamsamstan
1) How does he try to catch up? 2) And if a chain of 8 heroes is needed, do they all follow him?
1. Within their movement range, via the shortest path; the function should be interrupted when using movement spells (DD TP)
2. If there is a chain of 8, hero 2's follow function is set to hero 1, hero 3's function is set to hero 2, and so on