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
Current questions and answers regarding the map editor.
Check the console more often to identify such errors. It would display "Value was nil when getting global with name 'AddHeroSpells'!", which means the variable AddHeroSpells was not defined. All script functions are variables containing functions that are defined from the Lua scripts that run with the game. If the variable is not defined, then that function does not exist. Then, refer to the manual (or in the script editor, click Ctrl+Space) and find out that there is only the function TeachHeroSpell. Use that instead.
If you follow this principle of error analysis, you won't need help. You can also use the debugging method by Jack_of_Shadows.