Bot doesn't move

International

Moderator: Moderators

sidd199
Noob
Noob
Posts: 3
Joined: 05 Jan 2010, 03:47
Noob?: Yes

Bot doesn't move

#1 Post by sidd199 »

Server: IRO Valkyrie
Openkore Version: 2.0.7
Macro: 2.0.2

I hav TU priest bot which happens to stop at certain times, remains idle i.e it doesn't move stands at the same spot for a certain period.
Everytime it stops moving it doesn't use any skills or heal until any monster attacks it and forces it to teleport again and then it continues hunting properly.
This happens mostly when it teleports in the lockmap to avoid taking max damage or max aggresives and doesn't move for a certain period.
route_escape_reachedNoPortal 1
route_escape_randomWalk 1
route_escape_shout
route_randomWalk 1
route_randomWalk_inTown 0
route_randomWalk_maxRouteTime 50
route_maxWarpFee
route_maxNpcTries 5
route_teleport 0
route_teleport_minDistance 150
route_teleport_maxTries 3
route_teleport_notInMaps
route_step 15
teleportAuto_hp 45
teleportAuto_sp 0
teleportAuto_idle 1
teleportAuto_portal 0
teleportAuto_search 0
teleportAuto_minAggressives 3
teleportAuto_minAggressivesInLock 3
teleportAuto_onlyWhenSafe 0
teleportAuto_maxDmg 1000
teleportAuto_maxDmgInLock 0
teleportAuto_deadly 1
teleportAuto_useSkill 1
teleportAuto_useChatCommand
teleportAuto_allPlayers 0
teleportAuto_atkCount 0
teleportAuto_atkMiss 10
teleportAuto_unstuck 1
teleportAuto_lostTarget 0
teleportAuto_dropTarget 0
teleportAuto_dropTargetKS 0
teleportAuto_attackedWhenSitting 0
teleportAuto_totalDmg 0
teleportAuto_totalDmgInLock 0
teleportAuto_equip_leftAccessory
teleportAuto_equip_rightAccessory
teleportAuto_lostHomunculus
teleportAuto_useItemForRespawn]
I checked teleport block, route random walk and can't find the problem.
TsuyukiDev
Noob
Noob
Posts: 2
Joined: 29 Nov 2010, 02:46
Noob?: No

Re: Bot doesn't move

#2 Post by TsuyukiDev »

I'm having the exact same issue. My heal bomb Priestess will occasionally just have the route_randomWalk effect essentially shut off. She just stands there but still does everything else she's supposed to like heal/buff herself, attack monsters, and loot. When this happens nothing that occurs in-game nor anything I do in the OpenKore GUI/console will make her do random walk again, even relogging. The only way to fix the problem is to restart OpenKore.

I have no idea what's causing this issue but the OP could be right in that it has something to do with teleport. My Priestess is botting on a map that has an MvP and whenever she encounters it she immediately teleports away to safety. If it is teleport, it would also explain why she always fails to continue doing random walk within a couple hours no matter what. Note one difference between my case and the OP's is that his bot can move again eventually if certain conditions are met apparently, but mine will never start random walk again once initially she stops moving.

Devs please look into this issue! I'll maybe take a peek at the code myself later as well.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Bot doesn't move

#3 Post by EternalHarvest »

Post output of "aiv" or "ai print" of the moment when this happens.
silentblue1987
Human
Human
Posts: 46
Joined: 07 Apr 2010, 12:11
Noob?: Yes

Re: Bot doesn't move

#4 Post by silentblue1987 »

Try:
route_step 10

I had a similar problem but that was nearly 2 years ago, so i experimented with the settings and found route_step 10 fixed a lot of routing issues including inability to walk over certain bridges. It eats some more CPU since it routes in smaller increments but also made my bots stay unstuck for 14+ hours.
intenso
Noob
Noob
Posts: 1
Joined: 09 Sep 2011, 02:20
Noob?: Yes

Re: Bot doesn't move

#5 Post by intenso »

im also experiencing the same problem. I set my priest to TP search which teleports if idle for 2 secs and doesnt random walk. But after a few minutes my bot stops and do nothing unless i manually use teleport or it got attacked by a monster.
Shutan
Noob
Noob
Posts: 2
Joined: 27 Dec 2012, 12:02
Noob?: Yes

Re: Bot doesn't move

#6 Post by Shutan »

I have found that using the command "ai clear" resets the program and it will begin walking around again. Trying to think of a way to incorporate it into the macro so that it will do so automatically if I am idle for x seconds.