Script: Map Rank GL - Version 1.6.1
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- Silly Knig-it
- SoC Training Adviser
- Posts: 3009
- Joined: Sat May 28, 2011 12:21 am
- Gender: Male
- Location: Everett, WA
Re: Map Rank GL Update (1.5.6)
Greasemonkey was updated for me on Nov 15, 2017. From what I read on greasespot, this version is not backwards compatible, so Map Rank no longer works.
Am I understanding correctly?
Update: I played around and learned to install Tampermonkey and this script works for me now.
Am I understanding correctly?
Update: I played around and learned to install Tampermonkey and this script works for me now.
[img]AC1D5A83-79DE-4FED-840B-B4778D0189E5_1_105_c%20(1).jpeg[/img]
- Sirius Kase
- Posts: 328
- Joined: Wed Feb 06, 2013 6:35 pm
Re: Map Rank GL Update (1.5.6)
Maprank no longer works for me, I use tampermonkey on chrome on MacOS
EDIT: Map Rank works for me now. I wasn't using the latest update
EDIT: Map Rank works for me now. I wasn't using the latest update
Last edited by Sirius Kase on Sat Mar 24, 2018 7:47 pm, edited 2 times in total.
[img]https://s24.postimg.org/6rwmdezkl/signature-_IWWYL8_P7.png[/img]
- Jdsizzleslice
- Posts: 3576
- Joined: Fri Dec 09, 2011 9:55 pm
- Gender: Male
Re: Map Rank GL Update (1.5.6)
Silly Knig-it wrote:Greasemonkey was updated for me on Nov 15, 2017. From what I read on greasespot, this version is not backwards compatible, so Map Rank no longer works.
Am I understanding correctly?
Update: I played around and learned to install Tampermonkey and this script works for me now.
I can confirm this. I installed Tampermoney and uploaded Map Rank 1.5.6 and it works.
Several of the medals do not appear on the Medals Tab:
- Super Medal Achievements
Challenge Achievements
Ratings Medals
Bot Game Medals
Battle Royale Medals
Beta Map Medals
Teammate Medals
Polymoprhic medals (kind of works)
I am thinking about going through Map Rank GL and editing a few things, like removing the medals section completely (because we now have an in-built medal tracker on the site).
- Sirius Kase
- Posts: 328
- Joined: Wed Feb 06, 2013 6:35 pm
Re: Map Rank GL Update (1.5.6)
SpazzAttack wrote:I did make a discovery, however... If you remove the 2 from the end of the search page URL you will pull up the previous search page version. Maprank is available there.
Previous: https://www.conquerclub.com/player.php?mode=find
New: https://www.conquerclub.com/player.php?mode=find2
I've been experimenting with the old finder to calculate ranks using the team options. Are these numbers valid? Several years ago, the person working of Map Rank GL said that it would be an easy fix, then a couple weeks later, he resigned without saying anything about the validity of map rank results using team options.
[img]https://s24.postimg.org/6rwmdezkl/signature-_IWWYL8_P7.png[/img]
Re: Map Rank GL Update (1.5.6)
Sirius Kase wrote:SpazzAttack wrote:I did make a discovery, however... If you remove the 2 from the end of the search page URL you will pull up the previous search page version. Maprank is available there.
Previous: https://www.conquerclub.com/player.php?mode=find
New: https://www.conquerclub.com/player.php?mode=find2
I've been experimenting with the old finder to calculate ranks using the team options. Are these numbers valid? Several years ago, the person working of Map Rank GL said that it would be an easy fix, then a couple weeks later, he resigned without saying anything about the validity of map rank results using team options.
As far as I know it works, but I haven't done any detailed comparison with manual results.
“Life is a shipwreck, but we must not forget to sing in the lifeboats.”
― Voltaire
― Voltaire
- groovysmurf
- Head Clan Director

