Would it be safe to use coords to walk a very short distance with high randoms? Radialwalk doesn't work for me for some reason and i'm doing it correctly.. so anyway would it be safe or detectable?



I know for a fact that RadialWalk works... Mind posting what you have?
I have made alot of threads about it already and still haven't got an answer.. before it would log in and start trying to find maples right away without walking to them first and now it just logs in and sits there..Code:program ZetasMapleChop; {.include SRL\SRL.scar} {.include SRL\SRL\Skill\Woodcutting.SCAR} const Maple = 19058; //the color of the maple Maple2 = 16760; Maple3 = 9548; Tol = 12; RunDirection = 'S'; //the direction to run if in fight LogsToChop = 50; //how many logs to chop) procedure DeclarePlayers; begin HowManyPlayers := 1; //Number of players to use NumberOfPlayers(HowManyPlayers); //Don't Touch CurrentPlayer := 0; //Player to start with Players[0].Name := 'shampoo'; //Players username Players[0].Pass := ''; //Players password Players[0].Nick := 'hamp'; //3-4 characters from players username(Lowercase and no spaces) Players[0].Active := True; //Are you using this player? end; procedure WalkToMaples; begin MakeCompass('N'); RadialWalk(2377842 , 315, 355, 32, 0, 0); end; procedure ChopMaples; var ChopMark: Integer; begin repeat if FindObjMulti('aple tree', Maple, Maple2, Maple3, Tol) then begin GetMousePos(X, Y); Wait(500 + Random(102)); Mouse(X, Y, 1, 1, True); MarkTime(ChopMark); repeat Wait(500 + Random(250)); FindNormalRandoms; until(TimeFromMark(ChopMark) >= (10000 + Random(5000))); end; until(False); end; procedure WalkToBank; begin if (InvFull) then begin MakeCompass('N'); RadialWalk( 9606557 , 218, 195, 50, 0, 0); end; end; begin ActivateClient; SetUpSRL; DeclarePlayers; repeat if not LoggedIn then loginplayer; WalkToMaples; ChopMaples; WalkToBank; until(false) end.



Your problem is, it seems, you are using colors for it. Colors change. What colors are you trying to make it walk on?



Ok I see. You can't really use RadialWalk for that. I suggest DTMs or DDTMs. If neither work, then maybe some coords, but they are unreliable.



Nah, they can really be used for anything.
And no, I have no clue what's causing that...
okay i had to use task manager to close it but err one more question do you have any guides you could reccomend for using dtms? i'm really bad at them..
i have no clue how to do it with a single color on the minimap.. r u sure it's possible? because there is alot of the same color other places then just the place i want to click
You need to use tolerances... E.X. FindColorTolerance.
That error just means that when the computer tried to store a value somwere, it had trouble with it.
The jealous temper of mankind, ever more disposed to censure than
to praise the work of others, has constantly made the pursuit of new
methods and systems no less perilous than the search after unknown
lands and seas.
And the reason it isnt working is because of the update, not your script.
oh i no y u gt that error i gt it allot 2 it something 2 do with vista and it security issues.
that is if ur running vista other wise i hav no clue lol
If you are using Vista, and you are scripting, or even trying to run a script - I would turn off "User Account Control" as it is extremely strange on what it allows you to and not to access.
To do this:
Hold down your windows key, and press R, this will bring up the run box...
↨
Type 'msconfig' without quotes...
↨
Click the tools tab, and scroll down until you see "Disable UAC"
↨
Click the 'Launch' button
↨
An Ms-Dos box comes up and does the action very quickly, by the time the box is visible, the action has completed.
↨
Restart your computer
If you want to turn UAC back on, just go back to the msconfig tools tab; and instead of launching 'Disable UAC' click and launch 'Enable UAC'
I'm not sure if it will actually help, but it did help me when I used vista for just about anything I tried to do.
hey this happened to me the message that wouldnt close just hold down
ALT F4 and the message should eventualy go and you wont loose your work.
also i found useing scar 2.13 it just logged in an stood ther but when i used scar 3.12 it worked fine. hope i helped
PLM'S Rimmington Yew Cutter And Banker,Worked: 4hour 54min
dont gravedig this things like almost a year old!
Let's close this.
There are currently 1 users browsing this thread. (0 members and 1 guests)