Welcome!

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

Sign up now!

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