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

please remove the anti afk procedure.

chooch

New Member
Joined
Jul 8, 2010
Messages
64
Reaction score
1
Title says it all. It's pretty obvious that you botting when you're running back and forth for 2 hrs; Yes, I AFK bot. At a minimum - using 3rd party software.
 
The way Rift is set up, combat and looting won't remove AFK.

Do you really want the AFK sign above your toon's head for 20 minutes?

And after 20 minutes, you actually want the bot to log out due to inactivity? As that is what will happen if we don't remove AFK.

/boggle
 
Can somebody tell me what the anti afk procedure is doing? I watched my bot for a very long time and I couldn't see any actions he is doing to not get flagged as afk. I also don't understand when you get flagged afk in this game. Sometimes I just rest in sanctum, doing nothing and work on the desktop and I don't get thrown out the game for hours.
 
Keypress Down?

Code:
new Decorator(ctx => !_antiAfkTimer.IsRunning || _antiAfkTimer.ElapsedMilliseconds > 3 * 60 * 1000,
				              new Sequence(
				              	new Action(ctx => Logging.Write("Anti AFK procedure done.")),
				              	new Action(ctx => _antiAfkTimer.Restart()),
				              	new Action(ctx => InputManager.PressKey(Keys.Down)))),

keypress the down button every 3 mins to make sure afk doesn't kick in I would assume?
 
I'm confused what's so obvious about this anti-afk procedure. I've seen it pop up in the log but I've never noticed it in game. If i'm the botter and I don't even notice anything peculiar going on I'm not sure how anyone else would.
 
Hawker said it all.... you will have an afk title above your head without this feature.
 
I think they have removed AFK from the game but it used be that you'd get logged out after 20 minutes if there was no hardware event. As a bot, we "create" a hardware event my pressing a key every few minutes. Only someone reading the log will know about it.

I think OP is trolling.
 
I'm definitely not trolling. I was under the assumption that the anti-afk feature, since it was the only thing in my log, was the source of the problem. It caused me to go back and forth for two hours in a very tight linear pattern. Any observers would easily have known it was a bot since a human is not that perfect for 2+ hrs long. This identifies the person using the bot, at a minimum, as a person using third party software. --- not it was not a troll. I don't know what the right answer is since im not used to this bot, yet. I just know 2 hrs of back and forth is excessive and clear sign of a bot.
 
I'm definitely not trolling. I was under the assumption that the anti-afk feature, since it was the only thing in my log, was the source of the problem. It caused me to go back and forth for two hours in a very tight linear pattern. Any observers would easily have known it was a bot since a human is not that perfect for 2+ hrs long. This identifies the person using the bot, at a minimum, as a person using third party software. --- not it was not a troll. I don't know what the right answer is since im not used to this bot, yet. I just know 2 hrs of back and forth is excessive and clear sign of a bot.

OK what you need to do is make a thread in Support describing your problem and attaching a log. Its nothing to do with anti-AFK code.
 
Back
Top