Skip to content

Suspect no one is using single lobby player #26

Description

@h4onanh

background is that I'm playing offline. It seems single lobby player can be useful, but is not
cursor jump between play button and game difficulty block's position, even after loading into the game
game difficulty in BotSettings.txt can just support 0,problem may be because below code

// Form1.cs
// line 1764
if (CharConfig.GameDifficulty == 0) Form1_0.KeyMouse_0.MouseClicc(960, 450);  //clic 'normal'
if (CharConfig.GameDifficulty == 0) Form1_0.KeyMouse_0.MouseClicc(960, 520);  //clic 'nm'
if (CharConfig.GameDifficulty == 0) Form1_0.KeyMouse_0.MouseClicc(960, 585);  //clic 'hell'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions