chemical; stop attacking users. He's actually helping me with decent info. Next time I see you flaming another user; you'll be on a 2 week mute.
@kenn3th; we're still looking into the issue. There's a few places where it may be coming from, but it's hard to test when we can't reproduce the issue reliably.
I'm sorry all mighty one (bow)chemical; stop attacking users. He's actually helping me with decent info. Next time I see you flaming another user; you'll be on a 2 week mute.
@kenn3th; we're still looking into the issue. There's a few places where it may be coming from, but it's hard to test when we can't reproduce the issue reliably.
thanks. I read that others are experiencing the same problem, hopefully a solution can arise soon. I also noticed that wowerrors occur a lot more frequently while I am not at the computer (1 hour-2 hours) whereas when i'm at my computer, it can work for 5-6 hours maybe more?
I'm not sure why this is, but it's not my power settings. My computer is set to never go to sleep and i've even kept my monitor on (though this doesn't help)
and from some logs, it seems the bot just disconnects due to afk after digging a site
(x3 finds > mount up > fly up > afk)
using System;
using Styx.Plugins.PluginClass;
namespace Styx.Bot.Plugins
{
public class AntiAfk : HBPlugin
{
public override void Pulse()
{
StyxWoW.ResetAfk();
}
public override string Name { get { return "Anti-AFK"; } }
public override string Author { get { return "Apoc"; } }
public override Version Version { get { return new Version(1,0); } }
}
}
Not sure what happened, but I guess today even other bots dc (therefore its my own internet problem) usually even when HB dc, my other bots wont.
Anyways here are logs to see what happened