What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Profile Dev - [04:15:55.729 D] Can't get path from server.

Alphagene

New Member
Joined
Jan 29, 2012
Messages
83
Reaction score
2
Getting this error in various areas. Neither many little MoveTo's nor one big seems to work.

any fixes for this?

PHP:
[04:15:55.104 D] Contacting nav server for path.
[04:15:55.105 D] Waiting for path request to finish...
[04:15:55.227 D] Generating path to Step 7 - <186.1447, 370.7687, 0.1000176>
[04:15:55.227 D] Waiting for path request to finish...
[04:15:55.349 D] Generating path to Step 7 - <186.1447, 370.7687, 0.1000176>
[04:15:55.349 D] Waiting for path request to finish...
[04:15:55.471 D] Generating path to Step 7 - <186.1447, 370.7687, 0.1000176>
[04:15:55.471 D] Waiting for path request to finish...
[04:15:55.593 D] Generating path to Step 7 - <186.1447, 370.7687, 0.1000176>
[04:15:55.593 D] Waiting for path request to finish...
[04:15:55.715 D] Generating path to Step 7 - <186.1447, 370.7687, 0.1000176>
[04:15:55.715 D] Waiting for path request to finish...
[04:15:55.729 D] Nav callback called.
[04:15:55.729 D] Can't get path from server.

Tried it with latest and .118.

.118 gives a huge errorloop, you don't want to see it, lol.
 
Last edited:
no, its seems to be a problem with the nav server to be honest.

some areas work absolutly flawlessly. and some getting this error (Warrior's Rest to be exactly, worldid: 60393)
 
PHP:
    <WriteReport />
    <MoveTo name="Step 1" questId="1" x="374.8354" y="285.2496" z="0.1000205" />
    <MoveTo name="Step 2" questId="1" x="335.8906" y="297.6104" z="0.1000305" />
    <MoveTo name="Step 3" questId="1" x="287.7101" y="314.6879" z="7.308491" />
    <MoveTo name="Step 4" questId="1" x="265.7111" y="324.843" z="7.751245" />
    <MoveTo name="Step 5" questId="1" x="236.8198" y="339.7128" z="0.5523124" />
    <MoveTo name="Step 6" questId="1" x="212.5869" y="358.4189" z="0.10003" />
    <MoveTo name="Step 7" questId="1" x="186.1447" y="370.7687" z="0.1000176" />

many little moveto's like this works, but if the bot leaves his path for just an inch (kill mobs, loot chests) it gives the error.
I guess it may be cause of the big z-axis differences but i really don't know.
 
Same stuff guys, i can send u my profile so you can check it out.

PHP:
[13:54:57.809 D] Replaced hook [ProfileOrderBehavior_Hook] 1932ee78-9494-43cd-86b8-9e8ca44d6429
[13:54:57.822 D] Generating path to Step 1 - <374.8354, 285.2496, 0.1000205>
[13:54:57.835 D] Raycast path generated.
[13:54:57.835 D] Generated path to <374.8354, 285.2496, 0.1000205> (Step 1) with 1 hops.
[13:54:59.261 D] Navigator.Clear
[13:54:59.376 D] Navigator.Clear
[13:54:59.377 D] Replaced hook [ProfileOrderBehavior_Hook] 3e26b555-7e21-4de4-8a16-9c21b8670d7f
[13:54:59.390 D] Generating path to Step 2 - <335.8906, 297.6104, 0.1000305>
[13:54:59.399 D] Raycast path generated.
[13:54:59.399 D] Generated path to <335.8906, 297.6104, 0.1000305> (Step 2) with 1 hops.
[13:55:01.094 D] Navigator.Clear
[13:55:01.217 D] Navigator.Clear
[13:55:01.217 D] Replaced hook [ProfileOrderBehavior_Hook] fb8e6039-1301-4f2d-bf43-01909b568557
[13:55:01.234 D] Generating path to Step 3 - <287.7101, 314.6879, 7.308491>
[13:55:01.235 D] Raycast path generated.
[13:55:01.235 D] Generated path to <287.7101, 314.6879, 7.308491> (Step 3) with 1 hops.
[13:55:02.279 D] Navigator.Clear
[13:55:02.279 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>
[13:55:02.280 D] Contacting nav server for path.
[13:55:02.282 D] Waiting for path request to finish...
[13:55:02.418 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>
[13:55:02.425 D] Waiting for path request to finish...
[13:55:02.566 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>
[13:55:02.602 D] Waiting for path request to finish...
[13:55:02.741 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>
[13:55:02.765 D] Waiting for path request to finish...
[13:55:02.903 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>
[13:55:02.937 D] Waiting for path request to finish...
[13:55:03.075 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>
[13:55:03.107 D] Waiting for path request to finish...
[13:55:03.200 D] Nav callback called.
[13:55:03.200 D] Can't get path from server.
[13:55:03.281 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>
[13:55:03.308 D] Waiting for path request to finish...
[13:55:03.449 D] Generating path to loot container - <267.7286, 299.7168, 5.41449>

as you see the little steps are working but as soon as it leaves its path (loot chest in this case) it kills itself.

__

1.0 = many little moveto's
1.1 = one big moveto

Location act1: Festering woods: Warrior's rest
 

Attachments

Last edited:
there was a nav server restart

can you try again now plz?
 
Same errors with both versions.

Checking my profile over and over again but I think its fine...

/sadface
 
Last edited:
what you should use is only .118 version

use it and you should be fine
 
Back
Top