HelpQueue time revealer and MMR Changer

Posts 115 of 18 · Page 1 of 2
Queue time revealer and MMR Changer
I was wondering if there's something that shows you your queue time. Also, is it possible to change your mmr somehow?
Queue time is in every queue response (findable by using a proxy like fiddler), MMR isn't stored anywhere, so pretty sure it's server-sided.

EDIT: Sorry, in the response is the estimated time to find a match, not the actual time you were queuing for.
Quote Originally Posted by 3xpl0it_ View Post
Queue time is in every queue response (findable by using a proxy like fiddler), MMR isn't stored anywhere, so pretty sure it's server-sided.

EDIT: Sorry, in the response is the estimated time to find a match, not the actual time you were queuing for.
Estimated queue time is exactly what I'm looking for, you have any idea on thow to do it with Fiddler ?
Quote Originally Posted by 3xpl0it_ View Post
Queue time is in every queue response (findable by using a proxy like fiddler), MMR isn't stored anywhere, so pretty sure it's server-sided.

EDIT: Sorry, in the response is the estimated time to find a match, not the actual time you were queuing for.
That's not true, MMR is stored in response after you get into a lobby.
same queue path but created after you join a lobby after waiting.
It's an actual number that goes up and down.
Quote Originally Posted by TheDarkSidehaha View Post
That's not true, MMR is stored in response after you get into a lobby.
same queue path but created after you join a lobby after waiting.
It's an actual number that goes up and down.
He asked how to change it, not how to view it. Sizzer already answered that tho.
Not queue time exactly, but yes you can find something very similar in Fiddler. It's not hard at all.
Quote Originally Posted by somepizza View Post
Not queue time exactly, but yes you can find something very similar in Fiddler. It's not hard at all.
How if I may ask ?
Quote Originally Posted by IkBenDeGamer View Post
How if I may ask ?
You can see your place in the queue in queue path in fiddler.
Quote Originally Posted by TheDarkSidehaha View Post
You can see your place in the queue in queue path in fiddler.
But that isn't the same as an estimated queue time tho. Or is it ?
Quote Originally Posted by IkBenDeGamer View Post
But that isn't the same as an estimated queue time tho. Or is it ?
Based on the number of players in the queue, you could simply do math to figure out how long it takes to queue for every tick you get in Fiddler.

If you queue is at 556 and the next one takes 5 seconds and you're at 208... gather enough data to create a decent sample size. etc etc. Averages.
yes, you can

POST /rating
Nah, you dont need to do that. Look up the queue responses -> queueData, they contain an ETA field, divide the value by 1000 and you have the estimated queue time in seconds.
Quote Originally Posted by IkBenDeGamer View Post
I was wondering if there's something that shows you your queue time. Also, is it possible to change your mmr somehow?
I've searched again and I think it's possible for you to change your MMR rank
Posts 115 of 18 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?