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

[BUG] Path generation WorldID error

axazol

New Member
Joined
Jun 27, 2010
Messages
308
Reaction score
8
Profile:
PHP:
    <!-- Move closer to portal -->
        <MoveTo questId="57337" stepId="26" x="722.0858" y="280.5016" z="0.1118823" pathPrecision="3" />
    <!-- Use portal to Kulle -->
        <UseObject questId="57337" stepId="26" x="651.2896" y="278.4957" z="-12.42771" actorId="159581" isPortal="True" destinationWorldId="60193" />
Log:
Code:
[12:45:58.447 D] Navigator.Clear
[12:45:58.447 D] Generating path to UNKNOWN - <722.0858, 280.5016, 0.1118823>
[12:45:58.497 D] Waiting for path request to finish...
[12:45:58.632 D] Generating path to UNKNOWN - <722.0858, 280.5016, 0.1118823>
[12:45:58.633 D] Waiting for path request to finish...
[12:45:58.768 D] Navigator.Clear
[12:45:58.905 D] Generating path to UNKNOWN - <722.0858, 280.5016, 0.1118823>
[12:45:58.906 V] Path generation failed! Unknown world ID 50613!
[12:45:58.906 D] Could not generate path!

Same result if delete <MoveTo> tag:
Code:
[12:47:59.095 D] Generating path to Interact with object - <652.6583, 280.3804, -11.6984>
[12:47:59.096 D] Waiting for path request to finish...
[12:47:59.231 D] Navigator.Clear
[12:47:59.366 D] Generating path to Interact with object - <652.6583, 280.3804, -11.6984>
[12:47:59.366 V] Path generation failed! Unknown world ID 50613!
[12:47:59.366 D] Could not generate path!
 
alot of bugs right now and with everyone using differant versions i think they might be a little overwhelmed. hopefully all this is fixed soon™.
 
My first though is:
Code:
[LEFT][COLOR=#333333][12:45:58.906 V] Path generation failed! Unknown world ID 50613!
[/COLOR][/LEFT]
Sure your WorldID is right?
 
Here is no record associated with worldId in strings which makes DB stuck with error.
Btw same problem even if set questId="1" without stepId.
 
Got same problem.

Unknown world ID 72882 (A1 Q1.1 questId=73236)

Demonbuddy v1.0.540.125

HTML:
<MoveTo questId="73236" stepId="20" x="608.2006" y="548.9595" z="70.10001" pathPrecision="10" name="move to the center" />

Code:
[23:11:44.192 D] Generating path to move to the center - <608.2006, 548.9595, 70.10001>
[23:11:44.192 V] Path generation failed! Unknown world ID 72882!
[23:11:44.192 D] Could not generate path!

link to profile http://www.thebuddyforum.com/attach...buddy-doom-wortham-1_7_1______edited.xml.html

View attachment 44499
 
Back
Top