SpOOn Posted December 26, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.01 Content Count: 10 Reputation: 0 Joined: 11/11/24 Last Seen: April 10 Share 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 Link to comment Share on other sites More sharing options...
0 Start_ Posted December 27, 2024 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 182 Joined: 04/05/13 Last Seen: Monday at 03:44 AM Share Posted December 27, 2024 Just use latest rAthena on Github. It's work perfectly smooth on my end. Quote Link to comment Share on other sites More sharing options...
0 Playtester Posted December 27, 2024 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 905 Reputation: 248 Joined: 01/30/13 Last Seen: 6 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 SpOOn Posted December 27, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.01 Content Count: 10 Reputation: 0 Joined: 11/11/24 Last Seen: April 10 Author Share 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 Link to comment Share on other sites More sharing options...
0 Yukaiii Posted December 28, 2024 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 172 Reputation: 9 Joined: 11/20/13 Last Seen: 8 minutes ago Share 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 Link to comment Share on other sites More sharing options...
0 SpOOn Posted December 28, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.01 Content Count: 10 Reputation: 0 Joined: 11/11/24 Last Seen: April 10 Author Share 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 Link to comment Share on other sites More sharing options...
0 Yukaiii Posted December 28, 2024 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 172 Reputation: 9 Joined: 11/20/13 Last Seen: 8 minutes ago Share Posted December 28, 2024 9 hours ago, SpOOn said: Não, é local é rapaz.. então não sei oque pode ser. Quote Link to comment Share on other sites More sharing options...
Question
SpOOn
Hey guys. I have found a weird movement in the monsters. Rathena version of 03/2024.
Could someone help me solve this?
Link to comment
Share on other sites
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.