Ok. Here is the script i made.
( its not very pretty, should be in one procedure.. but hey please read onCode:program New; {.include SRL/SRL.scar} //Setup //End procedure AimNorth; begin MakeCompass('n'); end; procedure WalkNorthDocks; begin RadialWalk( 1784153, 352, 360, 71, 0, 1); end; procedure WalkAboveAxe; begin RadialWalk( 876147, 327, 333, 69, 1, 2); end; procedure WalkToGrass; begin RadialWalk( 1864275 , 317, 320, 67, 1, 2); end; Procedure WalkToHens; begin RadialWalk( 2186847 , 331, 336, 70, 1, 2); end; procedure WalkNearYews; begin RadialWalk( 1532767, 345, 350, 72, 1, 2); end; procedure WalkNearYews2; begin RadialWalk( 1731179, 335, 340, 73, 1, 2); end; procedure WalkUnderMine; begin RadialWalk( 1532761, 0, 5, 65, 1, 2); end; procedure WalkUnderBank; begin RadialWalk( 2053716, 0, 5, 72, 1, 2); end; procedure GotoBank; begin FindSymbol(x,y,'Bank'); Mouse(x,y,1,1,True); Flag; end; begin ClearDebug SetupSRL; AimNorth; WalkNorthDocks; Flag; WalkAboveAxe; Flag; WalkToGrass; Flag; WalkToHens; Flag; WalkNearYews; Flag; WalkNearYews2; Flag; WalkUnderMine; Flag; WalkUnderBank; Flag; GotoBank; end.)
Ok. Now if you read it i have to manually flag it - i cant flag it in the procedure because it seems to skip it, any reasons - also the colors i had to set manually - is there a way of finding them like FindColor(but because RadialWalk uses geometry there is no x,y co-ordinates to use, if so i missed out and can you point it out to me?)? It finds the color i specified but it sometimes doesnt walk in the right direction. It Walks from the Port to Faly Bank ( well is supposed to. ). Any ideas on this ?
I know how to use the RadialAid program - I know how to get it to walk there but either my RadialWalk has problems because i heard something about it autoflaging, or i am just not using it right.
If im not using it right - can you explain pleaseand i cant use road colors( how do i use them ) i have searched tutorials but not found answers to my questions
Credit to all who help out on this.
PS. I will release my autoFishers(Lumbridge, Draynor, Barberian Village, Karamunja) and my autoEssence Scripts once i can get the path's to walk rightso any help on walking will realy help. Thanks.
Once again credit to all who help and thanks sincerley.![]()


)
and i cant use road colors( how do i use them ) i have searched tutorials but not found answers to my questions
Reply With Quote








