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.
Error Details:
Share Link
HoMM3 HD is a mod (add-on) for the game Heroes of Might and Magic 3.
This is how the developers intentionally designed it. The function that generates a random number for animations in single-player mode uses a standard function and changes the seed (which affects the generated numbers for damage, etc.), while in online mode, it uses the system time as the random number without changing the seed, so it doesn't affect regular random events. Perhaps this is the developers' hint that auto-battles are acceptable in single-player but not in online mode. Dirty_Player
Yes, but it only changes if no actions are taken. And because of this, are there problems when there's a disconnect in the final battle, and the battle needs to be replayed?
It is impossible to exactly replay a battle between players in SoD because the seeds obtained are not saved anywhere, and the random numbers will be completely new each time. However, from a game modification perspective, it is quite easy to remove this use of system time, and then, provided that the players repeat all actions exactly, the damage, morale, etc., will be the same as in the first battle.