Welcome!

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

Sign up now!

Request Interface closer

Joined
Nov 2, 2015
Messages
302
Runemate closes lots of interfaces but doesn't close the OSRS report player window, or the trade window. Both of these interfaces are frequently miss clicked due to clouse. Bots could handle them, but as Runemate closes other interfaces (collection box) it would be consistent to close report window, and possibly trade window. (Bots should never be reporting players anyhow.)
 
12 year old normie
Joined
Jan 8, 2015
Messages
2,769
If I'm not mistaking, @Cloud has already plans on adding them to the interface handler for Spectre.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
Support.
If you got data about those interfaces you could post them here to speed up the process tho :)
 
Joined
Dec 10, 2014
Messages
3,255
It would be nice if we could supply information to the Interface Closer to add custom interface closing.
 
Just to clarify on my above post. It would be good because it would allow us to have more control over the interfaces. E.g. If you don't support the Deposit Box, then tell the InterfaceHandler to handle the Deposit Box, but if you do, then tell it not to. IMO there should be a ClosableInterface interface, with isOpen() and close() methods, and an enum of the interfaces supported by RM. This would give us the needed control, as well as the ability to extend the InterfaceHandler to handle additional interfaces.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
It would be nice if we could supply information to the Interface Closer to add custom interface closing.
 
Just to clarify on my above post. It would be good because it would allow us to have more control over the interfaces. E.g. If you don't support the Deposit Box, then tell the InterfaceHandler to handle the Deposit Box, but if you do, then tell it not to. IMO there should be a ClosableInterface interface, with isOpen() and close() methods, and an enum of the interfaces supported by RM. This would give us the needed control, as well as the ability to extend the InterfaceHandler to handle additional interfaces.
@Cloud I support.
 
Joined
Jan 24, 2016
Messages
87
There's already an option to disable player report and trade in osrs... Unless you're all talking about something completely different.
 
First Bot Author
Joined
Aug 7, 2013
Messages
262
I once wrote a script that detected players advertising websites and it reported them, until none were found. It would then hop to a new world and repeat.
By automatically closing the report interface, _you_ are responsible for the spam, @Cloud ! Shame on you!

But seriously though, it would be good to have it configurable per script.
 
Top