RuneMate / Issues

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

New Treasure Hunter widget not detected #41

Closed aidden93 closed 5 years ago

aidden93 commented 5 years ago

Describe the bug Interface closer no longer closes the treasure hunter widget

Affected game modes: RS3.

RuneMate version: 2.95.18

To Reproduce Steps to reproduce the behaviour:

  1. Run a bot on an account that has at least one key and is logged out or hasn't closed the widget

Please include the code used to produce this bug.

Expected behaviour It should automatically close it via the x icon

Screenshots If applicable, add screenshots to help explain your problem. image

Additional context Add any other context about the problem here.

RobinPC commented 5 years ago

I fully expected Aidden to provide this, but the new interface query for this interface is: Interfaces.newQuery().types(InterfaceComponent.Type.CONTAINER).containers(1252).visible().actions("Select").results().first();

With action "Select" to close it.

aidden93 commented 5 years ago

Sorry, was in a hurry. It's well past my bed time lol.

On 8 Jan 2019 1:38 am, Robin notifications@github.com wrote:

I fully expected Aidden to provide this, but the new interface query for this interface is: Interfaces.newQuery().types(InterfaceComponent.Type.CONTAINER).containers(1252).visible().actions("Select").results();

With action "Select" to close it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/RuneMate/Issues/issues/41#issuecomment-451955215, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AC-htWu2xJdKNftYHdVjnSq7x9LVCW7jks5vA1vxgaJpZM4Zzmj_.

ccarpenter04 commented 5 years ago

Fixed