PDA

View Full Version : BankScreen update



WT-Fakawi
05-08-2007, 03:37 PM
The Bank of RuneScape bankscreen has undergone a slight shift. New coords are:

{************************************************* ******************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
************************************************** *****************************}

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;


So 185 is now 184!!!!!!!


Check it please and see if it works. (Not sure if "The Bank of" is static)

program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
If Bankscreen then writeln('found') else writeln('not found');
end.

PwNZoRNooB
05-08-2007, 03:45 PM
I'll check just in a minute!

EDIT: Yes, the 185 doesn't work and the 184 works!
Thanks for finding it Fawki! :D

ricardo016
05-08-2007, 06:34 PM
Realy thx man, now i can mine again :D

Buckleyindahouse
05-08-2007, 06:47 PM
No Wonder starblaster's and all the other banking scripts dont work.

Smartzkid
05-08-2007, 06:54 PM
Sneaky!

WT-Fakawi
05-08-2007, 06:57 PM
Think I just saved a lot of Players :)

PwNZoRNooB
05-08-2007, 07:19 PM
Think I just saved a lot of Players :)

Yup :spot:
When I'm going to put credits to you in my scripts if I can use ur stuff of course I'll put
//Made by The Legendary Super Scripter WT-Fakawi
:)

ch00b
05-08-2007, 07:54 PM
Can someone upload his bank file cuz i keep getting a error in compiling line 65 of bank, and i'm a big noob when it comes to following instructions.. btw im new to this community :spot:

Dark_Sniper
05-08-2007, 08:24 PM
lol real sneaky.

i made a fix for it but u beat me to it.

tyvm

i was like what the heck.. and my debug for my script keep saying could not find bank screen when the bank was open so ya!

xxchronic2007xx
05-08-2007, 09:01 PM
thank you lol you saved me from going omg omg why doesnt script bank :p

Wizzup?
05-08-2007, 09:40 PM
We need a to post a fix quickly. (release one to download)

tarajunky
05-08-2007, 09:51 PM
We should fix RRW at the same time.

belgin fish
05-08-2007, 09:58 PM
Thanks WT-Fawaki your the best for pointing this out :) thanks a tone!

lolpie
05-08-2007, 10:04 PM
Dude I love you. Heh I made a topic about this--any mod wanna delete it? Thanks

ShawnjohnSJ
05-08-2007, 10:18 PM
Thanks for the notice!! =]

Aje
05-08-2007, 10:28 PM
Think I just saved a lot of Players :)

Yes Alot of players... Thanks alot

tarajunky
05-08-2007, 10:54 PM
No biggie for me...



Random Events Solved by tarajunky
Worked : 2 month 0 week 76 day .
Logged In : 4808
Plants : 0
Lamps : 64
Fights : 326
Talks : 454
Deaths : 20
Certers : 32
Sandwiches: 36
Ricks : 44
Dwarfs : 47
Capts : 33
Oldmen : 133
Boxes : 173
Banked : 0 <-------------------
Trades : 43
Mods : 22
Mimes : 4
Mazes : 0
ScapeRunes : 107
EntsAvoided : 0
Whirlpools : 0
RodsFound : 0
AxeAttaches : 0
Birdsnest : 0
PickAxeAttached: 54
Jekylls : 0
SGuard : 25
Frogs : 21

:)

bbhh aaron
05-08-2007, 11:07 PM
I'm using 184 and it still doesn't work.

joshsavage91
05-08-2007, 11:25 PM
{************************************************* ******************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
************************************************** *****************************}

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;

{************************************************* ******************************
function PinScreen: Boolean;
by:
Description: Finds Pin Screen. Returns true if Found.
************************************************** *****************************}

I have edited my bank.scar file in my core folder so that it is like that, and Starblaster's payscript still can't find the bank and is acting the same...

WT-Fakawi
05-08-2007, 11:46 PM
I have edited my bank.scar file in my core folder so that it is like that, and Starblaster's payscript still can't find the bank and is acting the same...

Maybe Star has his own customised BankScreen function?

joshsavage91
05-08-2007, 11:52 PM
Maybe Star has his own customised BankScreen function?

Nope, on Mopar he said this:


Thank you very much, i appreciate that, i didn't know about it.
Afraid we're gonna have to wait for the SRL fix guys Sad

-Starblaster100

joshsavage91
05-09-2007, 12:03 AM
I did what the tread told me to numerous times and it wont work. :( Whenever I run the second part of that thread, it gives me this:

SRL Compiled in 15msec.
not found
Successfully executed

Hugolord
05-09-2007, 05:25 AM
Ty Fakawi

Rofl this is what i mean runescape stopped us for what? 1 day? lol

Lorax
05-09-2007, 06:57 AM
more like 5 mins, I made my own FindColor + GetColor bankscreen
I don't like using GetTextAtEx and such for functions where you could just do FindColor/GetColor..

SKy Scripter
05-09-2007, 08:14 AM
lol Closebank Doesn't Work (For Me Ether)
sometimes simplier scripts are better.. :p

joshsavage91
05-09-2007, 10:09 AM
Any solutions for me? Starblaster's script is encrypted. So I can't do anything but fix that bank srl file. Why is mine not working?

takeout
05-09-2007, 10:14 AM
tyvm :spot:

Lorax
05-09-2007, 12:00 PM
Any solutions for me? Starblaster's script is encrypted. So I can't do anything but fix that bank srl file. Why is mine not working?

SB will problemly inform you or update..

The Claw
05-09-2007, 12:15 PM
Thanks for this. :D

Hugolord
05-09-2007, 01:49 PM
Where can i find this function? Library?

PwNZoRNooB
05-09-2007, 01:54 PM
Any solutions for me? Starblaster's script is encrypted. So I can't do anything but fix that bank srl file. Why is mine not working?

If Star doesn't know about this you should try to tell him, so that people will not start whining to him :p

Dark_Sniper
05-09-2007, 04:20 PM
should tell them to replace it like this:

1. open:
includes\SRL\SRL\Core\Bank.Scar

2: go to line: 26-30

3. copy this:

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
end;

4. highlight lines 26-30

5. paste the givin code over it.

6. remember to save XD

Hugolord
05-09-2007, 05:24 PM
oh! tyvm i figured it out on the end but took me ages lol

katana
05-09-2007, 07:16 PM
Lol Rulzzz

Starblaster100
05-09-2007, 07:22 PM
Nope, the fix works fine for me.

katana
05-09-2007, 07:45 PM
i figured it out NICE!! im rich again!

Harry
05-09-2007, 10:25 PM
THANK YOU! I haven;t been macroing for a week, and this has saved me... thank you very much!! Long live WT-Fakawi!!!

del_signo
05-10-2007, 02:31 AM
sure hope jagex don't get accustom to these little ticks

Dunceiam
05-10-2007, 02:54 AM
should tell them to replace it like this:

1. open:
includes\SRL\SRL\Core\Bank.Scar

2: go to line: 26-30

3. copy this:

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
end;

4. highlight lines 26-30

5. paste the givin code over it.

6. remember to save XD

Lol, if only you posted that on page 1 ^_^. I spent around 10 minutes searching the whole of SRL, and then finally found it. Then I saw your post and started hitting myself :duh: ...Good times...

-Dunceiam

me_ntal
05-10-2007, 05:05 AM
Has the pin screen had an update?

Zher
05-10-2007, 05:12 AM
i started at this for ten minutes and it doesnt make any sense.... what am i supposed to replace with what?:duh:

PwNZoRNooB
05-10-2007, 12:26 PM
i started at this for ten minutes and it doesnt make any sense.... what am i supposed to replace with what?:duh:

Open includes/SRL/SRL/core/Bank.scar

Look on line 28

There's
Result := IsTextAtEx(185
At the start

Change the 185 to 184
Result := IsTextAtEx(184

Congrats, your done :)

EDIT: Oh, and save it ^^

Joukkis
05-10-2007, 07:24 PM
Looks like Jagex is really focusing to get rid of us "pests"

And its going to work for me.

Ive changed that Bank.scar line to 184 and it still is doing the same after i
corrected line -> All is running smoothly untill one of my autos is going back
to bank and starts depositting coal/mithril.

At bankscreen it just stays awhile and start clicking on unavailable stats, inventory and stops after that. Is there anything else what needs to be changed? :confused:

But gotta raise my hat (if i had any) to you WT-Fakawi for helping the fellow
miners to get their daily fix :D

joshsavage91
05-10-2007, 07:28 PM
I have changed the lines to:



function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
end;


And it still doesnt find the bank :(

lolpie
05-10-2007, 07:51 PM
I changed it to 184 and it works fine...make sure you're using SRL 3.6

joshsavage91
05-10-2007, 07:56 PM
SRL version 370 has been downloaded and installed.

I have 370?

lolpie
05-10-2007, 09:59 PM
v3.70

sp33dy36
05-10-2007, 10:52 PM
um im a big noob but where do i put it on the bank part just take out the old one and put new one

sp33dy36
05-10-2007, 11:02 PM
please help someone update there scripts with the thing on it i tried it but i cant update wizzups script to mine ess then bank help someone

farhan1
05-11-2007, 04:29 AM
Open includes/SRL/SRL/core/Bank.scar

Look on line 28

There's
Result := IsTextAtEx(185
At the start

Change the 185 to 184
Result := IsTextAtEx(184

Congrats, your done :)

EDIT: Oh, and save it ^^


thanks i wasnt sure what to do aswell

alach11
05-11-2007, 04:53 AM
please help someone update there scripts with the thing on it i tried it but i cant update wizzups script to mine ess then bank help someone


um im a big noob but where do i put it on the bank part just take out the old one and put new one


Open includes/SRL/SRL/core/Bank.scar

Look on line 28

There's
Result := IsTextAtEx(185
At the start

Change the 185 to 184
Result := IsTextAtEx(184

Congrats, your done :)

EDIT: Oh, and save it ^^
...

grindisbest
05-11-2007, 07:07 AM
Works fine for me now, wondering why it wasn't before. Thank you.

the scar noob
05-11-2007, 12:56 PM
wow!! thanks fawki!! now i can use the stressminer :) i ran it went to eat etc went upstairs again and yea i had this error too:
[Runtime Error] : Exception: Access violation at address 0051403D in module 'scar.exe'.
Write of address 01233EE4 in line 492 in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Math.scar
Maybe it's something else, dunno we'll see (it miner full load of rune essence b ut didn't banked, so it can be that).
Anyways thanks!!

subz3r0
05-11-2007, 03:24 PM
never mind

gamer716
05-11-2007, 08:35 PM
it still doesn't work for me :(

Wanted
05-11-2007, 09:19 PM
{************************************************* ******************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
************************************************** *****************************}

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;

{************************************************* ******************************
function PinScreen: Boolean;
by:
Description: Finds Pin Screen. Returns true if Found.
************************************************** *****************************}

I have edited my bank.scar file in my core folder so that it is like that, and Starblaster's payscript still can't find the bank and is acting the same...

You need to change 185 to 184

Edit: Nvm...

Lalaji
05-11-2007, 09:40 PM
YEAH.. my autos just stoped working :X

Inf456
05-12-2007, 02:21 AM
EDIT:nvm...it still doesnt work.....................

EDIT EDIT: it works perfectly now lol.

SpAnKyX34
05-12-2007, 03:34 AM
im using wizzups? ess miner and when it goes to bank it does bank but when it opens the bank it stats to click around on where the backpack button would be. and it wastes time doing this. idk if anyone thinks it can stop?

xxchronic2007xx
05-12-2007, 04:03 AM
What it does for me is opens the bank, clicks on inventory tab twice then banks thats a little macroish if you ask me

ukrides
05-12-2007, 08:36 AM
Maybe Star has his own customised BankScreen function?

it hsoudl work as in the new news in starblaster stressminer it says get update of bank script so t must be a prob wid his srl or scar or he edited it wrong

petepmaxx
05-12-2007, 10:51 PM
thx man relly helped

pk ownage94
05-13-2007, 07:55 AM
OK, I havn't been able to bank with wizzups ess miner for a few days.
At least now i have found the problem :)

But I don't understand where you change "185" to "184"

I can't find that in wizzup's script, or am I not meant to look there?

Well I have no-idea on how to do it but i really need help :(

I tried to open the file "includes/SRL/SRL/core/Bank.scar"

But it said invalid file name

So not sure :s

Reply asap want to get back to autoing :)

kubey
05-13-2007, 08:39 AM
please give a tut on how to update old bank co-oords

Walking hell
05-13-2007, 08:47 PM
doesnt work for me, i get still "not found", and yes i changed it

3Garrett3
05-13-2007, 10:47 PM
ya, for some reason, i dont think it finds it, mine like clicks the invy tab a bunch of times, then a bit left of the last invy slot, the invy tab again, and then realizes that it needs to bank, and does it, but closebank doesnt work for me, and its making me mad, cause now i have a trojan on my autoing comp, so i cant use it anyway, so i have to just wait to get some fixes, but i dont want it, because i know that 3.7 doesnt work very well, and 3.6 isnt being updated anymore, so i dont know what to do anymore.

kaitkat8
05-14-2007, 01:05 AM
i am new at this and have no idea how to put the bank fix in any help would be great thanks

kaitkat8
05-14-2007, 12:03 PM
i am very new at this and i changed the 185 to 184 in the srl folder for the bank and it still only opens the bank and then says bank not found i dont know what to do plz help me?

Vicious
05-14-2007, 11:38 PM
I think the hover over the backpack thing is happening because they're removed all the "quick tabs" or whatever they're called when banking. Kind of pointless to remove 'em really. Other than that Wizzup's ess miner works great for me. Wizzup I believe said he was working on a new version, maybe that'll fix it. Dunno.

kensaurus
05-15-2007, 03:56 AM
thanks dude!!!

Maxine
05-15-2007, 04:53 PM
ive been combat training and questing for 2 weeeks and started mining again.. no wonder why banking didnt work.

thanks!

EXeCute
05-16-2007, 04:46 PM
How do i add that script to daynor willow whacker ?? HELP PLZ

neep
05-16-2007, 07:25 PM
So, im using this flax picker script, http://www.villavu.com/forum/showthread.php?t=9096
IT WORKS PERFECTLY, but it cant bank, so what should i do?
Put this somewhere in the script?
Sorry im nub

redyz
05-17-2007, 02:06 AM
Help! Redyz talking , i've been autoing for like one month (not everyday lol) but today , i don't know why , i cut willows and the when it goes to bank , nothing , ; The mouse just go in circles around the bank screen and then nothing... And thats why i need help (i dont understand the 184-185 thing :( please help)(ps the autocutter i use is :SL Port Sarim Willow Whacker v0[1].97)

Unanonymous
05-17-2007, 08:00 AM
Hi all I am goin to ask this for all the noobs one last time.

Im using `alex's` guild miner and at the start it opens the bank like it shud but then it doesn't close it, it cliks on the stats, then the backpack, well after that it goes and mines, comes bak with full invent, open bank, and does same thing as did at start, and repeats, so after that it walks into the mine with full invent and walks out

In conclusion:

Plz tell me wat and wher to change to make it close bank

and how to make it deposit the coal

P.S the script workd perfectly up until a month ago :)

Maxine
05-18-2007, 04:30 AM
ALL n00bs here is the tut for changing those numbers. go and open file
Scar/includes/SRL/SRL/core/Bank. open it at SCAR. then change 185 to 184 on line 28!

italldiestoday
05-19-2007, 04:26 AM
function PinScreen: Boolean;
begin
Result := FindText(x, y, 'First', upchars, 175, 80, 212, 100);
end;

Line 41: [Error] (41:11): Unknown identifier 'FindText'
=/ im kinda confused because i followed it exactly... and this is what comes up though i never touched this segment...

faster789
05-19-2007, 05:07 PM
plz help me wt fawki..i did the changes and tried to use the wisence miner or something and it doesnt still bank...i havent used scar for a whole week because of this problem!!! plz help...

kensaurus
05-20-2007, 11:01 AM
omfg.. u guys just dont follow instruction .. just go programfiles/SCAR/includes/SRL/SRL/core/bank.SCAR AND CHANGE!!
it worked for me though : ) thanks

Killerdou
05-20-2007, 05:22 PM
core/gametab.scar line 100, change value to 184 aswell, or you might have scripts click at gametabs during banking, took me a long time to find that out lol

for those who do not understand the above:
Go to your scar divi 3.06 folder(or whatever version you are using), click on includes, srl,srl,gametab.scar, now scar should open. Scroll down untill you see line #100. Now the hard part, on that line there is a number which is 185, change it to 184.

ricekrispies
05-20-2007, 09:30 PM
ill try this and see if it works :)

Geo
05-21-2007, 03:08 AM
iloveit8...thank's for the information.

sniffers223
05-21-2007, 03:49 AM
i dont get how to fix it could somone pm me instrucs on how to do it?... post would be cool too

rsnoob
05-21-2007, 07:55 PM
Im dumb with this stuff. WHat do i do to fix psww banknig procedure?

ricekrispies
05-21-2007, 08:25 PM
can someone put this into a script for me cuz im really bad with scar (a yew cutter with banking or a miner script)

Nl_0wnz_4
05-22-2007, 06:11 PM
how do I fix the bank screen?

Xx pk xX
05-22-2007, 07:42 PM
[QUOTE=WT-Fakawi;108341]The Bank of RuneScape bankscreen has undergone a slight shift. New coords are:

{************************************************* ******************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
************************************************** *****************************}

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;


So 185 is now 184!!!!!!!

Nl_0wnz_4: Omg man read first and then post. It is on first page in this topic! lol
If you do not know find it, then open scar folder\includes\SRL\SRL\core\bank.scar
Then find in script BankScreen, and re-write number 185 to 184 ;)

Zodia
05-24-2007, 02:22 PM
Wow I love you WT you saved all my accounts from not autoing!

Jethr0x
05-25-2007, 12:34 AM
Hmm.. lol thanks 184 works... i was trying like 32897432 trying to figure out what the problem was.. ty Fakawi

grimey
05-26-2007, 06:20 PM
Thanks, WT =]

