Welcome!

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

Sign up now!

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

Joined
Dec 31, 2015
Messages
602
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
 
Joined
Dec 28, 2013
Messages
190
As Aydex said, they're all broken. You can still just call interact("Action") and it'll work though.
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.
 
Joined
Dec 1, 2016
Messages
59
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.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
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.
 
Joined
Dec 31, 2015
Messages
602
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.
Okay no big deal any way, it seems to work as others stated on here if I just interact with it.
 
Top