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.
I need the reserved hero to appear at the beginning of the second week of the month, but a quest should also be triggered at the same time. The quest is triggered, but the hero (as I already mentioned) does not appear.
function Blue () SetObjectiveState("blue", OBJECTIVE_ACTIVE); local MONTH=GetDate (2) if day == 0 then DeployReserveHero ("Maeve", 66, 3, 0, 0) sleep (5) MoveCamera (66, 3, 0, 50, 0, 0, 1, 1) end ; end;