Ilikepie1995
05-28-2007, 10:15 PM
Where i put this?

logical guy711
05-29-2007, 02:08 AM
new people (newbs) cant read or are dyslexic.

noob on the go
05-29-2007, 10:11 PM
new people (newbs) cant read or are dyslexic.

O_o Then why did I understand this the first time?

Oh, Thank you for fixing the problem WT, and Iloveit8 for finding the other one. It works fine for me now! :)

jayboy
06-02-2007, 08:32 PM
how do we edit the scripts we already have with the new bank codes

tehhalobot
06-07-2007, 06:14 PM
i've a problem with banking. it gets in the bank but when is suppose to bank the willow logs it just searching after the logs or something.
it it types New Bank color is : 3520733
Axe head colors: 2243404 1913924 2243404

Plz PM me or add my msn Jonas_w1@hotmail.com

katana
06-08-2007, 06:02 PM
dousnt work it cant get the ess into the bank anymore

alexxx255
06-09-2007, 04:47 PM
dude u r genious :p

RICHO
06-10-2007, 10:51 AM
can you plz fix this script for me i tried but i didnt know where to put the bank fix .. so plz fix it for me :duh:

{ + + + + + + + + + + + + + + + + + + + + + + +
+ Rambozin's AutoStringer! +
+ +
+ Version 1.0 +
+ +
+ Have your bowstrings and bows +
+ in first and second bankslot +
+ +
+ Happy Autoing! +
+ + + + + + + + + + + + + + + + + + + + + + + }



