PDA

View Full Version : Efficient Pathfinder - Easy to implement.



omerhochman
11-04-2014, 08:06 PM
Hi,

My suggestion is going to allow our botters to walk much faster and gain more loot and exp while afk.

We all know Mapclick is much faster to walk. and most of the time it actually works.

1. I suggest you add an option that will work like Mapclick, but if the message "There is no way." apears, change it to Walk on Fields etc... for 10 seconds (or custom seconds).

2. Or just let us access it from LUA. Along with reading the "There is no way." message.

alexoneda
11-04-2014, 08:34 PM
That's already in the bot? Huh....

Nakuu
11-04-2014, 08:40 PM
Walker.IsStuck()
and
loadSettings("fileName", "Pathfinder")
is all you need to make such script :)

omerhochman
11-05-2014, 10:31 PM
Walker.IsStuck()
and
loadSettings("fileName", "Pathfinder")
is all you need to make such script :)

oooooh didn't know these, thank you!

omerhochman
11-05-2014, 10:57 PM
Actually the loadSettings doesn't really work with "Walk on field and magic wallks"

when I load that settings it just loads empty checkboxes.

but when i try to load settings with "Mapclick", it works. is it a bug? where should i post it?

Roarz
11-06-2014, 05:32 AM
Or you just do it twice and it will clear the checkboxes then tick them.
i.e.:
loadSettings("MapClickOff", "Pathfinder")
loadSettings("MapClickOff", "Pathfinder")
#YOLO

omerhochman
11-06-2014, 05:29 PM
Thank you very much. it works!