Connection ErrorBad RequestSession 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.
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.
Yes, the idea is that when entering a specific location, the AI should receive a Pelt or its building. Are there any other ways to give the AI this item?
Added 3 minutes ago Godric's Hollow
Why this trigger specifically? Or was it intended that entering a certain region would grant a Pelt?
Added 1 minute ago
Please provide the complete function; there might be an error somewhere.
The script only doesn't work with the Pelt and only with the AI. With other artifacts, and if the hero is controlled by the player, everything works fine.
function AshaTest() GiveArtefact("Pelt", 53); GiveArtefact("Pelt", 47); MessageBox(GetMapDataPath().."AshaText.txt"); end;
function AshaTest2() GiveArtefact("Eruina", 53); GiveArtefact("Eruina", 48); end;