I couldn't find anyone linking to an .xml so I just presumed Load>From Web Resource with the URL of the forum post would work, but I get this error
I literally have no idea what I'm doing. Manual said noting about loading from URLs, but no one seems to be linking to profile.xml downloads for me to use so I'm a bit lost here
Failed to load profile: '=' is an unexpected token. The expected token is ';'. Line 89, position 71.
System.Xml.XmlException: '=' is an unexpected token. The expected token is ';'. Line 89, position 71.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(Int32 pos, String expectedToken1, String expectedToken2)
at System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.FinishPartialValue()
at System.Xml.XmlTextReaderImpl.get_Value()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
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(String uri, LoadOptions options)
at CombatBot.CombatBot.TryGetBotProfile(String path, Profile& profile)
at Zeta.Bot.ProfileManager.Load(String profilePath, Boolean rememberPath)
I literally have no idea what I'm doing. Manual said noting about loading from URLs, but no one seems to be linking to profile.xml downloads for me to use so I'm a bit lost here