openkore icon indicating copy to clipboard operation
openkore copied to clipboard

stuck on route from pay_dun01 to pay_dun02

Open puppet13th opened this issue 1 year ago • 1 comments

------------------ Openkore Issues Template ------------------

  • Openkore version git: *** OpenKore what-will-become-2.1 ( version ctime:2024_05_25 ) - Custom Ragnarok Online client ***
  • Server: rAthena Version Git Hash: f85ca8106695fa7001710059132d42fbb14d8088
  • Bug Report / Feature Request: stuck on route
  • Summary: openkore running on raspberry pi 3b using dietpi bullseye. running same config on dietpi x64 bullseye does not have same problem. the bot look like want to move through the wall.

stuck on route.log

screenrAthena000

puppet13th avatar May 25 '24 07:05 puppet13th

This can be fixed with automacros to fine tune pathfinding. Here are my macros to get from pay_dun01 to pay_dun02:

automacro pay_dun01_to_pay_dun02-0 {
        console /Stuck at pay_dun01 \(190,61\)/
        call {
                do north
                do move pay_dun01 238 252
        }
}
automacro pay_dun01_to_pay_dun02-1 {
        console /Stuck at pay_dun01 (\(234,226\)|\(248,237\))/
        call {
                do west
                do move pay_dun01 216 108
        }
}
automacro pay_dun01_to_pay_dun02-2 {
        console /Stuck at pay_dun01 \(231,100\)/
        call {
                do north
                do move pay_dun01 269 212
        }
}

xia0 avatar Apr 16 '25 14:04 xia0