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

Extremely new, looking to start small. Log out after X time.

hendroo

Member
Joined
Jun 11, 2012
Messages
120
Reaction score
0
I am wondering how I would go about writing a small script that would just take a user defined time, then exit out of the client after said time, or, if its possible, notice that the scarecrow plugin has completed its tasks and log out.

Is this at all possible? Im guessing the first one is easier, im just extremely new to this and am wondering if someone could point me in the right direction, how I would run this addon, and how i'd go about making it...
 
I am wondering how I would go about writing a small script that would just take a user defined time, then exit out of the client after said time, or, if its possible, notice that the scarecrow plugin has completed its tasks and log out.

Is this at all possible? Im guessing the first one is easier, im just extremely new to this and am wondering if someone could point me in the right direction, how I would run this addon, and how i'd go about making it...

Just call TerminateGameClient(); when work is done in your Scarecrow Plugin. Otherwise make your own Plugin for it by adding simple timer and call TerminateGameClient(); after time is up.
 
Just call TerminateGameClient(); when work is done in your Scarecrow Plugin. Otherwise make your own Plugin for it by adding simple timer and call TerminateGameClient(); after time is up.

How would you go about doing the first one? Would I need to edit the scarecrow plugin, or is there a function that can read when the scarecrow plugin has it's tasklist completed?
 
It needs to be added to the Scarecrow Plugins Code, just ask the Dev of the Plugin to add it, its like 5min work. If its the open source one just add it yourself.
 
It needs to be added to the Scarecrow Plugins Code, just ask the Dev of the Plugin to add it, its like 5min work. If its the open source one just add it yourself.

I think Out made it, I'll see what I can do though. Thanks.
 
Back
Top