isnt working in this procedure
Procedure findbank;
begin
makecompass('N');
RadialWalk( 4737359 , 7, 18, 41, 0, 0);
if(FindSymbol(x,y,'bank'))then
begin
FindTalk;
Flag;
mouse(x,y,3,3,true);
end
findrandoms;
end;
isnt working in this procedure
Procedure findbank;
begin
makecompass('N');
RadialWalk( 4737359 , 7, 18, 41, 0, 0);
if(FindSymbol(x,y,'bank'))then
begin
FindTalk;
Flag;
mouse(x,y,3,3,true);
end
findrandoms;
end;
you know theres this button its called search.
You also made Dupicated procedure findbank change it to findbanker also you need to make a procedure for findrandoms;
can we talk on aim ?
the script works and if i move it to the bank it banks but WHY DOEST RADIAL WALK WORK it skips it and starts scrolling around looking for the bank
This is because the color is static and RuneScape changes the color everytime you login. So it is probably getting to your RadialRoadWalk and thinking, hmm I cant see anything of that color in these parameters, Lets go onto the next bit ( That would be your FindSymbol; )
You can get round this by most easily with either a DTM , BMP, DDTM, Finding the color from a bitmap.
There are probably other ways which I don't know but they might not be as efficient as the ones stated above. Hope this helped.
P.S If you are on a road, I would recommend using RadialRoadWalk
P.P.S I think you posted this in the wrong section should be in 'Scripting Help'
-Nitro
There are currently 1 users browsing this thread. (0 members and 1 guests)