nvm i got it. Just change it to 800 and it seems to be working find =)
Allow me to be curious. But isnt this the spot with the most legits mining iron there? :P
@nosaj - yeah, lot of ppl mining there
Dunno why, but the problem is back, and changing waiting time doesn't help.
Smart World doesn't work.
Ya changing wait time doesnt work. Can't wait for release.
loving this script working flawless atm but almost scared to use it since its such a good spot to mine ironand im afk mostly =/
ive never used this before and a constant thing keeps happening when i hit the run button on the script "Exception in Script: Unable to find file 'srl/srl.simba' used from '' anyone that would have the time to help me please ?
dunno if its possible but can it be added that if there is a legit player grabbing the ores that the script detects the player and logs ot and switches to a different world checks if there is a player mines if there isnt ?
Then you would spend more time relogging, than mining.
depends on the time your using the script + in members it isnt all that bad came across a few worlds where there was nobody
I would rather wanne spent my time on finding the next rock going to be avaible than making world logging its just not needed.
Not sure if it was due to todays update, but since then i'm having trouble depositing the ore, everything is workging as brilliant as before....
a change on deposit box maybe?
Same here so I called ACA for help!!
Simba Code:function FindDepositBox(var fx, fy: Integer): Boolean;
var
arP: TPointArray;
ararP: T2DPointArray;
tmpCTS, i, arL: Integer;
P: TPoint;
begin
tmpCTS := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(0.13, 0.43);
if not(FindColorsTolerance(arP, 6653594, MSX1, MSY1, MSX2, MSY2, 3)) then
begin
Writeln('Failed to find the color, no object found.');
ColorToleranceSpeed(tmpCTS);
SetColorSpeed2Modifiers(0.2, 0.2);
Exit;
end;
SortTPAFrom(arP, Point(MSCX, MSCY));
ararP := SplitTPAEx(arP, 10, 10);
arL := High(ararP);
for i := 0 to arL do
begin
P := MiddleTPA(ararP[i]);
MMouse(P.x, P.y, 5, 5);
Wait(100 + Random(100));
if (IsUpText('eposit')) then
begin;
Result := True;
Break;
end;
end;
ColorToleranceSpeed(tmpCTS);
SetColorSpeed2Modifiers(0.2, 0.2);
if (i = arL + 1) then
begin
Writeln('FindObject could not find object.');
Exit;
end;
GetMousePos(fx, fy);
end;Simba Code:procedure Loop;
begin
AntiRandoms;
if DepositScreen then
begin
Bank;
end;
if not (InvFull) then
begin
if (AtResource) then
begin
ExitResource;
end else
MineOre;
end else
if (AtResource) then
begin
FindDepositBox(X, Y);
ClickMouse2(False);
ChooseOption('eposit');
Wait(2000);
end else
if (not (AtResource)) then
EnterResource;
end;
Le flawless
Sorry, I suck at code, now it won't compile, getting this error :
[Error] (393:21): Unknown identifier 'X' at line 392
Compiling failed.
Knowing me I've probably inserted it into the wrong section. :/
Thanks for the help =)
To make is really easy just put the vars on top of the script and test it out
Simba Code:var
resourceDTM, oreDTM, AColor, BColor, startXp, X, Y: Integer;
where is this place he is mining?
Is there a function to leave pick in inventory (assuming you cant wield it)?
Lol ok, cheers anyway
There are currently 1 users browsing this thread. (0 members and 1 guests)