SpOOn Posted December 26, 2024 Posted December 26, 2024 Hey guys. I have found a weird movement in the monsters. Rathena version of 03/2024. Could someone help me solve this? Quote
0 Start_ Posted December 27, 2024 Posted December 27, 2024 Just use latest rAthena on Github. It's work perfectly smooth on my end. Quote
0 Playtester Posted December 27, 2024 Posted December 27, 2024 Looks like you're sending a wrong movement packet to the client. Maybe you defined the wrong packet version when compiling. It needs to match with the client version you're using. See instruction here: #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20211103 #endif Quote
0 SpOOn Posted December 27, 2024 Author Posted December 27, 2024 4 hours ago, Playtester said: Looks like you're sending a wrong movement packet to the client. Maybe you defined the wrong packet version when compiling. It needs to match with the client version you're using. See instruction here: #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20211103 #endif Already checked it and it's correct. Still got the problem Quote
0 Yukaiii Posted December 28, 2024 Posted December 28, 2024 10 hours ago, SpOOn said: Already checked it and it's correct. Still got the problem Is your server hosted? I had a similar problem... but not with monsters, the skill had two hits, examples: occult impact, holy light etc.. I used a host with hosting in the United States. I switched to a host with hosting in my country and this stopped. Quote
0 SpOOn Posted December 28, 2024 Author Posted December 28, 2024 1 hour ago, Yukaiii said: Is your server hosted? I had a similar problem... but not with monsters, the skill had two hits, examples: occult impact, holy light etc.. I used a host with hosting in the United States. I switched to a host with hosting in my country and this stopped. No, it's local Quote
0 Yukaiii Posted December 28, 2024 Posted December 28, 2024 9 hours ago, SpOOn said: Não, é local é rapaz.. então não sei oque pode ser. Quote
Question
SpOOn
Hey guys. I have found a weird movement in the monsters. Rathena version of 03/2024.
Could someone help me solve this?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.