What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

looking for a plugin to log out after so many hours

Rapolla79

New Member
Joined
Oct 16, 2012
Messages
49
Reaction score
0
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. :cool:;), 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
 
Start
cmd (enter)
shutdown /s /t 3600
do this on PC where 3600 = 1 hr , 2hr 7200, 3hr 10800 etc
 
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
 
Wouldn't HBRelog or ARelog suffice?

HBRelog
https://www.thebuddyforum.com/honorbuddy-forum/plugins/featured/44295-app-hbrelog-opensource-relogger.html

ARelog
https://www.thebuddyforum.com/releases/30506-arelog-simple-free-relogger-buddy-products.html

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.

Personally, I always used HBRelog.

Cheers
 
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.
 
Back
Top