1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Bug NpcDismisser getting stuck

Discussion in 'Developer Support' started by Fizzell, Sep 25, 2018.

  1. Fizzell

    Fizzell ScriptScriptScript

    Joined:
    Sep 26, 2015
    Messages:
    39
    Likes Received:
    7
    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 (Text):
    1. 05:39:19 DEBUG    Npc Dismisser has been activated!
    2. 05:39:19 TRACE    [NpcDismisser] Dismissing the npc: Miles
    3. ... ...
    4. 09:07:12 TRACE    [NpcDismisser] Dismissing the npc: Miles
    It seems the id of the interfacecontainer that pops up is 184
    --- Double Post Merged, Sep 27, 2018, Original Post Date: Sep 25, 2018 ---
    Happened again.
    Code (Text):
    1. 06:54:11 DEBUG    Npc Dismisser has been activated!
    2. 06:54:11 TRACE    [NpcDismisser] Dismissing the npc: null
    3. 06:54:12 TRACE    [NpcDismisser] Dismissing the npc: Miles
    4. 06:54:14 TRACE    [NpcDismisser] Dismissing the npc: Miles
    5. ... ...
    6.  
    7. 07:49:36 TRACE    [NpcDismisser] Dismissing the npc: Miles
    8. 07:49:37 TRACE    [NpcDismisser] Dismissing the npc: Miles
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    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.
     

Share This Page

Loading...