Varrock autocolor doesn't work for me or ReadySteadyGo
Varrock autocolor doesn't work for me or ReadySteadyGo
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
But is that the right color? It gave me a color that wasn't right
make your own simple autocolor if that ones not working. Autocoloring is pretty simple to do![]()
“Ignorance, the root and the stem of every evil.”
It's working for me on this login, but the last two logins it didn't find it. Weird.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
** Warning in LoadAutoColor: Function Successful: Found Color = 8554636 ** but the color is 9014929. A tolerance wouldn't help if the autocolor itself was giving wrong colors
Where did you get 9014929 from? Look at the arrays in AutoColors.scar. Those are all the colours I picked for each road. There are 100s of possibilities.
And how wouldn't a tolerance help? The autocolour returns the colour 8554636, then when you use RadialWalkTolerance, it puts the tolerance on that colour.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
9014929 is the real road color.
And wouldn't a tolerance not work if the color without tolerance is on the minimap?
By real I meant actual at the time.
What noidea said, and no, if a colour is on the minimap, adding a tolerance on it would still work...
The thing about autocolouring is that it may find a certain colour (without tolerance) on the minimap, but it may not be in the specific location you're looking for, that's why you should always use a tolerance.
E: @Myles: There is a lot more than one colour at one time. Just pick a different spot on the road and chances are it won't be the same as one ~5 pixels away.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
I'll screenshot it tommorow, it's not finding a color on the road. And isn't the point of autocolor to not tolerance
noidea, thats what we do now xD
Check out the new AutoColor.scar, Coh3n and I rewrote it to use a massive int array of colours, it will then find the best colour.
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
And thats with 10 tolerance.
^ Hmm.. That does seem to be a problem..Try it with 15-20 tolerance?
Why is
SCAR Code:program new;
{$i SRL/SRL.scar}
var
x, y: Integer;
begin
SetupSRL;
ActivateClient;
Wait(RandomRange(200, 500));
x:=MMCX;
y:=MMCY;
FindColorSpiralTolerance(x, y, AutoColor(srl_RockColor), MMX1, MMY1, MMX2, MMY2, 0);
MMouse(x, y, 0, 0);
end.
It returns
** Warning in LoadAutoColor: Function Successful: Found Color = 3625809 **
Which is the white dot of my player.
Autocolor seriously needs changing.
That image of the minimap looks very simple. It looks like the minimap before the RunTek5 update. It actually looks like the road is a constant colour. Either way, it looks like I didn't pick all the colours for the Varrock road. Read the last point in the first post of this thread.
I'm almost positive that the square white dot (your player) in the middle of the minimap is a constant colour (16777215, which is white).
Autocolor doesn't need changing, it was just rewritten and it's never failed for me. The only thing that should never need updating are the colours in the initial arrays, which wouldn't surprise me as Jagex changes around colours all the time.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
You're right about the white dot, sorry I thought I could input scar colour into the colour picker history. It just isn't finding the rock color though Coh3n no matter what tolerances I've tried.
SRL's autocolour use TAutoColorRecords which no one seems to grasp! Use the tolerances that the autocolour finds. As well, you need to setup your CTS speed vars to be correct.
Perhaps there needs to be more documentation on this, but the system that I developed ensures the uttmost accuracy in autocolouring. Please, check out how the new Autocolor should be used. The tutorials of old are NOT current and colours can't be used the same way.
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
What Nava said, and what I said above. I thought I had picked all the colours, but I easily could have missed some. Try opening some ACA files and seeing if the colours on your minimap are in the array. If not, add them and post the new list.
E: Have you tried RadialWalkAutoColour? Because it uses the proper tolerances and CTS. If that works, then you just aren't using it properly. >.<
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Ok, this is the rock I'm looking for. I've checked the ACA files (srl_RockColor and srl_MineRockColor) and picked over 10 new colours. None of them have matched up with the entries already there. RadialWalkAutoColor isn't working for me so it's not something I'm doing wrong. Is this a different kind of rock or something? It's at an altar... If not I will make a new ACA file, because it seems like there is a hell of a lot more than what's in there.
Last edited by ReadySteadyGo; 06-30-2010 at 04:31 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)