What would the xs, ys, xe, ye? I am thinking MMX1, MMY1, MMX2, MMY2? Also, does anyone know if RuneScape changes the map outline of dungeons? Like do they change the white outline points? Thank you in advance![]()
What would the xs, ys, xe, ye? I am thinking MMX1, MMY1, MMX2, MMY2? Also, does anyone know if RuneScape changes the map outline of dungeons? Like do they change the white outline points? Thank you in advance![]()
You are right, its MMX1 etc. As for map outlines of dungeons I don't know what your talking about.
Yes, the colors are changing slightly. You will need to add tolerance to be able to detect the white outlines properly. With our own human eyes we can't see the difference, but if you log out and pick a couple colors again, you will see that they will change slightly after logging out.
This is the code I used.
Simba Code:ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(24.65, 15.69);
CountColorTolerance(16119532, MMX1, MMY1, MMX2, MMY2, 2);
WriteLn('We have counted the white color a total of '+IntToStr(CountColorTolerance(16119532, MMX1, MMY1, MMX2, MMY2, 2)+'');
There are currently 1 users browsing this thread. (0 members and 1 guests)