How can I make my user walk north besides a wall?
I'm trying to make my script go to varrock east bank with SPS but sometimes it fails.
Is there a guide or can you give me an example code?
EDIT: for oldschool RS
How can I make my user walk north besides a wall?
I'm trying to make my script go to varrock east bank with SPS but sometimes it fails.
Is there a guide or can you give me an example code?
EDIT: for oldschool RS
anyone...?
Walking in 07 isn't easy. You could use DDTM Or TPA methods of walking.
try radial walking using the road color it was used alot back before sps.
I really can't figure out the RadialWalk and I thought how can I make it click the compass until it sees a specific colour?
For example it starts in varrock east mine, starts clicking compass to walk north the road, then when it sees the quest mark in the house west of it it stops clicking the map.
Is this possible?
Is this:
A reliable walking procedure?Simba Code:procedure MineWalk;
begin
MMouse (700, 66, 2, 2);
ClickMouse2(mouse_left);
wait(6000+random(1000));
MMouse (692, 110, 2, 2);
ClickMouse2(mouse_left);
wait(6000+random(1000));
MMouse (663, 131, 2, 2);
ClickMouse2(mouse_left);
wait(5000+random(2000));
MMouse (652, 142, 2, 2);
ClickMouse2(mouse_left);
wait(5000+random(2000));
MMouse (647, 152, 2, 2);
ClickMouse2(mouse_left);
wait(5000+random(2000));
MMouse (611, 117, 2, 2);
ClickMouse2(mouse_left);
wait(5000+random(1000));
end;
Nevermind I got sps walking there until it sees bank.
Thanks anyway
There are currently 1 users browsing this thread. (0 members and 1 guests)