Class: Mage
Race: Undead
CC: Mage.cs
bot: Questing - Beta
Profile: Undead 1-50
Plugins: none
Area: The Sepulcher, Silverpine Forest
Pos: 44.1,41.6
bug type: core, quest
current action: resting
os: win7ult
I'm testing honorbuddy with the trial (login as test/t3st). Every time I log in, it logs in fine but it reports a lot of errors.
After log in (takes a while for some reason), I load the undead 1-50 profile. No problems loading. I start up the bot, it casts the buffs, complains about the "The Dead Fields" quest and black lists it, then just stands there and does nothing (blank activity) or says resting.
Selected Grind bot and started. Got these errors after starting:
Lots of errors in debug log and still does nothing. Previous update did not have these issues.
Race: Undead
CC: Mage.cs
bot: Questing - Beta
Profile: Undead 1-50
Plugins: none
Area: The Sepulcher, Silverpine Forest
Pos: 44.1,41.6
bug type: core, quest
current action: resting
os: win7ult
I'm testing honorbuddy with the trial (login as test/t3st). Every time I log in, it logs in fine but it reports a lot of errors.
Code:
[5:16:24 PM:973] Error - GetOffsets(): Data at the root level is invalid. Line 1, position 1. - at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text)
at ..(Http http, String dburl)
[5:16:25 PM:32] Authentication successful.
After log in (takes a while for some reason), I load the undead 1-50 profile. No problems loading. I start up the bot, it casts the buffs, complains about the "The Dead Fields" quest and black lists it, then just stands there and does nothing (blank activity) or says resting.
Selected Grind bot and started. Got these errors after starting:
Code:
Error in OnBotStart: System.FormatException: Input string was not in a correct format. ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 3293, offset:99 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 3333, offset:137
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Single.Parse(String s, NumberStyles style, NumberFormatInfo info)
at System.Single.Parse(String s, IFormatProvider provider)
at Styx.Logic.Inventory.InventoryManager.get_LowestDurability()
at Styx.Logic.BehaviorTree.TreeRoot.(EventArgs args)
at Styx.BotEvents.OnBotStartDelegate.Invoke(EventArgs args)
at Styx.BotEvents.()