Well, jagex has changed their Rocks again. So now, checking the difference of the colours on the rock won't work any more.
Well, jagex has changed their Rocks again. So now, checking the difference of the colours on the rock won't work any more.
Originally Posted by irc
okie doke
i will update
~shut
EDIT: nope it still works fine
no need for an update
Last edited by Shuttleu; 05-25-2009 at 12:23 AM.
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
No, some worlds rocks are different (For me)
There is only two layers, instead of 3 in each rock.
I'll take pics when I get home![]()
Originally Posted by irc
ok well i will do another one and you can see if it works better
~shut
EDIT:try thisSCAR Code:function FindRockColor: Integer;
var
GC, a, l, TestColor: integer;
var
P:array of Tpoint;
begin
GC := 5591394;
Flag;
FindColorsSpiralTolerance(MMCX,MMCY, P, GC, MMX1,MMY1,MMX2,MMY2, 80);
l:=GetArrayLength(P);
for a:= 0 to l-1 do
begin
TestColor := GetColor(P[a].x,P[a].y);
if (TestColor-GetColor(P[a].x-1,P[a].y)=1250837)then
begin
Result := TestColor;
WriteLn('Rock Color = ' + IntToStr(TestColor));
Exit;
end;
end;
WriteLn('Could not find Rock Color!');
Result := 0;
end;
Last edited by Shuttleu; 05-25-2009 at 02:28 AM.
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
I changed the 1250837 to 2039582 and it work much faster.
Originally Posted by irc
There are currently 1 users browsing this thread. (0 members and 1 guests)