Page 1 of 1

Walk to lockmap instead of using Kafra/Tele

Posted: 19 Nov 2017, 16:52
by Akk
Is it possible to walk to lockmap instead of using Kafra to teleport finding the fastest route? I'm trying to get kore to walk to lockmap from current location of bot. Thanks in advance for any help!

Re: Walk to lockmap instead of using Kafra/Tele

Posted: 19 Nov 2017, 17:55
by Mortimal

Code: Select all

saveMap_warpToBuyOrSell 0

Re: Walk to lockmap instead of using Kafra/Tele

Posted: 19 Nov 2017, 22:28
by Akk
Mortimal wrote:

Code: Select all

saveMap_warpToBuyOrSell 0
Thank you very much, learning more and more as i bot play with kore.

Re: Walk to lockmap instead of using Kafra/Tele

Posted: 20 Nov 2017, 06:16
by Yaham
Mortimal wrote:

Code: Select all

saveMap_warpToBuyOrSell 0

This will prevent the bot from use teleport to go from lockmap to kafra and not from kafra to lockmap.


You can change in your routeweights.txt:

NPC 200
to
NPC 99999999

This way, the openkore will only use NPC teleports if that route is 99999999 steps nearer than walk.

Re: Walk to lockmap instead of using Kafra/Tele

Posted: 21 Nov 2017, 20:57
by Akk
Yaham wrote:
Mortimal wrote:

Code: Select all

saveMap_warpToBuyOrSell 0

This will prevent the bot from use teleport to go from lockmap to kafra and not from kafra to lockmap.


You can change in your routeweights.txt:

NPC 200
to
NPC 99999999

This way, the openkore will only use NPC teleports if that route is 99999999 steps nearer than walk.
Thank you this is what solved my issue, now I know for the future. :)