What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Flightor] Failed ground nav with status PathGenerationFailed

Nieznany

Member
Joined
Mar 22, 2015
Messages
137
I'm using only MoveTo behavior in profiles, here's what i get inside instance

HTML:
[Flightor] Set up for movement to <1453, 398, 548>
[Flightor] Failed ground nav with status PathGenerationFailed
[Flightor] We can neither fly nor run to the destination.
Path distances request failed on map: MantidRaid, Location: <-2372.292, 458.7959, 422.3408>

solution?
 
[17:44:27.833 D] Loading profile from C:\Users\Wojciech\Desktop\Dread Approach.xml
[17:44:27.868 D] Styx.CommonBot.Profiles.ProfileUnknownAttributeException: XML Error: Unknown attribute "Entry" (Input: "Entry="213682"") in "Mailbox"!
Valid attributes are: NavType, X, Y, Z - On line 40
w Styx.CommonBot.Profiles.Mailbox..ctor(XElement element)
[17:44:27.868 D] Styx.CommonBot.Profiles.ProfileUnknownAttributeException: XML Error: Unknown attribute "Entry" (Input: "Entry="213682"") in "Mailbox"!
Valid attributes are: NavType, X, Y, Z - On line 41
w Styx.CommonBot.Profiles.Mailbox..ctor(XElement element)

thats a profile issue
 
I also posted this on mesh thread, now it's fixed.
Before, when i started profile like this inside of instance:
PHP:
<HBProfile> 
<QuestOrder> 

<MoveTo X="-2355.699" Y="459.9891" Z="422.341"  />
   

</QuestOrder> 
</HBProfile>
I recieved same error
PHP:
Path distances request failed on map: MantidRaid, Location: <-2355.699, 459.9891, 422.341>

It was not a profile problem.
Now, same profile as in log working with no problem.
I'm glad that someone is reading my reports
 
Back
Top