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

Slow switching between tabs

Lustkim

Member
Joined
Oct 10, 2015
Messages
53
Reaction score
0
Hi there buddy's, how can i make my bot switch stash tab faster? (like questbot)
I'm currently using ogb with aif, here is any solutions for this? (yea i know it may get some problems, but i dont want to make it unreal fast, just a bit better) my fps in hideout stable 60, ping below 50
that's settings probably inside OldGrindBot right?
 
There's no way to make the bot go through tabs quicker - you can use CommunityLib to tell the bot not to check certain tabs, but the ones it does check will still take the same amount of time.
 
OGB uses the idea of "reaction waits" to avoid trying to perform actions too fast in the client. From 2014 until early last year, OGB was the only main bot base available for EB, and the game worked a lot differently than it does now. At the time, the waits were used to help ensure the client had enough time to load the GUI itself, as before the GUI rewrite last March, the API had issues with the client's GUI loading. That has all been fixed since, but OGB needs a rewrite to support the "current game" better, which is what is happening for 3.0.

To lower reaction delays, you can change the values:
Coroutines.ReactionMinSleepDelay
Coroutines.ReactionMaxSleepDelay

via code in a plugin, routine, or modify OGB itself. The default values are 250 - 300, which attempts to emulate a more human like reaction range, even though it's "safe" to lower it. The hard limit is 100 at lowest.

However, that affects all code using reaction waits, and not just stash tab logic.
 
OldGrindBot is no longer included with Exilebuiddy.
 
Back
Top