This plugin has been re-named (and re-written with new features), and I've started a new thread for it. http://www.buddyforum.de/showthread.php?10330-Ringo-Log&p=123929#post123929 Thanks
it looks good, the only thing i worry about it double taping your hearthstone, or as soon as you start casting your hearthstone because of that 20 sec wait that youll end up in a death loop, if your in the middle of a camp of mobs, that respawned over your body. one thing you might also wanna look at is the Styx.WoWInternals.ObjectManager.Me.LoadingScreen and check and see if Me.IsCasting ill detect while using your hearthstone. also. something like this may work. while (Me.Casting != 0) { Thread.Sleep(100); } this way if you get jumped, you'll get tossed into combat, instead of the plugin being stuck for 20sec.
Fully functional as per the first post, it's set to log out at 60 by default, and I haven't implemented the config form yet, so if you want to change the level, you need to edit the file - there is a comment in there to show you where.
Okay, have yet to try it out, but can now edit it. Would need to be configurable if using multiboxing/multibotting, can't be messing with the file alot that way.
I'll have a look - I'm not using 1.9.6.2 yet, I usually wait for a couple of days to see how buggy a new release is. Got nothing better to do this afternoon though.....
This plugin has been re-named (and re-written with new features), and I've started a new thread for it. http://www.buddyforum.de/showthread....929#post123929 Thanks