- Posts: 2857
- Joined: Tue Apr 14, 2009 1:28 pm
- Gender: Female
- Location: Cleveland, OH
Re: Map Rank GL Update (1.5.6)
The team options seem to work fine to filter the results. However, I found out yesterday that if you search for 2 player games only in order to get rankings for 1v1 and poly it doesn't work correctly. Poly games are not being distinguished as being 2 player games. I considered running it with 2, 4, 6 and 8 players selected and then "Standard" and "Polymorphic", but this still skews the results as it will include standard multiplayers with 4, 6 and 8 players as well. If anyone knows of a way to get around this, please let me know.
Re: Script: Map Rank GL - Version 1.6.1
after a lot of code reading. i updated Maprank it should work 100% with polymorphic games now feel free to test as soon as bigWham uploads the files.
the medals are off by some and i don't know why. it should be working but i've only compared it to the tracking of medals of the site and i dont know if there is something that could make a game invalid for medals
the medals are off by some and i don't know why. it should be working but i've only compared it to the tracking of medals of the site and i dont know if there is something that could make a game invalid for medals
Re: Script: Map Rank GL - Version 1.6.1
dgz345 wrote:after a lot of code reading. i updated Maprank it should work 100% with polymorphic games now feel free to test as soon as bigWham uploads the files.
the medals are off by some and i don't know why. it should be working but i've only compared it to the tracking of medals of the site and i dont know if there is something that could make a game invalid for medals
I ran into the same issue when making the MedalAid script, which is basically a lighter version of MapRank that focuses only on tracking unique defeats for medals and options to display that information in various ways.
My guess for why I couldn't match the site's medal stats was because of scenario games not counting in the site's totals, but being listed and indistinguishable from normal games in the API output. If MapRank's totals are slightly higher (but never lower) for some of the medals, that would support the theory that scenario games won't count for medals and MapRank is functioning as intended.
I did ask Big W about labeling scenario games and he agreed to alter the response from the API and get back to me. It's been almost 6 months at this point
Re: Script: Map Rank GL - Version 1.6.1
lanyards wrote:dgz345 wrote:after a lot of code reading. i updated Maprank it should work 100% with polymorphic games now feel free to test as soon as bigWham uploads the files.
the medals are off by some and i don't know why. it should be working but i've only compared it to the tracking of medals of the site and i dont know if there is something that could make a game invalid for medals
I ran into the same issue when making the MedalAid script, which is basically a lighter version of MapRank that focuses only on tracking unique defeats for medals and options to display that information in various ways.
My guess for why I couldn't match the site's medal stats was because of scenario games not counting in the site's totals, but being listed and indistinguishable from normal games in the API output. If MapRank's totals are slightly higher (but never lower) for some of the medals, that would support the theory that scenario games won't count for medals and MapRank is functioning as intended.
I did ask Big W about labeling scenario games and he agreed to alter the response from the API and get back to me. It's been almost 6 months at this point
Sometimes he needs a poke and a prod. If he agreed to do it, he'll do it, but often a few reminders are needed.
“Life is a shipwreck, but we must not forget to sing in the lifeboats.”
― Voltaire
― Voltaire
Re: Script: Map Rank GL - Version 1.6.1
For some reason I can map rank 28 members of our clan but not the 29th [player]Lord Banner[/player], game finder (old) will display his games, but regardless of whether using game finder or from the menu on the left of screen, it hangs at 80%. Any suggestions?
If nothing else works, a total pig-headed unwillingness to look facts in the face will see us through
- Keefie
- Clan Director

- Posts: 6745
- Joined: Sun Dec 03, 2006 1:05 pm
- Gender: Male
- Location: Sleepy Hollow
Re: Script: Map Rank GL - Version 1.6.1
Vid_FISO wrote:For some reason I can map rank 28 members of our clan but not the 29th [player]Lord Banner[/player], game finder (old) will display his games, but regardless of whether using game finder or from the menu on the left of screen, it hangs at 80%. Any suggestions?
Yep, he hangs at 80% for me too.
I've even tried to maprank him on each component ie: Standard, Poly, Quads etc but it always gets stuck on 80%
The easiest solution would be to boot him from the clan. You only need players who'll give you 100%

