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

Log off after hitting Honor cap.

I would like a auto log after a set time. say leave it running for 8 hours then logoff.
 
I would like a auto log after a set time. say leave it running for 8 hours then logoff.

well there is.. and its called exit timer. cant find it on the forums so im just gonna attach it here.
 

Attachments

public static int GetHonorCurrency();

if (GetHonorCurrency() == 75000)
{
Stop();
}
else
{
Debug.Write(timevariable + " Checked honor, < 75000");
Thread.Sleep(10000);
Pulse();
}

Or something, havn't developed anything to HB, so debug etc is incorrect. GetHonor.. is correct tho.
 
looking forward to see that as a release,nice idea
 
public static int gethonorcurrency();

if (gethonorcurrency() == 75000)
{
stop();
}
else
{
debug.write(timevariable + " checked honor, < 75000");
thread.sleep(10000);
pulse();
}

or something, havn't developed anything to hb, so debug etc is incorrect. Gethonor.. Is correct tho.

/ borat high five!
 
Back
Top