RuneMate / Issues

Client and API Issue tracking. See README for more information.
8 stars 0 forks source link

RS3 Multiple Action bar support #24

Open tyb51 opened 5 years ago

tyb51 commented 5 years ago

Is your feature request related to a problem? Please describe. RM API only supporting base action bar. There can be up to 4 (i think) extra bars on screen.

Describe the solution you'd like Add multiple action bars

Describe alternatives you've considered We have discussed this >1year ago. I have an implementation that can use all of them. But as you previously mentioned, RM uses a more native/faster implementation.

Additional context An example to get the basic component in my impl is Interfaces.newQuery().containers(1430, 1670, 1671, 1672, 1673).names(skillName).types(InterfaceComponent.Type.SPRITE).visible().grandchildren(false).results().first();