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
Posts from Current questions and answers regarding the map editor.Auto-translated
Thank you, but it didn't help; the castles turn out differently. Another question: how can I fill the entire map with roads without doing it manually?
Added 1 hour 27 minutes ago
I also need to know how to completely remove a spell from the map so that it cannot be learned or used in any way. And how to completely remove the fog of war from the map (without using a cartographer).
Another question: how can I fill the entire map with roads without doing it manually?
Added 1 hour 27 minutes ago Also, I need to know how to completely remove a spell from the map so that it cannot be learned or used in any way. And how to completely remove the fog of war from the map (without using a cartographer).
1. Unfortunately, there's no way to do it automatically. But, in my experience, a map completely covered in roads doesn't look very good, unless it's a huge city... 2. In Map Properties, go to the Spells section and uncheck the spell you don't want. Then it won't be possible to learn it in cities or altars (if it corresponds to the altar level), but if the spell has already been obtained, it will continue to work. 3. OpenCircleFog(0, 0, GROUND, 500, PLAYER_1) will remove the fog of war. It's important to remember that GROUND and PLAYER_1 need to be adjusted to your specific needs if your target is a Dungeon and a different player number.
Hey everyone, does anyone know if there's a function in the map editor that controls the number of neutral units that randomly appear on the map at the start of a new week?
For example: the cyclops week begins. Several neutral cyclops units might appear on the map, or they might not appear at all. Which function controls this randomness?
The number of creatures generated depends on the area of free cells on the map and the type of creature.
You can generate creatures using the GenerateMonsters function.