Jump to content
  • 0

How to fix this Annoying Warning to NPC Dialog


Jinun

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  02/15/21
  • Last Seen:  

How can I fix the warning: "Any work in progress (NPC dialog, manufacturing...) quit and try again"?

This warning appears when the player is under a progress bar. If the player clicks the NPC again while the progress bar is still running, the warning shows up in the chat window.

How can I resolve this issue?

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:  137
  • Reputation:   11
  • Joined:  11/26/16
  • Last Seen:  

because you are still attached to the NPC

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  02/15/21
  • Last Seen:  

1 hour ago, Thanna20 said:

because you are still attached to the NPC

what do you mean? Care to share how to solve?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  47
  • Reputation:   3
  • Joined:  05/04/14
  • Last Seen:  

Does the error appear when you yourself spam the npc while the progress bar is going or does it pop up automatically?

Edited by b1rbert
Didn't read the initial question properly, sorry
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  02/15/21
  • Last Seen:  

Bumb.

 

I wanted to remove the warning "Any work in progress (NPC dialog, manufacturing...) quit and try again" once the progress is running while I am doing a spam click.
It should be the same as using skill and the progress bar is running. the NPC is not clickable. 

Edited by Jinun
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   19
  • Joined:  12/24/18
  • Last Seen:  

On 10/23/2024 at 7:36 PM, Jinun said:

Bumb.

 

I wanted to remove the warning "Any work in progress (NPC dialog, manufacturing...) quit and try again" once the progress is running while I am doing a spam click.
It should be the same as using skill and the progress bar is running. the NPC is not clickable. 

 

If your concern is to remove that message, Any work in progress (NPC dialog, manufacturing...) quit and try again  you can disable it in npc.cpp

find:  

clif_msg(sd, MSI_BUSY);

and // comment this line

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   3
  • Joined:  02/15/21
  • Last Seen:  

3 hours ago, Mice said:

 

If your concern is to remove that message, Any work in progress (NPC dialog, manufacturing...) quit and try again  you can disable it in npc.cpp

find:  

clif_msg(sd, MSI_BUSY);

and // comment this line

Thank you so much for your suggestion! I commented out the clif_msg(sd, WORK_IN_PROGRESS) line in both the int npc_click function in npc.cpp and the clif_parse_NpcClicked function in clif.cpp.

This resolved the issue I was facing. I really appreciate your help!

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