And as another option: move AddHeroCreatures("Mardigo", 10, 1); above startThread
Posts from Current questions and answers regarding the map editor.
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?