Hi all, I've gotten to The Great New Nation in the Heavensward story quest line and the bot seems to hang up. I've tried manually completing the next portions of the quest, restarted the bot, restarted the PC, etc.. but nothing seems to work. Here's a gif of what happens in the console: https://imgur.com/a/wmTN5as Any idea what this might be?
The profiles are looping because the SCH job quest needs to be completed to get past the conditional check for job quest completion, @RaginKermit. I coded the quest steps in the profile pre-flying support, but I am pushing an update to allow use of that quest. Pull the latest version from my repo and try again. Be sure you can fly in that zone before trying to run the profile. If you have issues while and/or after completing that quest, please let me know here!
Quick question, the Class and Job quests profiles are throwing up the following: " [21:28:08.516 N] Failed to load profile: '>' is an unexpected token. The expected token is '='. Line 44, position 89. [21:28:08.516 D] System.Xml.XmlException: '>' is an unexpected token. The expected token is '='. Line 44, position 89. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o) at System.Xml.Linq.XElement.ReadElementFrom(XmlReader r, LoadOptions o) at System.Xml.Linq.XElement.Load(XmlReader reader, LoadOptions options) at System.Xml.Linq.XElement.Load(TextReader textReader, LoadOptions options) at ff14bot.NeoProfiles.NeoProfile.Load(String path) at ff14bot.NeoProfiles.NeoProfileManager.Load(String profilePath, Boolean rememberPath)" Any fix for this?