i need help explanation on how to use
SCAR Code:function OpenBank(WhichBank: string; ChangeCompass, ChangeAngle: Boolean): Boolean;
i need help explanation on how to use
SCAR Code:function OpenBank(WhichBank: string; ChangeCompass, ChangeAngle: Boolean): Boolean;
how do you know to put true true?
how about this? how do you know what to put for string and boolean?SCAR Code:function OpenBankFast(Location: String): Boolean;
I think theres a list somewhere, 'VEB' 'VWB' for example.
SCAR Code:Bank_FE = 'feb'; // (Falador East Bank)
Bank_FW = 'fwb'; // (Falador West Bank)
Bank_VE = 'veb'; // (Varrock East Bank)
Bank_VW = 'vwb'; // (Varrock West Bank)
Bank_GE = 'geb'; // (Varrock GE Bank)
Bank_DR = 'db' ; // (Draynor Bank)
Bank_AK = 'akb'; // (Al-Kharid Bank)
Bank_EV = 'eb' ; // (Edgeville Bank)
Bank_CT = 'ctb'; // (Catherby bank)
Bank_CM = 'clt'; // (Camelot bank)
Bank_NA = 'nab'; // (North Ardougne bank)
Bank_SA = 'sab'; // (South Ardougne bank)
Bank_YN = 'ynb'; // (Yanille bank)
Bank_NG = 'ngb'; // (North gnome bank)
Bank_SG = 'sgb'; // (South gnome bank)
Bank_WG = 'wgb'; // (Warrior guild bank)
Bank_FG = 'fgb'; // (Fishing guild bank)
There used to be something meaningful here.
wanna msn its faster?
well i need to know how to use
i don't get how you know how to fill it outSCAR Code:procedure SearchBank(Item: string);
function OpenBankFast(Location: String): Boolean;
mind telling the difference between funtion and procedure btw?
Last edited by BlueWorld; 05-01-2010 at 11:02 AM.
Function returns something, procedure just does something.
And theres usually some sort of explanation on the function, thats how i know how to fill.
And once you have scripted for few months you get to know what to fill in what and you remember the functions without looking at the files![]()
There used to be something meaningful here.
can we msn or something cause this is getting tetious
Well you can add me.
There used to be something meaningful here.
well if your not gonna be on i don't really see i point in me addin >_<
how do i use these procedure and funtions?SCAR Code:procedure SearchBank(Item: string);
function OpenBankFast(Location: String): Boolean;
function WithdrawItemEx(Ident: integer; IdentType: string; var Index: integer; Amount: integer; UpText: string; Tol: TIntegerArray): Boolean;
OpenBankFast('VWB'); The location is one of the ones i posted above.SCAR Code:function OpenBankFast(Location: String): Boolean;
SearchBank('iron axe'); It searches the bank for such item.SCAR Code:procedure SearchBank(Item: string);
SCAR Code:function WithdrawItemEx(Ident: integer; IdentType: string; var Index: integer; Amount: integer; UpText: string; Tol: TIntegerArray): Boolean;
{Description: Withdraws an item from the bank by using "Ident" with tol[0]
as color tolerance, tol[1] as contour tolerance in case of bmp
masks, or the count of colors for TPA item finding.
Valid IdentTypes are all in FindItem.
Index: The Bank Index where the item is found, must be a variable.
Speeds up future withdraws.
Amount: Amount to withdraw from bank.
UpText: The UpText which the function checks for.}
There used to be something meaningful here.
forwhat do i set the identifier as? not a DTM i know that much >.> i triedSCAR Code:SearchBank('iron axe');
For
it should work something likeSCAR Code:function WithdrawItemEx(Ident: integer; IdentType: string; var Index: integer; Amount: integer; UpText: string; Tol: TIntegerArray): Boolean;
something like that?SCAR Code:WithdrawItemEX(idk,'item',idk,2;'iron hatchet';
that won't help if it won't even execute ......
Yeah, there are a lot of guides that will answer all your questions.
http://villavu.com/forum/forumdisplay.php?f=191
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
There are currently 1 users browsing this thread. (0 members and 1 guests)