EloBuddy / EloBuddy.Issues

Issue Tracker for
http://EloBuddy.net
0 stars 2 forks source link

Click limiter at core doesn't change sometimes unless you change it. #16

Closed JodyJazz closed 8 years ago

JodyJazz commented 8 years ago

I normally play with 4 click but it always starts the game with 20-25 even it shows 4. I change it to 5 and to 4 again, then I can see the difference and it becomes 4. I don't know if this is a bug or something about me.

Hellsing commented 8 years ago

"Core" does not include a click limiter, could you explain what you are using to limit the clicks?

JodyJazz commented 8 years ago

'ticks per second' at the core menu

Hellsing commented 8 years ago

That is not a click limiter, ticks per second means how often the game event Game.OnTick should be called per second. By default it's set to 25 ticks per second, which means in one second the event is being triggered 25 times. This has nothing to do with click limiting.

You may look for Orbwalker -> Delay between movements in milliseconds