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

Resolved Hook for actions in Herblore interfaces is broken (OSRS)

Discussion in 'Developer Support' started by Guru, May 15, 2017.

  1. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    OSRS

    Grab a vial of water and a Guam. Use Guam on vial of water, and the interface that comes up has no actions even though it should have actions.

    Expected actions:
    Make 1,
    Make 5,
    Make X,
    Make All,
    Cancel

    Interface Container: 309

    @Cloud

     
    Zyzz likes this.
  2. Best Answer:
    Post #11 by Cloud, Jun 17, 2017
  3. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    Same for all "production" based interfaces (fletching, etc.).
     
    Snufalufugus likes this.
  4. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    As Aydex said, they're all broken. You can still just call interact("Action") and it'll work though.
     
    Serene likes this.
  5. Aydex

    Joined:
    Dec 28, 2013
    Messages:
    190
    Likes Received:
    31
    What interface does this work on? I had to create my own interaction method and explicitly call #click as interact("Action") wasn't working for me.
     
  6. Snufalufugus

    Joined:
    Aug 23, 2015
    Messages:
    1,961
    Likes Received:
    757
    I've tested it with smelting interfaces
     
    Aydex likes this.
  7. Fonrus

    Joined:
    Dec 1, 2016
    Messages:
    59
    Likes Received:
    20
    That was the point of this point, to figure out where the hook has gone wrong. Its worth noting that the Menu reference to the component contains actions but the component queries lack them. Likely a processing step left out.
     
  8. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    It's a 'legacy' component that requires a special field to be hooked that's exclusive to osrs and a bitch to make work seemlessly with everything else. It's backlogged on my todo list.
     
  9. Guru

    Joined:
    Dec 31, 2015
    Messages:
    602
    Likes Received:
    175
    Okay no big deal any way, it seems to work as others stated on here if I just interact with it.
     
  10. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Remind me tomorrow
     
  11. Fonrus

    Joined:
    Dec 1, 2016
    Messages:
    59
    Likes Received:
    20
    These are legacy (pre 06) interfaces. With the polling of new make-all they may not exist for much longer. Even the engine team hates them apparently.
     
  12. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Fixed in the next release.
    --- Double Post Merged, Jun 17, 2017, Original Post Date: Jun 17, 2017 ---
    Alright, it's been fixed in V2.42.1
     
    Snufalufugus likes this.

Share This Page

Loading...