program RambozinStringer;
{.include SRL/SRL.scar}
{.include SRL/SRL/Extended/xBank.scar}
{.include SRL/SRL/Misc/Trade.scar}

var
Count, Loads, MyRandom : Integer;
RandomHappened : Boolean;

procedure DeclarePlayers;
begin
HowManyPlayers := 5;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Players[0].Name := 'Username'; //Username?
Players[0].Pass := 'Password'; //Password?
Players[0].Nick := 'erna'; //NickName?
Players[0].Skill := 'Strength'; //LampSkill?
Players[0].Active := True; // Active?
Players[0].String1 := '0000'; // PinNumber? [As a String!]
Players[0].Integer1 := 1000; // LoadsToDo?
Players[0].loc := 'vwb'; // In which bank are you? [Look Below]

{ 'feb' (Falador East Bank)
'fwb' (Falador West Bank)
'veb' (Varrock East Bank)
'vwb' (Varrock West Bank)
'db' (Draynor Bank)
'akb' (Al-Kharid Bank) }

Players[1].Name := 'Username'; //Username?
Players[1].Pass := 'Password'; //Password?
Players[1].Nick := 'erna'; //NickName?
Players[1].Skill := 'Strength'; //LampSkill?
Players[1].Active := True; // Active?
Players[1].String1 := '0000'; // PinNumber?
Players[1].Integer1 := 1000; // LoadsToDo?
Players[1].loc := 'vwb'; // In which bank are you? [Look Up]

