Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Bug NpcDismisser getting stuck

ScriptScriptScript
Joined
Sep 26, 2015
Messages
40
The problem happens with the Certers (Miles, Niles, Giles) random event.
If the bot accidentally clicks on the NPC, an interface pops up that hides the NPC behind it. This means that the NPC dismisser can't interact with the NPC, causing the bot to be stuck forever.

Code:
05:39:19 DEBUG    Npc Dismisser has been activated!
05:39:19 TRACE    [NpcDismisser] Dismissing the npc: Miles
... ...
09:07:12 TRACE    [NpcDismisser] Dismissing the npc: Miles

It seems the id of the interfacecontainer that pops up is 184
 
Happened again.
Code:
06:54:11 DEBUG    Npc Dismisser has been activated!
06:54:11 TRACE    [NpcDismisser] Dismissing the npc: null
06:54:12 TRACE    [NpcDismisser] Dismissing the npc: Miles
06:54:14 TRACE    [NpcDismisser] Dismissing the npc: Miles
... ...

07:49:36 TRACE    [NpcDismisser] Dismissing the npc: Miles
07:49:37 TRACE    [NpcDismisser] Dismissing the npc: Miles
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
What interface is this (please provide a screenshot if possible). If the interface is caused by misclicking the npc, I'll make sure it's accounted for.
 
Top