PDA

View Full Version : Keep alive


Gettinglucky
11-23-2004, 10:02 PM
Is there a way to make a macro that will keep you account active while you go eat or go to the store or whatever?

Such as move one step forward wait 1 minute move one step back.
Or something that send a command to the system so that you are not dropped?

sarf
11-24-2004, 03:59 PM
You could use this (if you use Cosmos):
/in 900 /script MoveForwardStart(); MoveForwardStop();
/in 1800 /script MoveForwardStart(); MoveForwardStop();
/in 2700 /script MoveForwardStart(); MoveForwardStop();

That should make you walk forward just a wee bit at 15 minutes, 30 minutes and 45 minutes. Assuming that WoW runs on a > 15 minute timer to log you out, that should keep you up for an hour or so.

Anyhow... I think the client uses some detection to see if there's a user present, though, so this might or might not work.

Sarf
---
The mutant alien skull man has a smile for all smiles, an answer for all answers.