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

Bug RS3 Item Interaction failing without a reason

Discussion in 'Client & Site Support' started by Savior, Apr 22, 2016.

  1. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Sometimes the current session of the bot won't interact with some spriteitems in inventory.
    I double checked the interaction string and the item is not null either.

    Only sometimes the bot session is "infected" with this bug, and calling SpriteItem#interact(String action) will immediately return false.

    Using modern interface.

    @Cloud
    --- Double Post Merged, Apr 22, 2016, Original Post Date: Apr 18, 2016 ---
    @Cloud it still persists.
    --- Double Post Merged, Apr 22, 2016 ---
    Seems to happen to NPCs aswell.
     
  2. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
  3. Derk

    Derk 12 year old normie

    Joined:
    Jan 8, 2015
    Messages:
    2,766
    Likes Received:
    1,339
    Code (Text):
    1. if (desintegrateSpell != null) {
    2.                 System.out.println("not null");
    3.                 if (desintegrateSpell.interact("Activate")) {
    4.                     System.out.println("ready to interact with spriteitem");
    5.                     itemsToDestroy.interact("Activate Disassemble -> " + item);
    6.                 }
    7.             }
    Happens to me too. interact("Activate") doesn't work, but it does print out not null.

    @Cloud
     
  4. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Uhm, can you provide more debugging information?
    --- Double Post Merged, Apr 27, 2016, Original Post Date: Apr 26, 2016 ---
    Specifically information related to what is reported as the visibility of the item, whether or not the backpack is considered open, if it's not open is attempting to open it not working, etc.
     
  5. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Couldnt manage to reproduce the bug yet
     

Share This Page

Loading...