Jump to content
  • 0

Player walking when interacting with NPC or Skill


tedexx

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   1
  • Joined:  02/25/12
  • Last Seen:  

I'm having an interaction bug that is not default of RO and pretty annoying. It would be impossible to run a production server with that. I tested with a fresh installation of rAthena.

- When clicking a NPC that have no mes() function, the npc click event is triggered but the player also walks to the mouse position.

- When using skill (only one click): The skill is evoked but the player also walks to the mouse position

How can this be fixed?

NPC interaction demo (GIF):

giphy.gif

NPC code: (npctalk2 is only a example, it could be anything besides mes() and it would still happen)

prt_fild01,280,144,5	script	empty_npc	4W_SAILOR,{
        heal(100,100);
	dispbottom("....");
	end;
}

Skill interaction demo (GIF):

giphy.gif

Edited by tedexx
Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   1
  • Joined:  02/25/12
  • Last Seen:  

Solved. It was "Change walk delay" option from NEMO.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   1
  • Joined:  02/25/12
  • Last Seen:  

Anyone? Anything?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  811
  • Reputation:   233
  • Joined:  01/30/13
  • Last Seen:  

Caused by a client mod maybe? It seems to send move request.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Did you try running your server in a different client? /omg 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   1
  • Joined:  02/25/12
  • Last Seen:  

Tried 3 different clients with a fresh install of rAthena (it seems much more a source problem then client). Probably everyone here has this issues too. Running preRE.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  811
  • Reputation:   233
  • Joined:  01/30/13
  • Last Seen:  

I don't know about that NPC setup, but my Wizard definitely doesn't move when casting Storm Gust. Just tested on unchanged rAthena.

Is it really a fresh installation because in that gif Storm Gust is instant cast. I tried to emulate that by equipping Angra Manyu, but still no walking.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

On 4/7/2017 at 11:56 AM, tedexx said:

I'm having an interaction bug that is not default of RO and pretty annoying. It would be impossible to run a production server with that. I tested with a fresh installation of rAthena.

- When clicking a NPC that have no mes() function, the npc click event is triggered but the player also walks to the mouse position.

- When using skill (only one click): The skill is evoked but the player also walks to the mouse position

How can this be fixed?

NPC interaction demo (GIF):

giphy.gif

NPC code: (npctalk2 is only a example, it could be anything besides mes() and it would still happen)


prt_fild01,280,144,5	script	empty_npc	4W_SAILOR,{
        heal(100,100);
	dispbottom("....");
	end;
}

Skill interaction demo (GIF):

giphy.gif

are you using latest rathena ??? working fine i just tetsted it

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   1
  • Joined:  02/25/12
  • Last Seen:  

12 hours ago, Playtester said:

I don't know about that NPC setup, but my Wizard definitely doesn't move when casting Storm Gust. Just tested on unchanged rAthena.

Is it really a fresh installation because in that gif Storm Gust is instant cast. I tried to emulate that by equipping Angra Manyu, but still no walking.

 

8 hours ago, Cyro said:

are you using latest rathena ??? working fine i just tetsted it

Latest rAthena with no modification at all. The IC storm gust was with dex99 + angra.

A client patch maybe?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  811
  • Reputation:   233
  • Joined:  01/30/13
  • Last Seen:  

It's definitely not a server problem then. It's either related to a client mod (like mouse freedom) or maybe it's your mouse software itself.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   1
  • Joined:  07/30/13
  • Last Seen:  

Hey, how did you change it from NEMO? I can't seem to change it, can you guide me?

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