Re: Script: Map Rank GL - Version 1.6.1
Keefie wrote:Vid_FISO wrote:For some reason I can map rank 28 members of our clan but not the 29th [player]Lord Banner[/player], game finder (old) will display his games, but regardless of whether using game finder or from the menu on the left of screen, it hangs at 80%. Any suggestions?
Yep, he hangs at 80% for me too.
I've even tried to maprank him on each component ie: Standard, Poly, Quads etc but it always gets stuck on 80%
The easiest solution would be to boot him from the clan. You only need players who'll give you 100%
Maprank broke because of a fault game. a game that was missing a player. it was a 6 player game with 5 players in it. it was broken and did not pass deployment stage. the game is now deleted by KA and [player]Lord Banner[/player] will now give 100% at everything! (dgz345 does not guarantee clan score results)
Re: Script: Map Rank GL - Version 1.6.1
Thank you for sorting it out so quickly!
If nothing else works, a total pig-headed unwillingness to look facts in the face will see us through
-
rickmorales
- Posts: 15
- Joined: Tue Sep 21, 2010 7:04 pm
- Gender: Male
Re: Script: Map Rank GL - Version 1.6.1
Greetings i would like the map rank to see were am at and other players, i totally suck at modern downloads please guide me in installing this app thank you Rick
Re: Script: Map Rank GL - Version 1.6.1
rickmorales wrote:Greetings i would like the map rank to see were am at and other players, i totally suck at modern downloads please guide me in installing this app thank you Rick
this requires an addon to your browser named Tampermonkey that allows adding userscripts to the browser.
after the addon is installed, install Map Rank
Just ask if there is something unclear
- Conde180711
- Posts: 368
- Joined: Sun Aug 07, 2011 7:02 am
- Gender: Male
- Location: Wales
Re: Script: Map Rank GL - Version 1.6.1
Is it still possible to filter specific game types as in doubs, trips, quads for example. I used to do this with game finder but it just seems to load up a map rank for all games? I'm probably being stupid somewhere but any help appreciated, thx.

Re: Script: Map Rank GL - Version 1.6.1
Conde180711 wrote:Is it still possible to filter specific game types as in doubs, trips, quads for example. I used to do this with game finder but it just seems to load up a map rank for all games? I'm probably being stupid somewhere but any help appreciated, thx.
I'm at uni atm so I don't have a computer to check but I belive you would be able to access the old functions if you remove the 2 in the url of the game finder. I belive it ends with find2 so try that.
Just ask if there is anything else or if it didn't work. Then I'll check when I get home.
- Conde180711
- Posts: 368
- Joined: Sun Aug 07, 2011 7:02 am
- Gender: Male
- Location: Wales
- iAmCaffeine
- Posts: 11699
- Joined: Mon Apr 01, 2013 5:38 pm
Re: Script: Map Rank GL - Version 1.6.1
Chrome won't let me add Map Rank because it doesn't trust this website lol.

- GaryDenton
- Posts: 941
- Joined: Sat Jun 18, 2016 10:58 am
- Gender: Male
- Location: Houston area
Re: Script: Map Rank GL - Version 1.6.1
Evidently, I am missing something. I have tampermonkey and the Maprank script but all I can get is the text of the script. Does it not work on Chromebooks?
Re: Script: Map Rank GL - Version 1.6.1
GaryDenton wrote:Evidently, I am missing something. I have tampermonkey and the Maprank script but all I can get is the text of the script. Does it not work on Chromebooks?
should work on any browser that supports tampermonkey
or you can try to manualy add it to tampermonkey
- GaryDenton
- Posts: 941
- Joined: Sat Jun 18, 2016 10:58 am
- Gender: Male
- Location: Houston area
Re: Script: Map Rank GL - Version 1.6.1
It showed up below Personal Menu after I had forgotten about it. Thanx.
Re: Script: Map Rank GL - Version 1.6.1
I remember there was a script that shows you where you have each player as a defeat. I mean where you have him/her as a victim for medals. I just can't remember it. If it is the map rank, how do I enable this option?
Thank you!
Thank you!
Re: Script: Map Rank GL - Version 1.6.1
Pirlo wrote:I remember there was a script that shows you where you have each player as a defeat. I mean where you have him/her as a victim for medals. I just can't remember it. If it is the map rank, how do I enable this option?
Thank you!
depends what browser you are using, tampermonkey for Chrome or Greasemonkey for Firefox, as soon as you implement this script you will see an additional menu on the left. Now if it’s only to show player with medal tag I would recommend using this one
viewtopic.php?f=529&t=226714
It’s less heavy than map rank and work just fine with also an additional menu where you can select only the medal you want.
".....Under Phucumol treatment....."
https://youtu.be/zlusWzDY4qw
https://youtu.be/zlusWzDY4qw
Re: Script: Map Rank GL - Version 1.6.1
Mad777 wrote:Pirlo wrote:I remember there was a script that shows you where you have each player as a defeat. I mean where you have him/her as a victim for medals. I just can't remember it. If it is the map rank, how do I enable this option?
Thank you!
depends what browser you are using, tampermonkey for Chrome or Greasemonkey for Firefox, as soon as you implement this script you will see an additional menu on the left. Now if it’s only to show player with medal tag I would recommend using this one
viewtopic.php?f=529&t=226714
It’s less heavy than map rank and work just fine with also an additional menu where you can select only the medal you want.
Thanks Mad, but it couldn't be installed.