[UoPilot]AutoPathWalkingGuide[NT]
Ill teach you how to make an easy autopath for AFK.
NOTE! - Maps filled with frequent monsters spawns wont need autopath , since the spawn rate is high , will have target most of the time.
But if you notice character to be idle for some time , I reccomend you add an autopathwalk feature explained below.
Basically need to set
cordinates on minimap and make pilot
left click on them , by an interval.
example script!
left cordinates - cordinates on minimap
wait milliseconds - duration to wait(sleep)
Should use a wait time between 10-15 seconds(10000-15000)
Now you may ask , that what
radius these cordinates should be from
character position?
Most important would be , that each of these cordinates should be close to
monster spawns and not close to places where monsters
dont spawn.
If you set it right , the script wont just autopath towards monster spawns , but also lure monsters as it runs.
In this example(I use it for my char) - I have set 13x cordinates - to have decent range and alot of locations - the bot wont move to another locations when attacking a monster , but when character is nonagressive , it will almost instantly go to one of these locations on the cordinates , so it will find monsters fast.
There are 2 very good strategies , that Ill implement to my
script later.
Imagine it like 2 circles(
radiuses)
First radius or circle will
complete itself.
Second radius will
end circle 1 activity and move to a larger range and then start over from
smaller radius - with this trick it's possible to cover a
huge area.
NOTE! - do not use this "example" script - since it works for a certain map and area , and the wait time works for my character only.
Add your own cordinates , but make sure , that the radius dont come too
big or to small -
experiment with values , that suit your character best.
Code:
left 952, 77
wait 10000
left 940, 72
wait 10000
left 921, 68
wait 10000
left 913, 92
wait 10000
left 932, 109
wait 10000
left 964, 106
wait 10000
left 967, 76
wait 10000
left 953, 71
wait 10000
left 931, 71
wait 10000
left 926, 94
wait 10000
left 912, 85
wait 10000
left 917, 67
wait 10000
left 935, 71
wait 10000
If have suggestions or questions , leave a Reply!
Enjoy ^^