Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

API. ReportScore. X-eresult: 27; x-error_message: None #4

Closed
Franinc opened this issue Jun 25, 2018 · 2 comments
Closed

API. ReportScore. X-eresult: 27; x-error_message: None #4

Franinc opened this issue Jun 25, 2018 · 2 comments

Comments

@Franinc
Copy link

Franinc commented Jun 25, 2018

3 accounts.

Debug log:
nohup.txt

@MarshalX
Copy link
Owner

MarshalX commented Jun 25, 2018

There is one error, the description of which can be obtained from the game code. Hooray!

if ( eResult == 27 )
{
    instance.m_bJoiningPlanet = false;
    ZoneCaptured();
    gGame.ChangeState( new CBattleSelectionState( instance.m_PlanetData.id ) );
}

Source code (1061 line)

function ZoneCaptured()
{
	ShowAlertDialog( 'Zone Captured', 'This zone has been recaptured from the Duldrumz by the Steam Community.<br>Help capture another tile and represent your favorite group to help them claim territory by clicking the flag on your Salien\'s ship!' );
}

Source code (91 line)

In my opinion, you just did not have time to go again to the zone. The bot goes to the zones if the capture progress is less than 95 percent. Is it possible that in 2(~01:50) minutes all the bots and players scored 5 percent?

Although, judging by the logs, the progress of capture was 72 percent ...

@MarshalX
Copy link
Owner

In any case, this is a server side error, not a bot. The next update will output a description of this error. Thanks!

Repository owner locked as resolved and limited conversation to collaborators Jun 25, 2018
@MarshalX MarshalX assigned MarshalX and unassigned MarshalX Jun 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants