Just what the title says, I'm looking for a plugin that will log me out after so many hours of game play. Similar to the one in {Millz}BGFarmer, but for questing, So I can run 3-4 hours a day. , Thank you.
there's nothing...i spent a lot of time and effort trying to get one as well, i even requested devs to open up/fix LogMeOut for download but nothing has been done...i've given up
Better still.. You could use Task Scheduler if you using Windows its in - Start - Programs - Accessories - System Tools.
go look up how to create a new task or just a basic task. In the task you can setup times when to run a program or lets say in this case a Batch file.
No need to use a shutdown as I think its a bit overkill to keep shutting down you computer.
So use this in a batch.
Code:
taskkill /f /im wow.exe
Or to make it a little more simple you can do it through cmd and setup a task scheduler without making a batch by typing this.
Code:
at "hours:minutes in 24 hr time" taskkill /f /im wow.exe
So a example:
Code:
at 21:30 taskkill /f /im wow.exe
This will close wow.exe at 9:30pm by killing the process wow.exe
To view tasks that you have setup
Goto cmd and type "at" and it will show you the set tasks.
Hope this helps
p.s if you want to cancel the task type - at /delete in cmd
The advantage of these (HBRelog in my experience) is that not only can they log you out after 'x' but they can also be tasked to schedule another profile/bot to load after, if you wish. But at the very least, they can log you out.
Log me out has been working fine for me. Then again I got it months ago before I got nailed with the 6 month ban and still had it in my backup plugin folder.