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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

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.
 
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.
 
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