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 to create an animation for creature attacks on the map, in the editor?
PlayObjectAnimation('SCRIPTED_NAME_OF_THE_CREATURE', 'ANIMATION_NAME', TYPE); for example: PlayObjectAnimation('npc_1', 'attack00', ONESHOT);
There are animations for attacks and deaths, but not for all creatures. To find out which specific animations a creature has, place it on the map, select it, click in the property tree on Shared, and in the creature's parameter table, one of the first rows will contain the word Animation; click on it, and it will be clear from there.
How to make it in the map editor so that, for example, peasants turn into demons?
Remove the peasants, place the demons in the same spot. You can play some effect on top of that. The following functions will be useful: