Jump to content
  • 0

Weird monster movement


SpOOn

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.01
  • Content Count:  10
  • Reputation:   0
  • Joined:  11/11/24
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  950
  • Reputation:   180
  • Joined:  04/05/13
  • Last Seen:  

Just use latest rAthena on Github. It's work perfectly smooth on my end.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  37
  • Topics Per Day:  0.01
  • Content Count:  896
  • Reputation:   248
  • Joined:  01/30/13
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.01
  • Content Count:  10
  • Reputation:   0
  • Joined:  11/11/24
  • Last Seen:  

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

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.01
  • Content Count:  10
  • Reputation:   0
  • Joined:  11/11/24
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  170
  • Reputation:   9
  • Joined:  11/20/13
  • Last Seen:  

9 hours ago, SpOOn said:

Não, é local

é rapaz.. então não sei oque pode ser.

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...