Bank Finders

Methods to opening the bank.


RSBankFinder.Open

function RSBankFinder.Open(P: TPoint): Boolean; static;

Function to open a bank at a specified point. This function will move the mouse to P and if the uptext matches the point will be clicked and bank opened.

Example:

P := CustomBankFinderFunction();
RSBankFinder.Open(P);

RSBankFinder.OpenGE

function RSBankFinder.OpenGE: Boolean; static;

Attempts to open the bank at the grand exchange.


RSBankFinder.OpenEdgeville

function RSBankFinder.OpenEdgeville: Boolean; static;

Attempts to open the bank at edgeville.