Development problem

Results 1 to 4 of 4
  1. #1
    Proficient Member qw19860616 is offline
    MemberRank
    Jun 2013 Join Date
    151Posts

    Development problem

    How can the existing characters in the database automatically log in to the game?
    Or build a role in the command to automatically go online.


  2. #2
    Proficient Member StingerOne is offline
    MemberRank
    Aug 2021 Join Date
    AltgardLocation
    160Posts

    Re: Development problem

    Please give more detail, I don't think I understand what you want to do. What do you mean by automatically log in or automatically go online?

  3. #3
    Proficient Member qw19860616 is offline
    MemberRank
    Jun 2013 Join Date
    151Posts

    Re: Development problem

    Quote Originally Posted by StingerOne View Post
    Please give more detail, I don't think I understand what you want to do. What do you mean by automatically log in or automatically go online?
    1. First, a character will be created in my database.2. When the number of players is not enough, I need to enter a command to log the characters in this database into the game.

  4. #4
    Proficient Member StingerOne is offline
    MemberRank
    Aug 2021 Join Date
    AltgardLocation
    160Posts

    Re: Development problem

    Quote Originally Posted by qw19860616 View Post
    1. First, a character will be created in my database.2. When the number of players is not enough, I need to enter a command to log the characters in this database into the game.
    You can't easily do that. It requires you to send all of the client packets to the server and log each character in. Whatever the client sends to the server, you will need to emulate that.



Advertisement