Ok. I need help with walking. I think what I need is RadialWalk();
I have read the tutorials but still don't understand.
I need my bot to follow the path in the following image.
Please, if you are going to give a solution, give an explanation too.
Ok. I need help with walking. I think what I need is RadialWalk();
I have read the tutorials but still don't understand.
I need my bot to follow the path in the following image.
Please, if you are going to give a solution, give an explanation too.
I have tried to use RadialWalk();
It seems to clip in a random spot. I don't know how to use it properly.
post what you had, ill tell you what you did wrong
also, use RadialRoadWalk for this
your color can be FindRoadColor
SCAR Code:RadialRoadWalk(FindRoadColor...);
Project: Welcome To Rainbow
download the attachement.
it's yakman's walk aider. one of my favourite and most used tools.
~RM
I still don't get it
RadialRoadWalk(yourroadcolor, 12, 100, 65, -1, 0); <- should get u up there.
degrees (^ = 12 degrees)
Learn How use Radial walk here!
I do visit every 2-6 months
RadialRoadWalk(FindRoadColor, 12, 100, 65, -1, 0);
Project: Welcome To Rainbow

or you could use reflection walking![]()
haha @ 99
Project: Welcome To Rainbow
ok lets start...
findroadcolor is the color your going to pickCode:RadialRoadWalk(findroadcolor, 0, 90,
the 0, and 90, starts to search from North to East Like this
well we still don't have the radius
the 65 is the radius, whats radius?Code:RadialRoadWalk(radialroadwalk, 0, 90, 65, 1, 1);
Radius: The distance in pixels from the minimap centre it will start searching from.
as you can see i made thisthats the xmod and ymod, now whats xmod and ymod?Code:, 1, 1);
Xmod: The distance on the X axis the mouse will move every time the function tries to click but the flag doesn’t appear. (MouseFindNoFlag). So if it finds the colour and clicks but the flag doesn’t appear (can’t reach it), it will move the mouse Xmod units along the X axis until the flag appears. (negative is left, postive is right).
Ymod: Same with Xmod except along the Y axis. (negative for up, positive for down).
~ Tickyy
Hi
rep for tickky, good tut for him
Project: Welcome To Rainbow
Thanks Ticky. Rep ++
I am to try out RadialRoadWalk(radialroadwalk, 0, 90, 65, 1, 1);
I think I understand it all now.
tickyy you legend, 3 reps in one thread... THAT ISNT EVEN YOURS
congratz![]()
Project: Welcome To Rainbow
lolol... thats funny![]()
Well i tried to help
in advice Tickyy
Hi
There are currently 1 users browsing this thread. (0 members and 1 guests)