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

Bug Absence of Actions in custom interfaces

Discussion in 'Developer Support' started by Firefoxes, Dec 15, 2016.

  1. Firefoxes

    Joined:
    Jul 15, 2016
    Messages:
    151
    Likes Received:
    36
    RuneMate Version: v2.4.3
    Affected Games: OSRS
    If i look at InterfaceComponents of some interfaces through Slash's Open interface explorer there are no Actions where it supposed to be.
    I can't do
    Code (Text):
    1. Interfaces.newQuery().texts("Some text").results().first().interact("Action name");
    for example, cos i can't get list of actions of any of the components - cos list is always empty.
    Affected interfaces i've seen:
    1) NPC Elnock Inquisitor, his exchange interface for impling jars, InterfaceContainer 540, all of its InterfaceComponents;
    2) Exchanging logs for planks, NPC Sawmill operator, north-west of Varrock, InterfaceContainer 403, all of its InterfaceComponents has Action list empty.

    I'm sure there are more interfaces with this issue.
    @Cloud @SlashnHax
     
  2. moneyview

    Joined:
    Jan 3, 2018
    Messages:
    1
    Likes Received:
    0
    Bump. I have exactly the same issue as above.

    Any ideas?
    --- Double Post Merged, Jan 7, 2018, Original Post Date: Jan 7, 2018 ---
    nvm. fixed it by grabbing the Interface ID directly. e.g.

    Interfaces.getAt(403, 94).interact("Buy All");
     
  3. tyb51

    tyb51 Niche bots at your disposal

    Joined:
    Dec 23, 2015
    Messages:
    1,098
    Likes Received:
    439

Share This Page

Loading...