Jump to content
  • 0

Unknown packet 0xacf


ItsMonoXD

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  10/04/17
  • Last Seen:  

Hello everyone,

after some years i decided to create a local ragnarok server again. I used git to get the most up-to-date rathena files and set up my server. It's working so far and i can start the login, char and map server.

I got the kRo client 2020-04-09 and a Data folder from the ROenglishRE git. Then i got a ragexe from 2020-03-04. It's a 2020-03-04aRagexeRE.exe that i diffed using nemo patcher. When i try to connect to my server I just get a 'Disconnected from Server' and the logserv.bat logs:

[Notice]: Abnormal end of connection (ip: 127.0.0.1): Unknown packet 0xacf
[Info]: Closed connection from '127.0.0.1'.

I set the PACKETVERS in my defines-pre.hpp to #define PACKETVER 20200304

I'm kinda lost right now and don't know why i can't connect to the server ? I hope someone can give me a push in the right direction. Thanks in advance ?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  928
  • Reputation:   170
  • Joined:  04/05/13
  • Last Seen:  

20200304 cannot be use now I reccommend you to use 20180620 as rAthena based.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  10/04/17
  • Last Seen:  

Thanks for the answer, but can you give me a quick explanation on why that client does not work with rAthena? I would love to understand that ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1543
  • Reputation:   238
  • Joined:  08/03/12
  • Last Seen:  

2 hours ago, ItsMonoXD said:

Thanks for the answer, but can you give me a quick explanation on why that client does not work with rAthena? I would love to understand that ?

the packets are not yet coded in rAthena emulator

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/17/20
  • Last Seen:  

Hi everyone!

I also had same problem ItsMonoXD. I tried to use the latest version for all server and client. and eventually I landed in this thread.

I did the same step as ItsMonoXD, but when I tried to use the 20180620 client, I got this error


ix8lFWr.png

 

Does anyone know what should I do to fix this ? Any help would be appreciated. Thank youu

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  05/17/20
  • Last Seen:  

I manage my client works. but I can't connect to char server. Does anyone know what should I check ?

char_athena
 

// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip: 172.21.0.10

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
bind_ip: 172.21.0.10

// Login Server Port
login_port: 6900

login_athena

// The login server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
bind_ip: 0.0.0.0
 
// Login Server Port
login_port: 6900

map_athena

// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 172.21.0.10

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
bind_ip: 172.21.0.10

// Character Server Port
char_port: 6121

// Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
map_ip: 172.21.0.10

// Map Server Port
map_port: 5121

subnet_athena

// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet (max 16)
// check is if((net-submask & char_ip ) == (net-submask & servip)) => ok

subnet: 255.0.0.0:127.0.0.1:127.0.0.1
subnet: 255.255.0.0:172.21.0.10:172.21.0.10

my network is on /16, so I supposed I could use 255.255.0.0 as subnet.

 

any help would be appreciated. Thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...