bbnl1990 wrote:Hi guys!
I want to use my bot to travel to certain maps using the console command "move <mapname>".
The problem is that (when travelling to relatively far maps) it automatically uses the kafra teleport service and I lose 2000z each time. Is it possible to disable this and force the bot to go to a location on foot?
Thanks and cheers!

Why not make the bot walk from map to map? I mean, not directly to your destination. Like when you want to go to Byalan Dungeon, and your character is at Prontera, you're going to make your bot go to:
move prt_fild08
move izlude
move iz_dun00
If you're using macro, then
do move prt_fild08
do move izlude
do move iz_dun00
Make sure that you're using
ai manual for this. I'm not sure if you need a series of automacro or if just one is enough but that's the gist of it.