I want to go from the Bank to this place, I have tried Symbol finding for the Furnace to use that but it just didnt work out, so now I want a way to walk to this position.
I want to go from the Bank to this place, I have tried Symbol finding for the Furnace to use that but it just didnt work out, so now I want a way to walk to this position.
try a DTM
~shut
EDIT: or try a autocolor function and RW
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
Ill try DTM, now its pcw time on cs 1.6![]()
Use ddtms, or just findvarrockroadcolor with radialwalk (yes, varrock, because varrock has the same road colors as edgeville)
Try to make a DTM/DDTM of the Bankers (ALL YELLOW DOTS, NOT LESS) as SUBPOINTS and the place where do u want to go make as MAINPOINT (Tol 255).
I use this method to click near the well in my private Ultimate Edgeville ClaySoftener and it is flawless
(omg! all in my sign is ONE char)
Or you could try and findcolourspiraltolerance with the spiral starting at MMCX,MMCY, searching for the banker color. Move two or 5 pixels down and get that colour, then radialwalk to the furnace with the colour you got because the floor of the bankers seem to be the same with the furnace.
But that should be just a backup![]()
[QUOTE]<GoF`> oh no its Raymooond
<Raymooond> Heya
<GoF`> is it ray or some other ray?
<LeeLokHin> No idea
<LeeLokHin> Raymond, what's the game you like the most?
<Raymooond> Runescape
<-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]
No the only thing which will work for this - flawlessly is ...
SymbolAccuracy := 0.5;
If the symbol is covered, or sometimes all the symbols don't work, if that doesn't work Use this function:
SCAR Code:Procedure Find;
Begin
If FindColorSpiralTolerance(x, y, 124127, MMX1, MMY1, MMX2, MMY2, 12) Then
Mouse(x, y, 1, 1, True);
FFlag(0);
end;
Remember - SET BRIGHTNESS TO 4!
There are currently 1 users browsing this thread. (0 members and 1 guests)