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.
I was working with the GetHeroCreaturesType function. The idea is that it should return a table of creature IDs in the hero's army, but in reality, it writes them as a single number (for example, instead of 138, 72, 73, 0, 0, 0, 0, it writes 138727300). Reassigning the result returned by this function to another variable, of course, didn't give any results, and it erased everything except the first value (138). In this regard, the question is: how can I extract these IDs? Thank you in advance.