Players[2].Name := 'Username'; //Username?
Players[2].Pass := 'Password'; //Password?
Players[2].Nick := 'erna'; //NickName?
Players[2].Skill := 'Strength'; //LampSkill?
Players[2].Active := True; // Active?
Players[2].String1 := '0000'; // PinNumber?
Players[2].Integer1 := 1000; // LoadsToDo?
Players[2].loc := 'vwb'; // In which bank are you? [Look Up]

Players[3].Name := 'Username'; //Username?
Players[3].Pass := 'Password'; //Password?
Players[3].Nick := 'erna'; //NickName?
Players[3].Skill := 'Strength'; //LampSkill?
Players[3].Active := True; // Active?
Players[3].String1 := '0000'; // PinNumber?
Players[3].Integer1 := 1000; // LoadsToDo?
Players[3].loc := 'vwb'; // In which bank are you? [Look Up]

Players[4].Name := 'Username'; //Username?
Players[4].Pass := 'Password'; //Password?
Players[4].Nick := 'erna'; //NickName?
Players[4].Skill := 'Strength'; //LampSkill?
Players[4].Active := True; // Active?
Players[4].String1 := '0000'; // PinNumber?
Players[4].Integer1 := 1000; // LoadsToDo?
Players[4].loc := 'vwb'; // In which bank are you? [Look Up]
end;

procedure StartUp;
begin
SetRun(True);
SetChat('Off', 1);
SetChat('Off', 2);
SetChat('Off', 3);
end;

procedure BankThem;
begin
OpenBankGlass(Players[CurrentPlayer].Loc, True, True);
QuickFixBank;
DepositAll;
Withdraw2(1, 14);
BankMouse(2, False);
wait(200 + Random (200));
ChooseOption(x,y,'Withdraw All');
CloseBank;
GameTab(4);
end;

procedure DragTheItem;
begin
DragItem(1, 27);
end;

procedure StringThem;
begin
repeat
case (random(50)) of
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49:
begin
MouseBox(698, 429, 721, 457, 1);
Wait(2+random(3));
MouseBox(656, 430, 682, 458, 1);
end;
50:
begin
DragItem(28, 27);
end;
end;
Wait(7 + Random(23));
until(not (ExistsItem(28)));
Count := 0;
Loads := Loads + 1;
end;

procedure RandomMM;
begin
MMouse(Random(MSX2), Random(MSY2), 1, 1);
Wait(1);
MMouse(Random(MSX2), Random(MSY2), 1, 1);
Wait(1);
MMouse(Random(MSX2), Random(MSY2), 1, 1);
Wait(1);
MMouse(Random(MSX2), Random(MSY2), 1, 1);
Wait(1);
MMouse(Random(MSX2), Random(MSY2), 1, 1);
Wait(1);
end;

procedure AntiRandoms;
begin
for MyRandom := 1 to 16 do
begin
case (MyRandom) of
1: if(FindNormalRandoms)then
RandomHappened := True
2: if(WeAreDead)then
begin
Writeln('Oh dear .. You are dead .. NextPlayer!')
NextPlayer(False);
end;
3: if(FindMod)then
RandomHappened := True;
4: if(FindScapeRune)then
begin
LogOut;
RandomNextPlayer(False);
end;
5: if(FindMime)then
RandomHappened := True;
6: if(FindMaze)then
RandomHappened := True;
7: if(FindNewBox)then
begin
SolveBox;
RandomHappened := True;
end;
8: if(FindQuiz)then
RandomHappened := True;
9: if(FindDemon)then
RandomHappened := True;
10: if(NoGameTab)then
begin
Logout;
Exit;
end;
11: if(RC)then
RandomHappened := True;
12: if(FindLamp(LampSkill))then
RandomHappened := True;
13: if(SolvePinball)then
RandomHappened := True;
14: if(FindTalk)then
RandomHappened := True;
15: if(InBlack)then
begin
LogOut;
RandomNextPlayer(False);
end;
16: if(HandleTrade)then
RandomHappened := True;
end;
end;
end;

procedure AntiBans;
begin
case (Random(40)) of
0 : PickUpMouse;
1 : RandomRClickEvery(2 + Random(8));
2 : AntiBan;
3 : RotateEvery(20 + Random(10));
4 : LeaveScreenEvery(6 + Random(14));
5 : BoredEvery(9 + Random(24));
6 : begin
GameTab(1 + Random(12));
Wait(1500 + Random(500));
GameTab(4);
end;
7 : SleepAndMoveMouse(1000 + Random(1000));
8 : MMouse(Random(MIX2), Random(MIY2), 1, 1);
9 : begin
AlmostLogout;
Wait(1500 + Random(500));
GameTab(4);
end;
10 : RandomMM;
end;
end;

procedure StartScript;
begin
ClearDebug;
Writeln('+ +');
Writeln('+ +');
Writeln('+ +');
Wait(100);
ClearDebug;
Writeln('+ +');
Writeln('+ + + +');
Writeln('+ + + +');
Wait(100);
ClearDebug;
Writeln('+ +');
Writeln('+ + + +');
Writeln('+ + + + + +');
Wait(100);
ClearDebug;
Writeln('+ +');
Writeln('+ + + +');
Writeln('+ + + + + +');
Writeln('+ + + + Rambozin''s BowStringer! + + + +');
Wait(100);
Writeln(' Happy Autoing! ');

end;

procedure ProgressReport;
begin
ClearDebug;
Writeln('Rambozin''s BowStringer!');
Writeln('');
Writeln('We did ' + IntToStr(Loads) + ' loads!');
Writeln('This script is running for ' + ScriptTime2(2) + '!');
end;

begin
SetupSRL;
DeclarePlayers;
StartScript;
ActivateClient;
repeat
StartUp;
repeat
BankThem;
DragTheItem;
StringThem;
AntiRandoms;
SRLRandomsReport;
AntiBans;
ProgressReport;
until(Loads >= Players[CurrentPlayer].Integer1);
RandomNextPlayer(False);
until(IsFKeyDown(12));
end.

mager guy
06-11-2007, 01:33 PM
Still doesnt work i still dont bank essance do i hav eto put in a certain spot for it to find it?

mager guy
06-11-2007, 03:16 PM
Line 28: [Error] (28:50): Unknown identifier 'upchars' in script C:\Program Files\SCAR 2.03\includes\SRL\SRL\core\Bank.scar i get this error when i try to run the bank.scar Please help me

Killerdou
06-11-2007, 03:46 PM
that error wont accur when you use it as an include so dont worry

drkstlkr
06-11-2007, 11:54 PM
This script fix worked good for me using "Pentti's Multi City Miner & Banker". However, I'm having issues with the script seeing the "real" Bank Booths instead of the "fake" ones, along with the Deposit Box at Draynor Village's bank (mouse wants to move everywhere but to the real Bank Booths). Any quick fix for that?

Pentti
06-12-2007, 03:09 PM
This script fix worked good for me using "Pentti's Multi City Miner & Banker". However, I'm having issues with the script seeing the "real" Bank Booths instead of the "fake" ones, along with the Deposit Box at Draynor Village's bank (mouse wants to move everywhere but to the real Bank Booths). Any quick fix for that?
I already know whats the problem. Wait for new update.

randy marsh
06-13-2007, 03:36 AM
DO we ned to add this part?


program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
If Bankscreen then writeln('found') else writeln('not found');
end.


so all we have to do is change 185 to 184?
my dude can get to the mine ok, its just on the way back to the bank he gets stuck south of the bank ( shop next to runeshop) and the mouse keeps clicking on the stairs there! ( the one just south of the bank)

kja87
06-13-2007, 11:08 AM
im having trouble with storing items...
it opens the bank but then it aint doing anything anymore...
is this because of the runescape update?

randy marsh
06-13-2007, 06:16 PM
I had that probnlem he would get to the bank and open the screen up but not deposit them items the mouse would spin round really quick all over the screen!

O M G owns
06-14-2007, 01:31 AM
could u sent me the full script with the bankin thing sry im noob and i cant make the script work well:(

O M G owns
06-14-2007, 01:32 AM
could u sent me the full script with the bankin thing sry im noob and i cant make the script work well:(

O M G owns
06-14-2007, 01:34 AM
sry double message wasnt on purpose sry

O M G owns
06-14-2007, 01:35 AM
sry double message wasnt on purpose sry

O M G owns
06-14-2007, 02:17 AM
Maybe Star has his own customised BankScreen function?
could u possibly sent the whole correct script i cant do my own im a noob....

O M G owns
06-14-2007, 02:28 AM
could anyone plz post me the banks script?

radioactive_werewolf
06-14-2007, 03:11 AM
O M G owns your 6 consecutive posts all within a 1 hour timespan are very offensive to me. No I will not help you because you don't have the slightest bit of patience. Just read through all of the multitude of posts that explain exactly what you should do or better yet give up and don't bother cluttering up the SRL forums with meaningless posts ever again.

Dunceiam
06-14-2007, 03:16 AM
Guys it's not that hard. Look at my sig. On the first couple of pages it tells you exactly what to do I don't know what's so hard about it. So O M G Owns, please just think, it ain't that hard.

-Dunceiam

windum5
06-18-2007, 07:22 PM
can somone plz tell me what line on the original script that that function goes on plz

hayeso
06-19-2007, 01:06 PM
i cant find the line in the script to change where is it?

IJeffrehI
06-21-2007, 06:35 AM
Dude can somone just post the whole script please? im a nub at this and i need help. =\

redrum novel
06-22-2007, 07:44 AM
The Bank of RuneScape bankscreen has undergone a slight shift. New coords are:

{************************************************* ******************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
************************************************** *****************************}

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;


So 185 is now 184!!!!!!!


Check it please and see if it works. (Not sure if "The Bank of" is static)

program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
If Bankscreen then writeln('found') else writeln('not found');
end.

yeah but where do we put this in?

redrum novel
06-22-2007, 08:39 AM
where does this go?
if 185 changes to 184 or whatever, where does this part go?


program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
If Bankscreen then writeln('found') else writeln('not found');
end.

redrum novel
06-22-2007, 08:40 AM
Guys it's not that hard. Look at my sig. On the first couple of pages it tells you exactly what to do I don't know what's so hard about it. So O M G Owns, please just think, it ain't that hard.

-Dunceiam
its not that its hard, theres just a second thing he quoted
program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
If Bankscreen then writeln('found') else writeln('not found');
end.

where does that part go?

sharlene212
06-23-2007, 08:16 AM
i have banking problems with SRL Essence Miner 1.15.scar script can anyone help plz

laurenssie1
06-24-2007, 02:25 PM
I'm getting an error:

Line 38: [Error] (13834:10): Duplicate identifier 'BANKSCREEN' in script E:\Program Files\SCAR 3.06\includes\srl\srl\core\Bank.scar

Help??

ishownofear
06-24-2007, 05:12 PM
erm what line do i edit that thing at? cause it does not say and i am not sure?

aran armath
06-25-2007, 08:59 PM
Should be posted like this:

Originally Posted by Dark_Sniper View Post
should tell them to replace it like this:

1. open:
includes\SRL\SRL\Core\Bank.Scar

2: go to line: 26-30

3. copy this:

ScarScript: By Drunkenoldma

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank of', 30, upchars, True, False, 0, 0,
-1);
end;


4. highlight lines 26-30

5. paste the givin code over it.

6. remember to save XD

Just Kidding
06-26-2007, 03:36 PM
Thanks fakawi.

Lalaji
07-01-2007, 02:16 PM
its not that its hard, theres just a second thing he quoted
program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
If Bankscreen then writeln('found') else writeln('not found');
end.

where does that part go?
get on a player, open the bankscreen anbd run the script. If you see "found" then yuou have done the update right.

jermbo
07-02-2007, 08:56 AM
it asks for YourSRLSTATSID and for YourSRLSTATSPASS where can i find that?

and it doesnt klick on teleport it does only right mouse klick

ineedautominers
07-07-2007, 06:44 AM
i dont know how to do the fix can some1 tell me clearly like wizzup? does, im a noob. plz help

ineedautominers
07-07-2007, 06:42 PM
where the fuck do i add this code... i cant find 185 anywhere in the script!!!!


{************************************************* ******************************
function BankScreen: Boolean;
by: SRL Dev Team
Description: Finds Bankscreen. Returns true if Found.
************************************************** *****************************}

function BankScreen: Boolean;
begin
Result := IsTextAtEx(184, 34, 'The Bank', 30, upchars, True, False, 0, 0,
-1);
end;

Smartzkid
07-07-2007, 06:45 PM
This is an old problem, and is fixed in the latest srl, which you appear to have

ineedautominers
07-07-2007, 06:49 PM
i have srl 3.81 scar divi3.06 and wizzpu? varrock ess miner 1.15 it still has same prob... it only right clik on aubury and it doesnt bank

nprp
07-10-2007, 07:51 PM
Hey guys i don't get this what do you have to switch too?
I don't get what you guys mean by "now it's 184"
What do i switch can you like post the whole script again please so we people know what you guys are talking about?
Thank you!

nprp
07-10-2007, 08:02 PM
I don't get this someone please post the whole script again so we can just copy and paste please!
If anyone could do this then they are really the best!
Please and Thank-You!

nielsie95
07-11-2007, 07:25 AM
This is fixed in the latest version of SRL, no need to fix anymore!