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

Ms between ticks?

roneo1

Member
Joined
Mar 21, 2014
Messages
480
Reaction score
20
Been away for a while and I looked all over for the bot tick settings and ms delays, these existed before the 2.0 patch, are they gone or have they been put elsewhere? Because I can't find them anywhere yet I still see in the log msbetween ticks 15 and such, and the low fps helper makes a reference to that as well.
 
Been away for a while and I looked all over for the bot tick settings and ms delays, these existed before the 2.0 patch, are they gone or have they been put elsewhere? Because I can't find them anywhere yet I still see in the log msbetween ticks 15 and such, and the low fps helper makes a reference to that as well.
It's in there allright.
 
What do you need it for? Use Object Explorer inside Visual and search for it.
 
What do you need it for? Use Object Explorer inside Visual and search for it.

What? I don't know what that is. I'm asking about 2 settings that were in the user interface long ago and you could change both settings, I don't know if we're talking about the same thing?

And if we are why don't you tell me where it is? Isn't this the support forum? If you know the answer why bother posting if you aren't willing to answer the question?
 
Last edited:
You can only change it with code now like you see in the LowFPSHelper plugin.

Be aware though, if you're trying to make things run faster there's a good chance you'll start triggering "Too Many Actions" disconnects due to the way the client changed post 2.0. It no longer rate limits things like it used to.
 
are these settings optimizable?

[Start] MsBetweenTicks: 15.
[Start] InputEventMsDelay: 100.
 
are these settings optimizable?

[Start] MsBetweenTicks: 15.
[Start] InputEventMsDelay: 100.

The defaults are at a good medium to make sure everything works, but won't cause issues. I would not suggest changing them at all unless you're trying to solve a very specific problem (like what LowFPSHelper does with limited frames).
 
Back
Top