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