Timer to log on and off at specific times

Posted by Curious on Fri 27 Jul 2007 10:51 PM — 5 posts, 24,924 views.

#0
I'm trying to create a timer that will log me into the world at a specific time, keep me on for a certain period, then disconnect me again.

Every timer I've tried so far just sends to the screen without actually connecting me.

I'm not great with scripting, so any help would be very gratefully received.

Thanks
USA #1
Check out these two script functions:
http://www.gammon.com.au/scripts/function.php?name=Connect
http://www.gammon.com.au/scripts/function.php?name=Disconnect

Just set up two timers set to go off at a specific time of day. One for connecting, and another for disconnecting.
Australia Forum Administrator #2
For the one that connects, make sure you check the box "active when disconnected", or it won't go off.
USA #3
The one to disconnect should be ultra easy, I have one myself to disconnect me in the morning by sending QUIT, the only problem might be if you have the Reconnecter Plugin running.
USA #4
The version of Reconnecter.xml on the plugin page matches the word "QUIT" in capital letters to actually quit without reconnection. Since this is version 1.0, I think it should work like that for anyone who has downloaded it before. You might have to use Execute( "QUIT" ) instead of Disconnect(), but it will work.