NowaHosting


AlphaServers


Page 3 of 10 PrimeiroPrimeiro 12345 ... ÚltimoÚltimo
Resultados 21 a 30 de 99

Hybrid View

  1. #1
    Iniciante nunped's Avatar

    Data de Ingresso
    Dec 2023
    Posts
    5
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mentioned
    0 Post(s)
    País
    Brazil
    Boa tarde pessoal, consegui resolver o antigo problema, mas estou enfrentando este agora.
    https://uploaddeimagens.com.br/imagens/uqxLxmI
    O servidor inicia com esse erro.
    editei o arquivo sl.bin e substituí no pasta do client mas fica dando que não é possível se conectar ao servidor, alguém sabe oque pode ser ?

    achei que poderia ser o formato da data e hora mas não
    Last edited by nunped; 12-19-2023 at 03:38 AM.

  2. #2
    Iniciante Haikom's Avatar

    Data de Ingresso
    Feb 2023
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mentioned
    0 Post(s)
    País
    Brazil
    Has anyone else had this error? and could help me
    Sem título.jpg





    Edit,Image Error
    https://imgur.com/a/cHBbSDl



    Imagens Anexas Imagens Anexas
    Last edited by Haikom; 02-07-2023 at 12:55 AM.

  3. #3
    Iniciante roohwyd's Avatar

    Data de Ingresso
    Feb 2023
    Posts
    2
    Thanks Thanks Given 
    2
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mentioned
    0 Post(s)
    País
    Brazil
    resolvido esta parte
    Imagens Anexas Imagens Anexas
    Last edited by roohwyd; 03-01-2023 at 01:00 AM.

  4. #4
    Membro NoLimiT's Avatar

    Data de Ingresso
    Aug 2022
    Posts
    11
    Thanks Thanks Given 
    20
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Mentioned
    0 Post(s)
    País
    Philippines
    It seems this is only works on local and cannot put online to join friends, cause as I check the port 8822 and 8831 are only listening to 127.0.0.1 IP if you changed it on SL.Bin on VPS IP it will give error when logging in.

  5. #5
    Developer C++ Rooh's Avatar


    Data de Ingresso
    Aug 2022
    Posts
    58
    Thanks Thanks Given 
    30
    Thanks Thanks Received 
    288
    Thanked in
    30 Posts
    Mentioned
    6 Post(s)
    Humor
    Yeehaw
    País
    Canada
    Citação Originally Posted by NoLimiT Ver Post
    It seems this is only works on local and cannot put online to join friends, cause as I check the port 8822 and 8831 are only listening to 127.0.0.1 IP if you changed it on SL.Bin on VPS IP it will give error when logging in.
    there are people using the files and putting them online, I recommend checking what you are doing wrong

  6. #6
    Membro NoLimiT's Avatar

    Data de Ingresso
    Aug 2022
    Posts
    11
    Thanks Thanks Given 
    20
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Mentioned
    0 Post(s)
    País
    Philippines
    Citação Originally Posted by Rooh Ver Post
    there are people using the files and putting them online, I recommend checking what you are doing wrong
    I already checked the listening ip and ports on doing command 'netstat -a' and it shows the 8822 and 8831 are only listening to 127.0.0.1 and not on public IP that is why it will not show the server list even edited the SL.Bin correctly my friend. Also do you know if the server files you release can be compatible with Taiwan client https://aika.mangot5.com ?

    As you can see this is the screenshot of listening ip and port in the VPS it shows the 8831 and 8822 are only listening on the localhost IP 127.0.0.1 it should listening also 0.0.0.0 to allow to connect on the Public IP of the VPS like the 8090 I can access it without problem but after logging in and select the world there is no server list because the 8822 and 8831 are not responding or only using 127.0.0.1 and if I put the Public IP of the VPS on 1 line of the SL.Bin it will show error when running the gameserver.


    As you can see the 8090 listening to ip below which are any ip means can be connected with VPS Public IP
    TCP 0.0.0.0:8090
    TCP [::]:8090

    The problem is the 8822 and 8831 are only listening to localhost ip 127.0.0.1
    TCP 127.0.0.1:8822
    TCP 127.0.0.1:8831

    If the 8822 and 8831 are listening to 0.0.0.0 and [::] it should work publicly and can connect sadly it seems it is locked only on local connection cannot play with other player.
    Imagens Anexas Imagens Anexas
    Last edited by NoLimiT; 02-05-2023 at 07:50 PM.

  7. #7
    Developer C++ Rooh's Avatar


    Data de Ingresso
    Aug 2022
    Posts
    58
    Thanks Thanks Given 
    30
    Thanks Thanks Received 
    288
    Thanked in
    30 Posts
    Mentioned
    6 Post(s)
    Humor
    Yeehaw
    País
    Canada
    Citação Originally Posted by NoLimiT Ver Post
    I already checked the listening ip and ports on doing command 'netstat -a' and it shows the 8822 and 8831 are only listening to 127.0.0.1 and not on public IP that is why it will not show the server list even edited the SL.Bin correctly my friend. Also do you know if the server files you release can be compatible with Taiwan client https://aika.mangot5.com ?

    As you can see this is the screenshot of listening ip and port in the VPS it shows the 8831 and 8822 are only listening on the localhost IP 127.0.0.1 it should listening also 0.0.0.0 to allow to connect on the Public IP of the VPS like the 8090 I can access it without problem but after logging in and select the world there is no server list because the 8822 and 8831 are not responding or only using 127.0.0.1 and if I put the Public IP of the VPS on 1 line of the SL.Bin it will show error when running the gameserver.


    As you can see the 8090 listening to ip below which are any ip means can be connected with VPS Public IP
    TCP 0.0.0.0:8090
    TCP [::]:8090

    The problem is the 8822 and 8831 are only listening to localhost ip 127.0.0.1
    TCP 127.0.0.1:8822
    TCP 127.0.0.1:8831

    If the 8822 and 8831 are listening to 0.0.0.0 and [::] it should work publicly and can connect sadly it seems it is locked only on local connection cannot play with other player.


  8. #8
    Membro NoLimiT's Avatar

    Data de Ingresso
    Aug 2022
    Posts
    11
    Thanks Thanks Given 
    20
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Mentioned
    0 Post(s)
    País
    Philippines
    I think AWS VPS is the one having issue, I should try soon on different VPS. Btw thanks for answering my question bro @Rooh.
    Last edited by NoLimiT; 02-05-2023 at 08:36 PM.

  9. #9
    Iniciante uMajjor's Avatar

    Data de Ingresso
    Feb 2023
    Posts
    1
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mentioned
    0 Post(s)
    País
    Brazil
    Como eu uso o GM Tools ? ou o painel de gm ? ja abri o servidor certinho so o painel de gm que nao estou conseguindo

  10. #10
    Developer C++ Rooh's Avatar


    Data de Ingresso
    Aug 2022
    Posts
    58
    Thanks Thanks Given 
    30
    Thanks Thanks Received 
    288
    Thanked in
    30 Posts
    Mentioned
    6 Post(s)
    Humor
    Yeehaw
    País
    Canada
    Citação Originally Posted by uMajjor Ver Post
    Como eu uso o GM Tools ? ou o painel de gm ? ja abri o servidor certinho so o painel de gm que nao estou conseguindo
    Boa noite, breve vou postar um video utilizando o editor de mobs etc.. e criar um app para editar cash,gold dos chars

  11. The Following 2 Users Say Thank You to Rooh For This Useful Post:


Page 3 of 10 PrimeiroPrimeiro 12345 ... ÚltimoÚltimo

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • You may not post Resposta(s)
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •