ok my smelter will open up the bank but it will not withdraw the ores can anyone help???? i only got up to steel and bronze for now
ok my smelter will open up the bank but it will not withdraw the ores can anyone help???? i only got up to steel and bronze for now
Maybe do slot clicking if you are in a hurry to release...
Try This
SCAR Code:procedure withdrawores;
begin
if not LoggedIn then Exit;
SetAngle(True);
OpenBankFast('fwb'); //Point 1
repeat
Wait(Random(100))
until (BankScreen);
if BankScreen then
begin
...
At point 1, it may be checking to see if the bank is open too early, in which case it would be read as not bankscreen, and therefore exit.
Project: Welcome To Rainbow
nope sorry guys its not working
heres the procedure so that you can read easier
SCAR Code:procedure withdrawores;
begin
if not LoggedIn then Exit;
SetAngle(True);
OpenBankFast('fwb');
if BankScreen then
begin
if LowerCase(Players[CurrentPlayer].Strings[0])=
'Steel' then
begin
If FindDtm(IronDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
Begin
wait(1000+Random(2000));
Mouse(x, y, 5, 5, False);
ChooseOption('X');
wait(1000+Random(2000));
TypeSend('9');
wait(1000+Random(2000));
WriteLn('we have withdraw the iron ore ores!!');
end else
WriteLn('we have failed to withdraw the iron ores!!');
nextplayer(false);
end;
end;
If FindDtm(CoalDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
begin
Mouse(x, y, 5, 5, False);
ChooseOption('X');
wait(1000+Random(2000));
TypeSend('18');
wait(1000+Random(2000));
CloseBank;
MakeCompass('N');
FTWait(2+Random(3));
WriteLn('we have withdraw the ores!!');
end else
WriteLn('we have failed to withdraw the ores...');
logout;
end;
Have you down your DTM's Correctly? (with tolerance & area)
Should also use FixBank to scroll the bank to the top page![]()
Project: Welcome To Rainbow
yea my dtms are correct and i am at the top half of bank so i really dont know whats wrong lol
SCAR Code:case (LowerCase(Players[CurrentPlayer].Strings[0]) of
'Steel':
begin
If FindDtm(IronDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
Begin
wait(1000+Random(2000));
Mouse(x, y, 5, 5, False);
ChooseOption('X');
wait(1000+Random(2000));
TypeSend('9');
wait(1000+Random(2000));
WriteLn('we have withdraw the iron ore ores!!');
end else
WriteLn('we have failed to withdraw the iron ores!!');
nextplayer(false);
end;
end;
If FindDtm(CoalDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
begin
Mouse(x, y, 5, 5, False);
ChooseOption('X');
wait(1000+Random(2000));
TypeSend('18');
wait(1000+Random(2000));
CloseBank;
MakeCompass('N');
FTWait(2+Random(3));
WriteLn('we have withdraw the ores!!');
end else
WriteLn('we have failed to withdraw the ores...');
logout;
end;
I still dont know about this error though...
Project: Welcome To Rainbow
lol still not working can u try it out pls?
ok, i will try it out in the morning and get back to you![]()
Project: Welcome To Rainbow
hey ummm I was readin this and I noticed ur signature had a www.draynor.net character lvl thing. I would take that off ASAP because if you look in preperties you can c the name of ur runescape char this is a possible ban from Jagex...... thats what ive been told.
Just trying to help.![]()
I'm baaaack
if anyone is good at using cases in their script can they pls add me on msn pm me ur msn name and ill add you thx!!!
it probably is a DTM error...if u really have that much problems with it just use findcolortolerance (rather basic) but ya. im almost sure that it is a DTM problem. just try and re-make the DTM, it might just work
it it doesnt just leave ur MSN here and ill im u later k?
but hey are u adding Coal to ur cases as well? if u are make sure u put Coal into ur case as well
SCAR Code:case (LowerCase(Players[CurrentPlayer].Strings[0]) of
'Steel':
begin
If FindDtm(IronDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
Begin
wait(1000+Random(2000));
Mouse(x, y, 5, 5, False);
ChooseOption('X');
wait(1000+Random(2000));
TypeSend('9');
wait(1000+Random(2000));
WriteLn('we have withdraw the iron ore ores!!');
end else
begin
WriteLn('we have failed to withdraw the iron ores!!');
nextplayer(false);
end;
end;
'Coal':
begin
If FindDtm(CoalDTM, x, y, MSX1, MSY1, MSX2, MSY2) Then
begin
Mouse(x, y, 5, 5, False);
ChooseOption('X');
wait(1000+Random(2000));
TypeSend('18');
wait(1000+Random(2000));
CloseBank;
MakeCompass('N');
FTWait(2+Random(3));
WriteLn('we have withdraw the ores!!');
end else
begin
WriteLn('we have failed to withdraw the ores...');
logout;
end;
end;
end;
ok thx freaky monekey but im really sure its not my dtms cus ive changed them like 10 times already and likee tested then sooo many times so yea my msn is
xtreme_pain@hotmail.com
thx!!
There are currently 1 users browsing this thread. (0 members and 1 guests)