matchmaking algorithm_ the investigation's shocking truth _ leagueoflegends

23
27/11/2014 Matchmaking algorithm: the investigation's shocking truth : leagueoflegends data:text/html;charset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px%… 1/23 Matchmaking algorithm: the investigation's shocking truth (self.leagueoflegends) enviado 3 meses atrás *por Nopai Hey all, This is my first post on Reddit, but I'm afraid they are tracking me down and I had to get it out before it's too late. I've discovered a shocking truth behind the matchmaking algorithm, causing you to lose games in an effort to 'balance' your winratio. My story: I am always the best player in my team, but yet I'm not winning as much games as I should. I crush my lanes, focus on and get objectives, but yet my team f*cks up, preventing me to reach my much deserved high Diamond / Challenger spot. Is it my fault? Am I the common factor? Hell no, I've only lost a lane once, and that was top versus a Teemo. If a Lux mid goes 0/11/0 after 20 minutes, how am I to blame? If my team ignores my pings or simple instructions, or solo around the map, what am I to do? It's not me, it's them. That's what I thought until today. Today, I've discovered that the real sc*mbag is, in fact, Riot, and I have the prove to back it. Code investigation: I'm a computer science major and I decided to investigate the matchmaking algorithm, because let's admit it: we all feel that something fishy is going on. I went to my "C:\Program Files\Rito Games" and imported the project into my IDE. Now, the subclass of Game, RankedGame, has a method called "createTeams()". This method creates two teams for a game (game.team1 and game.team2). (Oddly enough, you are always part of game.team1, probably due to a mirror programming pattern.) In this method they use a creator pattern to composite those two teams. Your team gets a "game.team1 = Team.buildOwnTeam()", and the other team gets "game.team2 = Team.buildOtherTeam()". For now, there's nothing strange. Right? Indeed, the dirt starts in the static buildOwnTeam() method. You can find pseudocode of the buildOwnTeam() method here:http://pastebin.com/y27TZS1N. The algorithm checks if your winratio is above 50% or below, and creates 5 players according to it. You are the first player, and the second and third player are always two random players that have the same skillcap as you, and are able to play the game as good as you to a certain extend. When your winratio is below 50%, the fourth and fifth players are also random players. HOWEVER, when your winratio is above 50% you get a socalled "Balancing Player" (BP), and a 50% chance of getting another "Balancing Player". You can find the pseudocode for findBalancingPlayer() here:http://pastebin.com/J4xTBe7U. To make it short: it finds a player with either 1) a very low winratio, 2) a lot of reports, 3) a bad internet connection, 4) a lot of trollpicks. So, when you get a guy that really sucks and/or feeds, it's probably a BP. Sometimes you have a second player that's bad, so that's because you were unlucky and drew a second BP. I still have to investigate the BuildOtherTeam() method, but it looks unfair as well. I've already discovered that team2.player1 = Player.getOneTrickPonyMid(), team2.player2 = Player.getConsistentADC(), team2.player3 = Player.findOtherPlayer(), team2.player4 = Player.findOtherPlayer(), team2.player5 = findOtherPlayer(). To conclude: Riot prevents you from easily getting a winratio above 50%. There are probably two reasons for this. The first reason is balance. Although it might be unfair, it does keep your winratio around 50%. Haven't you ever found it odd why so many people's winratio is around that percentage? The second reason behind this is commercial. You have to play a lot of more games to reach a higher league, making you spend more time on LoL. This makes some people

Upload: wicked-wolf

Post on 09-Nov-2015

11 views

Category:

Documents


1 download

DESCRIPTION

Algoritmo

TRANSCRIPT

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 1/23

    Matchmakingalgorithm:theinvestigation'sshockingtruth (self.leagueoflegends)enviado3mesesatrs*porNopai

    Heyall,ThisismyfirstpostonReddit,butI'mafraidtheyaretrackingmedownandIhadtogetitoutbeforeit'stoolate.I'vediscoveredashockingtruthbehindthematchmakingalgorithm,causingyoutolosegamesinaneffortto'balance'yourwinratio.Mystory:Iamalwaysthebestplayerinmyteam,butyetI'mnotwinningasmuchgamesasIshould.Icrushmylanes,focusonandgetobjectives,butyetmyteamf*cksup,preventingmetoreachmymuchdeservedhighDiamond/Challengerspot.Isitmyfault?AmIthecommonfactor?Hellno,I'veonlylostalaneonce,andthatwastopversusaTeemo.IfaLuxmidgoes0/11/0after20minutes,howamItoblame?Ifmyteamignoresmypingsorsimpleinstructions,orsoloaroundthemap,whatamItodo?It'snotme,it'sthem.That'swhatIthoughtuntiltoday.Today,I'vediscoveredthattherealsc*mbagis,infact,Riot,andIhavetheprovetobackit.Codeinvestigation:I'macomputersciencemajorandIdecidedtoinvestigatethematchmakingalgorithm,becauselet'sadmitit:weallfeelthatsomethingfishyisgoingon.Iwenttomy"C:\ProgramFiles\RitoGames"andimportedtheprojectintomyIDE.Now,thesubclassofGame,RankedGame,hasamethodcalled"createTeams()".Thismethodcreatestwoteamsforagame(game.team1andgame.team2).(Oddlyenough,youarealwayspartofgame.team1,probablyduetoamirrorprogrammingpattern.)Inthismethodtheyuseacreatorpatterntocompositethosetwoteams.Yourteamgetsa"game.team1=Team.buildOwnTeam()",andtheotherteamgets"game.team2=Team.buildOtherTeam()".Fornow,there'snothingstrange.Right?Indeed,thedirtstartsinthestaticbuildOwnTeam()method.YoucanfindpseudocodeofthebuildOwnTeam()methodhere:http://pastebin.com/y27TZS1N.Thealgorithmchecksifyourwinratioisabove50%orbelow,andcreates5playersaccordingtoit.Youarethefirstplayer,andthesecondandthirdplayerarealwaystworandomplayersthathavethesameskillcapasyou,andareabletoplaythegameasgoodasyoutoacertainextend.Whenyourwinratioisbelow50%,thefourthandfifthplayersarealsorandomplayers.HOWEVER,whenyourwinratioisabove50%yougetasocalled"BalancingPlayer"(BP),anda50%chanceofgettinganother"BalancingPlayer".YoucanfindthepseudocodeforfindBalancingPlayer()here:http://pastebin.com/J4xTBe7U.Tomakeitshort:itfindsaplayerwitheither1)averylowwinratio,2)alotofreports,3)abadinternetconnection,4)alotoftrollpicks.So,whenyougetaguythatreallysucksand/orfeeds,it'sprobablyaBP.Sometimesyouhaveasecondplayerthat'sbad,sothat'sbecauseyouwereunluckyanddrewasecondBP.IstillhavetoinvestigatetheBuildOtherTeam()method,butitlooksunfairaswell.I'vealreadydiscoveredthatteam2.player1=Player.getOneTrickPonyMid(),team2.player2=Player.getConsistentADC(),team2.player3=Player.findOtherPlayer(),team2.player4=Player.findOtherPlayer(),team2.player5=findOtherPlayer().Toconclude:Riotpreventsyoufromeasilygettingawinratioabove50%.Thereareprobablytworeasonsforthis.Thefirstreasonisbalance.Althoughitmightbeunfair,itdoeskeepyourwinratioaround50%.Haven'tyoueverfounditoddwhysomanypeople'swinratioisaroundthatpercentage?Thesecondreasonbehindthisiscommercial.Youhavetoplayalotofmoregamestoreachahigherleague,makingyouspendmoretimeonLoL.Thismakessomepeople

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 2/23

    boredofthestandardskins,causingthemtobuyRPtopurchaseskins.RiotGames,ifyouarereadingthis:I'velosttwopromosforSilverIVinarowduetothisunfairalgorithmandIdemandcompensation.Otherwise,legalactionsWILLfollow.TLDRIfyouareplayingrankedandyourwinratioisabove50%,yougetbadplayersinyourteam.

    1385comentarios compartir

    mejores200comentarios ver500ordenadopor:

    [] saintshing 810puntos3mesesatrs

    team2.player1=Player.getOneTrickPonyMid()team2.player2=Player.getConsistentADC()soundslegitenlace

    [] xjoshuwa 208puntos3mesesatrs

    dontforgetteam2.player1=Player.RivenDiamondSmurf()enlace padre

    [] Asnen 30puntos3mesesatrs

    Wholoseslanebecause"THISJUNGLER"andthenafkcause"idontwannaplaywithyouscrubsanymore".Yeah,likesilverscrubsdoesntgiveDiamondrivensmerfanychancetocomebacklanefromdoublebuffs,andgoing0/5againstsilverplayerwithdoublebuffsisusualthing.enlace padre

    [] PepperoniPapaya [PepperoniPapaya](SEA) 36puntos3mesesatrs

    Nonono,thisistheotherteam'sRiven.It'sprobablyaboxboxorBRNAsmurf.enlace padre

    cargarmscomentarios(5respuestas)

    cargarmscomentarios(3respuestas)

    cargarmscomentarios(5respuestas)

    [] PM_ME_YOUR_HAIRCUTs 276puntos3mesesatrs*

    TillthatpointIactuallybelievedabit...AtfirstIthoughthewasdefinitelyatrollbutthen...Facts.Edit:Idon'tknowshitaboutprogramming.Soeverythingwithafilenameandbiglettersseemslegittome.enlace padre

    [] petervaz 150puntos3mesesatrs

    YoushouldhavestoppedwhenhesaidthatimportedthegameintohisIDE.Andfromhereitjustwentdownhill.enlace padre

    [] DominoNo 121puntos3mesesatrs

    RealprogrammersuseMSWordenlace padre

    [] warriormonkey03 80puntos3mesesatrs

    Notepad++foranytimeI'mnotchangingcode.

    mejores

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 3/23

    enlace padre

    [] Mrmattnikko 15puntos3mesesatrs

    Iusevisualstudio,what'sthedifference?Pleasedon'thateonmeI'manoob.enlace padre

    [] TheMcStaplez 113puntos3mesesatrs

    VisualStudiodoesn'tgiveyouaccesstotheMSOfficePaperclip.Icanpersonallyattestthathis"suggestions"absolutelyshitstompIntellisense.enlace padre

    [] sfrankdaddy 4puntos3mesesatrs

    iprefersublimeenlace padre

    cargarmscomentarios(7respuestas)

    [] highpoweredmutant 4puntos3mesesatrs

    http://blog.jetbrains.com/dotnet/2014/04/01/clippyforresharper/enlace padre

    cargarmscomentarios(9respuestas)

    cargarmscomentarios(8respuestas)

    cargarmscomentarios(6respuestas)

    [] Nefari0uss 12puntos3mesesatrs

    MSWordmasterrace>Vim/Emacsplebs.enlace padre

    cargarmscomentarios(1respuesta)

    cargarmscomentarios(10respuestas)

    [] nimbomob 19puntos3mesesatrs

    Formultiplereasonsthiswasthestoppingpoint,mainlybecausematchmakingwouldneverbehandledclientside.enlace padre

    [] Nefari0uss 12puntos3mesesatrs

    Ilovedthepartabouttakinglegalactionattheend.enlace padre

    cargarmscomentarios(5respuestas)

    [] Ijatsu 37puntos3mesesatrs

    Wellifyouknowshitaboutinformatic,andnotjustwebprogrammer,yougetitatthenearfirstsentences.^

    enlace padre

    [] opiemonster 37puntos3mesesatrs

    Youthinkriotwouldreleasetheirsourcecode?Areyouinsane?enlace padre

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 4/23

    [] siaukia1 108puntos3mesesatrs

    Theywouldprobablygetlaughedat.enlace padre

    [] teniceguy 5puntos3mesesatrs

    like,thatisnotwhathappenseveryday..enlace padre

    [] anjo2 [anjo2](EUW) 2puntos3mesesatrs

    Atleastilaugh...enlace padre

    cargarmscomentarios(2respuestas)

    [] Selage 10puntos3mesesatrs

    thatwouldbeserversidecodeandnotclientsidecode.

    enlace padre

    cargarmscomentarios(6respuestas)

    [] lordischnitzel 8puntos3mesesatrs

    Thefirsttwosentencesaredrippingsomuchwithironyyoudontevenneedtoknowshitaboutinformatictogetitthere)enlace padre

    cargarmscomentarios(1respuesta)

    cargarmscomentarios(6respuestas)

    [] CalimeroX 7puntos3mesesatrs

    Same.IkindofbelievehimuntilIreadtheOneTrickPonystuff:Denlace padre

    cargarmscomentarios(1respuesta)

    [] Ehac 21puntos3mesesatrs

    :Dnotlikematchmakingisserverbasedandthereforenofilesonyourcomputerhaveanythingtodowithitenlace padre

    [] Minus151 28puntos3mesesatrs

    Yeah,heshouldhaveconstructedaGUIinVisualBasicfirst.Classicblunder.enlace padre

    [] JangusRoundstoan 5puntos3mesesatrs

    ClassicBlunder?NayClassicBlunder(CourtesyoftheDreadPirateRoberts):YoufellvictimtooneoftheclassicblundersThemostfamousofwhichis"nevergetinvolvedinalandwarinAsia"butonlyslightlylesswellknownisthis:"NevergoinagainstaSicilianwhendeathisontheline"!Hahahahahahaha!Hahahahahahaha!Hahaha...enlace padre

    [] Minus151 5puntos3mesesatrs

    Thepoisonwasinbothglasses.IhavespentthelastseveralyearsbuildingupanimmunitytoIocanepowder.

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 5/23

    enlace padre

    cargarmscomentarios(3respuestas)

    cargarmscomentarios(7respuestas)

    [] TeeKayTank [TeeKayTank](EUW) 6puntos3mesesatrs

    ibelievedituntilthatsentenceenlace padre

    cargarmscomentarios(1respuesta)

    cargarmscomentarios(11respuestas)

    [] RiotShantzilla 297puntos3mesesatrs

    Heknows.Deploythekillsquad.enlace

    [] Varron 7puntos3mesesatrs

    KillSquad,alsoknownasTeam2.OPyou'rethrough,nowayyou'rebeatingtheKillSquad.enlace padre

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(5respuestas)

    [] suzzhuzz 698puntos3mesesatrs*

    //ScriptofSilverMatchmakingif(Player.getPlayer().getWinratio()>0.4&&Player.getPlayer().getWinratio()

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 6/23

    cargarmscomentarios(1respuesta)

    [] opiemonster 19puntos3mesesatrs*

    foreachplayerinSilverPlayers{player.bad=trueif(player.killsplayer.deaths>0)throwsegfault}foreachplayerinBronzePlayers{player.bad=falseif(player.killsplayer.deaths0.4&&Player.getPlayer().getWinratio()

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 7/23

    0.5){player1=Player.getPlayer()player2=Player.feeder();

    player3=Player.rager();

    player4=Player.afk();

    player5=Player.newchampion();

    thrownewException(string.Format("Noob{0}GGFF20",player1.Name))}FTFY

    enlace padre

    [] einheit80 2puntos3mesesatrs

    manmygamessurefeellikethis.maybeIjustsuckatvideogames.enlace padre

    cargarmscomentarios(13respuestas)

    [] Douchebagjakie 396puntos3mesesatrs

    icantbelieve...thatibelieved..enlace

    [] Alvaronv 57puntos3mesesatrs

    Youarenotalone...enlace padre

    cargarmscomentarios(6respuestas)

    [] PabloAimar10 25puntos3mesesatrs

    ICANNOTBELIEVE!enlace padre

    [] nw407elixir 40puntos3mesesatrs

    IDONOTBELIEVE!enlace padre

    [] AKG_xRivix 6puntos3mesesatrs

    UNBELIEVABLE!enlace padre

    [] MdLegal 5puntos3mesesatrs

    NOTBELIEVABLE!enlace padre

    cargarmscomentarios(4respuestas)

    cargarmscomentarios(1respuesta)

    cargarmscomentarios(2respuestas)

    [] GGTaeNy 216puntos3mesesatrs

    TIL,I'mknownasabalancingplayer.enlace

    [] im_not_a_girl 55puntos3mesesatrs

    You'retheequalizer.Thatsoundscooler.

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 8/23

    enlace padre

    [] codester2124 12puntos3mesesatrs

    Youaretheonewhoknocksenlace padre

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(5respuestas)

    [] SalvagedCabbage [jaayro](NA) 308puntos3mesesatrs

    Doyouthinkthegovernmentknowsaboutthis?enlace

    [] Xtraordinaire 177puntos3mesesatrs

    Ifbygovernmentyoumeansingedilerminatithenyes.enlace padre

    [] plasmalaser1 224puntos3mesesatrs

    http://i.imgur.com/rNnPuqn.jpgenlace padre

    cargarmscomentarios(2respuestas)

    [] Dappz 9puntos3mesesatrs

    weknoweverything,joinus.enlace padre

    cargarmscomentarios(2respuestas)

    [] marenello1159 6puntos3mesesatrs

    :laughsenlace padre

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(2respuestas)

    [] mysoul4donuts 1248puntos3mesesatrs

    "C:\ProgramFiles\RitoGames"itsthelittlethingsthatmakespostsliketheesesohilarious.Ir88/8enlace

    [] parallelArmistice 288puntos3mesesatrs

    ThisiswhenIrealizedI'vebeenhad.10/10wouldgetbaitedandoutsmartedagain.enlace padre

    [] MajinBlayze 72puntos3mesesatrs

    Yeah,I'lladmit:Ispentwaytoomuchtimetryingtofigureouthowhegotmatchmakingcodefromtheclientenlace padre

    [] 1316patsfan 5puntos3mesesatrs

    I...Ifeelreallystupidrightnow...enlace padre

    cargarmscomentarios(2respuestas)

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px% 9/23

    [] KShults 10puntos3mesesatrs

    Formeitwas"I'mafraidtheyaretrackingmedownandIhadtogetitoutbeforeit'stoolate."Sodramatic,thiswholethingwashilarious.enlace padre

    cargarmscomentarios(3respuestas)

    [] xXdimmitsarasXx [MasterI](EUNE) 32puntos3mesesatrs*

    AmitheonlyonewhoseriotgamesfolderisonC:\RiotGames?enlace padre

    [] sausains2 296puntos3mesesatrs*

    Youshouldreinstall.ItshouldbeC:\RitoGamesenlace padre

    [] coloniaeffzeeh 74puntos3mesesatrs

    ItwilljustturnintoRitoifyouhitChallengerasweallareinReddit.ItsthenewS4rewardenlace padre

    cargarmscomentarios(1respuesta)

    [] roobre [Roobre](EUW) 16puntos3mesesatrs*

    Yes,that'sthedefaultinstalationpath.ButasalsoaComputerSciencepersonIliketohavemyprogramsundesProgramFilesdirectory.YouwantyourownfolderonmyHDD'sroot?Nottoday,motherfucker.enlace padre

    cargarmscomentarios(23respuestas)

    [] Salangtang 13puntos3mesesatrs

    whose*:Pwho's=whoisenlace padre

    cargarmscomentarios(6respuestas)

    [] Akahari 20puntos3mesesatrs

    gr8b8m8enlace padre

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(12respuestas)

    [] xgenoriginal 186puntos3mesesatrs

    ritoexposedenlace

    [] hzj [Snowl](OCE) 43puntos3mesesatrs

    verifiedenlace padre

    cargarmscomentarios(3respuestas)

    [] sk8r2000 2puntos3mesesatrs

    wediditreddit!

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 10/23

    enlace padre

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(2respuestas)

    [] ROTHSCHILD_GOON_1913 2331puntos3mesesatrs

    thisisoneofthemostelaboratetrollsihaveeverseenonredditenlace

    [] pengu1nz [penguin](NA) 608puntos3mesesatrs

    you'reruiningthemagicenlace padre

    [] UncleSub 202puntos3mesesatrs

    Iknewitthisis100%legit!enlace padre

    cargarmscomentarios(3respuestas)

    [] ilikelife5 18puntos3mesesatrs

    Areyougonnawhoopme?enlace padre

    cargarmscomentarios(1respuesta)

    [] RainbowCheez 10puntos3mesesatrs

    ssh,itsokwecandreamallwewantenlace padre

    cargarmscomentarios(1respuesta)

    cargarmscomentarios(3respuestas)

    [] cresselia_ 281puntos3mesesatrs

    IbelievedituntiltheSilverIVpromotion...godI'msleepy.enlace padre

    [] Triggerspar [Triggerspar](EUW) 48puntos3mesesatrs

    IbeliveduntillisawfunctiongetPlayerWithAHabitOfPickingTrolls()enlace padre

    [] Xyltin 75puntos3mesesatrs

    Yeah,Riotwouldhavedoneitlikethis:getMainTrundlePlayer()enlace padre

    cargarmscomentarios(3respuestas)

    cargarmscomentarios(1respuesta)

    [] Oblivion9873 117puntos3mesesatrs

    AssoonashebroughtuppythonIknewthiswasfakesinceriotdoestheircodinginc++enlace padre

    [] mrTlicious [VitaminZ](NA) 116puntos3mesesatrs

    IgotitatIamalwaysthebestplayerinmyteam

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 11/23

    enlace padre

    [] Richybabes [Richybabes](EUW) 37puntos3mesesatrs

    I'veonlylostalaneonceRight,right.enlace padre

    cargarmscomentarios(2respuestas)

    [] JacktheKraken 29puntos3mesesatrs

    Lookslikejavatomeenlace padre

    cargarmscomentarios(4respuestas)

    [] A_Alonso [AllonsyAlonso](EUW) 177puntos3mesesatrs

    Iknewthispostwasfake,assoonasIsawriotdoestheircoding

    enlace padre

    [] Blackstream 34puntos3mesesatrs

    Iknewitwasfakeassoonashementionedlookingattheircodeatall.Anymatchmakingcodeisgoingtobeserversideonly,you'renotgonnabeabletoaccessitinyourclientcode,muchlessbeabletoactuallyopenitupinyourdevelopmentenvironmentsinceallyougetistheexecutableandnotthesourcefiles/projectfile.enlace padre

    cargarmscomentarios(3respuestas)

    cargarmscomentarios(25respuestas)

    cargarmscomentarios(5respuestas)

    [] Sleesama [Vivace](EUW) 27puntos3mesesatrs

    gotitfromRitogamesenlace padre

    [] Xypha 10puntos3mesesatrs

    soelaborateitsgottabetrue!enlace padre

    cargarmscomentarios(28respuestas)

    [] WalkingDad 80puntos3mesesatrs

    DamnitSnowden!enlace

    cargarmscomentarios(1respuesta)

    [] gabemachida 95puntos3mesesatrs

    evenknowingthatyoucan'treverseengineercompiledcodetogetfunctionnames,youhadmeuntilabouthalfwaythrough.bravo.toofunny.enlace

    [] carpinttas 42puntos3mesesatrs

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 12/23

    plusit'stheserversidethatrunsthematchmakingcode,obviouslynoonehasinfoonothersplayersontheircomputer.wasafunreadthough.enlace padre

    [] coder0000 3puntos3mesesatrs

    Dependsonthelanguage.EvenwithsymbolsstrippedcertainlanguageslikeObjectiveCstillallowyoutoseethefunction+params.Makesitveryeasytodisassemble:)enlace padre

    cargarmscomentarios(6respuestas)

    [] Nopai [S]187puntos3mesesatrs

    Heyguys,Thanksforthesupportsofar.This,however,isnottheend.Iwillkeeponfightingandgatheringevidence.ForfartoolonghasthelittlemanbeenRiot'sb*tch.I'mcurrentlylookingatsomesubclassesofServer,inparticularEuwServerandNaServer,andthisdoesnotbodewell.Forinstance,theEuwServer'scontrollerclasshasaswitchstatementwhichcreatesartificiallagwhenaplayerisplayinganimportantgame.Thereisalsoanotherswitchstatementwhichwillpromptafirewallerror(http://store.donanimhaber.com/f1/b4/c2/F1B4C2A558747E9CB9DC57D5D3E721E1.png),causingyoutogetstuckintheclient.PS.Ohyeah,wantedtosayIgotintoSilverIV.IhadaperfectKDAonceagain,andaBPLuxsupporttriedtoruinit,butIpulledthrough.IdounderstandthatthismightbeanattemptofRiottoshutmymouth.Mywinratioisnowat60%,soIfearformynextfewgames.enlace

    [] brojow 24puntos3mesesatrs

    Sinceyourwinratioissohigh,basedonallyourcodingexperience,doyouthinkit'spossiblethat...theymatchyouwith3BPsjusttoshutyoudown?enlace padre

    [] bitemebabyo 11puntos3mesesatrs

    ESEXshouldhireyouifit'snotdonealreadyenlace padre

    cargarmscomentarios(1respuesta)

    [] Redempti 12puntos3mesesatrs

    YoudarealMVPenlace padre

    cargarmscomentarios(4respuestas)

    [] nemanjamil96 62puntos3mesesatrs

    http://i.imgur.com/lkDkeU9.pngenlace

    [] Sedley 10puntos3mesesatrs

    Thisguyisgenius!enlace padre

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 13/23

    cargarmscomentarios(1respuesta)

    [] dudenzz 18puntos3mesesatrs

    Lolatthatpseudocode.enlace

    [] Xtraordinaire 38puntos3mesesatrs

    Getmypitchfork!seriosly,

    brilliant

    troll,

    just

    cut"mystory"

    segment

    ormove

    itlower,

    forbetter

    effect

    enlace

    [] Agewalker [Agewalker](EUW) 60puntos3mesesatrs

    ActuallyRiothasalreadystatedthatinperfectmatchmakingyouwinasmanygamesasyoulose.Theyalreadysaidthattheyarebalancingteamstoachieveperfect50%Soitisalegittrollwithlegitfears.enlace

    [] Pitagotico 38puntos3mesesatrs

    Yes,youget50%aslongasyourMMRmatchesyourrealskill.IfyourMMRisnotashighasyourskill,youwillwinmoregamesthanyoulose.IfyourMMRishigherthanyourskill,youwilllosemore.Thisaffectstheleagues,sinceifyourMMRishigherthanyourleague,evenwinning50%,youwillendupgoingup,andifitislower,youwillgodown.Anyway,Ithinkyouarealsogettingconfusedwiththesidebalancing,thattheysaidtheywantredandblueteamtowin50%ofthegameseach,soifanyofthoseteamsstartsgettingmoreloses,then,Matchmakingwillchangesothesidethatlosesmorematches,getsbetterplayers.Asunfairasitsounds,inaHUGEsampleasriotuses,itactuallyworksfine.enlace padre

    cargarmscomentarios(8respuestas)

    [] GaySunshine 6puntos3mesesatrs

    Ideallyeverymmshouldkeepyouat50%unlessyouareliterallyoneofthetop20playersonline.Like,whyshouldyounotbeingplayingagainst/withpeopleofyourskilllevel?Andthenifyougetbetteryouplaywith/againstbetterpeople.enlace padre

    [] TheNinjaNarwhal [NinjaNarwhal](EUNE) 3puntos3mesesatrs

    2morepeopleexplainedbutI'mgoingtodoitaswellinadifferentway:Everypersonstartsatsomewherearoundsilverwhentheyfirstplayranked.Someofthemaresilverinskill,somebronze,somearegoldandhigher.Ifyounormallyplaylikeadiamond,you'll(mostprobablyrightawayandfast,unlessyou'rereallyunluckyandittakessometime)startwinningmorethanlosing.YourMMRwillgohigher,andeventuallyyourleague.Atthosefirst2050gamesyou'llprobablyhaveawinratioof6070%,dependingonluckandskill.Thesegameswillprobablysometimesbeabitunfairforyourenemiesbecauseyou'renotyetplayingatyourskilllevel.That'swhyRiotdoesn'twantthat.Thiswillhappenwithnewaccountsandatthestartoftheseasonobviously,butitdoesn'tmatterthatmuch.Itcan'tbeavoidedandit'snothappeningoften.Atsomepointyou'llreachdiamond4(forexample)whereyou'llfindplayersofyourskill.Since(mostofthetimes)all10playerswillbeinaverageofthesameskill,youhaveequalchancetowinastheotherteam.Whichmeansthatyourwinratewillbearound50%.Andthat'swhatRiotwants,fairgames.That'sall:Penlace padre

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 14/23

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(2respuestas)

    [] theseus101 58puntos3mesesatrs

    gr8b8m8ir88/8enlace

    cargarmscomentarios(2respuestas)

    [] NoopMoney [NoopMoney](NA) 17puntos3mesesatrs

    10/10enlace

    [] Hystericallify [Zydeco99](OCE) 10puntos3mesesatrs

    Ibelievedeverythinguntil"C:\ProgramFiles\RitoGames"11/10enlace

    cargarmscomentarios(1respuesta)

    [] Tauware 9puntos3mesesatrs

    thetrundlegaveitawayenlace

    [] Derpeton 21puntos3mesesatrs

    inb4:Opisseriousenlace

    [] Mofl [MoflIII](EUW) 13puntos3mesesatrs

    Thenitisnoproblem.Justinjectyourcodethere:team2.player1=Player.findBalancingPlayer(),team2.player2=Player.findBalancingPlayer(),team2.player3=Player.findBalancingPlayer(),team2.player4=Player.findBalancingPlayer(),team2.player5=findBalancingPlayer()

    Assoonasyoubuildtheteamsitwillbeaneasywinforyou.Problemsolved.

    enlace

    cargarmscomentarios(1respuesta)

    [] alecsafk 6puntos3mesesatrs

    Theirfunctionsdidn'tgetanyparameters,buttheyareusinginstancesofrandomobjectintheirdefinition.Thisiswhyserversarecrashing.ggwpx9plsenlace

    [] 80lbsdown 7puntos3mesesatrs

    OneofthebestpostsI'veseenonthissubreddit.enlace

    [] Papochka 20puntos3mesesatrs

    Thewholeconspiracyandshadyenvironmentofyourpostmadeitperfect:DSopoetic,muchnuar!enlace

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 15/23

    [] MandrakeRootes 22puntos3mesesatrs

    Dontknowifintentionalthatifthe4thplayerisaBPyoudontgeta5thplayer.Ifnotyoudongoofedmate,youneedbetterresearchingskills.Otherwise,verydeepunderstandingofMatchingProblems,Ritoshouldhireyoutoimprovetheiralgorithm.enlace

    [] chofol 7puntos3mesesatrs

    Inoticedthisaswell,healsoforgota}attheveryend.enlace padre

    [] Gockel 12puntos3mesesatrs

    {{{{{{ohhowmanyhoursispentsearchingforthelast}}}}}enlace padre

    [] DominoNo 9puntos3mesesatrs

    Andintheendyoualwaysforgettheenlace padre

    [] C0ldSn4p 7puntos3mesesatrs

    No,ifthereisno{afteraniforelse,thenonlythefirstinstructionisintheif/elsestatement.if(foo)bar1bar2isthesameasif(foo){bar1}bar2Thereishoweveranindentationmistakebutasit'snotpythonitdoesn'tmattertothecodeenlace padre

    cargarmscomentarios(5respuestas)

    cargarmscomentarios(2respuestas)

    [] DodsferdTR 6puntos3mesesatrs

    SOYOUGUYSARESAYINGTHISGUYISATROLLANDALLHEHADSAIDISALIE?HEMADEPERFECTSENSE.enlace

    [] TSM_Bjergson 7puntos3mesesatrs

    lollegalactionenlace

    [] Jushak 26puntos3mesesatrs

    ThesadpartishowmanybadplayerstrulybelievesomethinglikethisexistsandclaimthatRiotisouttogetthem.Thefunnypartaboutthemisthatyoucanspectatetheirgamesandseetherealreasonstheylose.enlace

    [] Grodek 8puntos3mesesatrs

    Alsostatistics.Sometimesyougoonwinningstreaksyoudon'tdeserve(akaIcarried)andsometimesonloosingstreaksyoudon'tdeserve(akaOMGwood5team).

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 16/23

    enlace padre

    [] Glodaddy 7puntos3mesesatrs

    Yes!BELIEVEINTHEWOODDIVISION!enlace padre

    cargarmscomentarios(5respuestas)

    [] jsprn [karlashfull](EUNE) 5puntos3mesesatrs

    player=Player.getPlayerWithAHabitOfPickingTrolls()whenbelow50%winrateyougettrundlemainsenlace

    [] kruzus 5puntos3mesesatrs

    "Otherwise,legalactionsWILLfollow."LOLenlace

    [] icecreamrepublic 4puntos3mesesatrs

    Chaika?enlace

    [] slowstrafe 2puntos3mesesatrs

    Yes,Chaika.enlace padre

    [] Sylailene 3puntos3mesesatrs

    Chaikaenlace padre

    [] Head5hot 16puntos3mesesatrs

    Haveanupvotefortheeffort,thatcrackedmeupforreal.enlace

    [] mySTASH 2puntos3mesesatrs

    Iwanttoupvotethis,butI'mafraidthatpeoplewillactuallybelieveitandstartwhiningaboutBP'sinchat.enlace

    [] Qustom 4puntos3mesesatrs

    900gamesonviktor?FuckingBPreportedenlace padre

    cargarmscomentarios(1respuesta)

    [] yolostyle 3puntos3mesesatrs

    Ophelppls,Ican'tfindaRitofolderenlace

    cargarmscomentarios(1respuesta)

    [] Vcvc 5puntos3mesesatrs

    ThebestthingIhavereadallday.10/10enlace

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 17/23

    [] andris91 5puntos3mesesatrs

    Thematchmakingisintheclient?Intheclient???What,thatdoesn'tsoundright.enlace

    [] UncommonDandy 3puntos3mesesatrs

    IcallBS,nowayRito'scode,evenasimpleone,issowellwrittenandunspaghettilike

    YesIgetit'sa

    joke

    enlace

    [] omnomcookiez 4puntos3mesesatrs

    ITT:SomuchWhoosh.enlace

    [] Parasymphatetic (EUW) 3puntos3mesesatrs

    Theamountofpeoplethatdon'tseethatthisisn'taseriouspostisreallysaddening.enlace

    [] olegreg41 4puntos3mesesatrs

    "I'llcreateaGUIinterfaceusingVisualBasic,seeifIcantrackanIPaddress"enlace

    [] Redempti 3puntos3mesesatrs

    Mygoodness,Ican'tbelievepeopleareactuallybelievingthisLOL.enlace

    [] ZeroKibishi 3puntos3mesesatrs

    Funfact:Thisisajoke.enlace

    [] Wtfisthisgamebtw 4puntos3mesesatrs

    GreetingsNopai.ThisisnotanautomatedresponsefromRiotGames.Webelievetheissuesyouareencounteringarebeinginvestigatedaswespeak.Ifyouhaveanyfurtherquestionspleasedonothesitatetoask.Regards,RiotAutomatedresponserRiotgamesSinged.enlace

    [] squngy 6puntos3mesesatrs

    if(Player.getPlayer().getWinratio()>0.5){player1=Player.getPlayer();player2=Player.findPlayer();player3=Player.findPlayer();if(Math.random()>0.5)player4=Player.findBalancingPlayer())elseplayer4=Player.findPlayer();player5=Player.findBalancingPlayer();}

    SoIfmywinratioisabove50%Ihaveto4v5?IsthisthereasonforallthoseAFKS???

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 18/23

    Scumbagrito,youwenttoofar!enlace

    [] FlashPwn 2puntos3mesesatrs

    NoonlyonelineisaffectedbytheelseclauseItisbadlytabbedcodeTheplayer5willalwaysberolleditisunaffectedbytheconditioninordertoaffectmultiplelinesbyaclauseyouneedtouseparenthesislikesoelse{player4player5}enlace padre

    cargarmscomentarios(2respuestas)

    cargarmscomentarios(2respuestas)

    [] Gemuese11 3puntos3mesesatrs

    illerminateyenlace

    [] throwballsonem 3puntos3mesesatrs

    Riotreadingtitleandbelike:FCKFINALLYSOMEONEGOTIT.Readingthreadandbesoooeased.enlace

    [] DeathToast 3puntos3mesesatrs

    Iwenttomy"C:\ProgramFiles\RitoGames"andimportedtheprojectintomyIDE.that'ssomeAnonymouslvlhaxoverhereenlace

    [] BcklunD 3puntos3mesesatrs

    LolIactuallybelievedituntilIread"getToxicPlayer"inthepseudocodeforifyouhavemorethan50%winrate:Denlace

    [] StinkyMilkman 3puntos3mesesatrs

    Trollsterpieceenlace

    [] 403redditor 3puntos3mesesatrs

    SothisexplainswhyIstillhaven'thitGoldwithover1000rankedgamesinSilverthisseason.enlace

    [] fapple_sauce 3puntos3mesesatrs

    Careful....somesaltyplayerstuckin"elohell"maytakethisseriously.enlace

    [] dracoryn 3puntos3mesesatrs

    This.I'vealwaysnoticedthemoreyoustartwinning,youalwaysstartgettingextremelydeadweightplayerstokeepyoufromwinning.Attheendofadecentwinstreak,Ialwaysgetburntoutfromtryingtocarryuncarriableplayersmultiplegamesinarow.enlace

    [] immareasonableman 3puntos3mesesatrs

    So...insteadofraginglike"Stopfeeding,youfeeder!"shouldwesay"YOU'REABALANCINGPLAYER!"

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 19/23

    enlace

    [] DancepantsX 3puntos3mesesatrs

    Couldsomeoneexplainwhypseudointellectualtrollingisgettingupvotedsomuch?Doesthispostactuallylooklegitimatetosomepeople?enlace

    [] Daxzterr 3puntos3mesesatrs

    "ThisismyfirstpostonReddit,butI'mafraidtheyaretrackingmedownandIhadtogetitoutbeforeit'stoolate."Nopaiinjailconfirmed.enlace

    [] cakebattaLoL 3puntos3mesesatrs

    LookslikeBPisstilltoblame,alltheseyearslater.enlace

    cargarmscomentarios(1respuesta)

    [] logorogo 3puntos3mesesatrs

    Funny,becausethereisprobablyslightlyalittletruthbehindit.enlace

    [] Lylat97 3puntos3mesesatrs

    Jokesaside,IDOhonestlybelievethatmatchamkingisMUCHworseoffthanitwasbeforethey"revamped"itsomefewyearsago.enlace

    [] hatebull 5puntos3mesesatrs

    Athenecalleditawhileago.enlace

    [] [deleted]2puntos3mesesatrs

    OLOLOLenlace padre

    [] Shengbo 4puntos3mesesatrs

    750/750enlace

    [] Staktaz1 3puntos3mesesatrs

    NowjustupgradetoManamuneenlace padre

    [] vaynebot 2puntos3mesesatrs

    Iwonderhowmanypeoplespreadthewordinsilvernowthatelohellisrealandtheygotdemproofs.:Denlace

    [] lowbeat 2puntos3mesesatrs

    IactuallybelievedyouuntilIsawyou"got"codefromlocalfilesinsteadofstealingitsomehowfromserver,wellplayedthough,hilarious.enlace

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 20/23

    [] Cognosci 2puntos3mesesatrs

    player=Player.getPlayerWithUnstablePing()RitomakinginsidedealswithVerizonandComcasttosupplyrequiredplayerbase.Youhearditherefirst.enlace

    cargarmscomentarios(1respuesta)

    [] NewbornMuse 2puntos3mesesatrs

    WhenIreadthattitleIthought"thisbetterbeaspoof".Itis.Todayisagoodday.enlace

    [] zMarcoo 2puntos3mesesatrs

    Hadmegoinguntilthesilverpart,it'scommontohaveanegolikethat,IstillremembermethinkingIdeservedhigherthansilver,inplatinumnowafterlosingthategoenlace

    cargarmscomentarios(3respuestas)

    [] TheThinkerYT 2puntos3mesesatrs

    Ifeelslowfornotrealizingitwasatrolltillireadsilver4promos.Thewholeishouldin_____divisionjustmademethinkcockyandiskippedtheentireprogrammingjargonenlace

    [] Macscrue 2puntos3mesesatrs

    Thispostgavemethesamefeelagoodcreepypastadoes.enlace

    [] DeadlyWolf844 2puntos3mesesatrs

    Illuminaticonfirmedenlace

    [] Potatoepirate 2puntos3mesesatrs

    Besttrollpostinawhileenlace

    [] Yuvalyo 2puntos3mesesatrs

    itfindsaplayerwitheither1)averylowwinratio,2)alotofreports,3)abadinternetconnection,4)alotoftrollpicks.elseplayer=Player.getPlayerWithAHabitOfPickingTrolls()

    LOLLLsoGoodir88/8m8enlace

    [] arcanition 2puntos3mesesatrs

    I'msadtosaythatthiswasagiantWHOOSHformeuntilIgottotheOneTrickPonyMidpart.enlace

    [] HelloTittie 2puntos3mesesatrs

    Soitistruethatrito"balancing"teams.WhenIplaynormalanddomybestIlose.ButrightafterthatwhenIwanttotrollandplayforexampleOriannasupportwithTPandignitemyteamplaysogood.lolfukyourito

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 21/23

    enlace

    [] ViciousGod 2puntos3mesesatrs

    lol,wonderhowmanywillthinkyou'rebeingfactualandserious.enlace

    [] MorphingShadows 2puntos3mesesatrs

    LeagueOfIlluminati.enlace

    [] dirj15 2puntos3mesesatrs

    Here'sthekicker.It'sriotsgameandtheycandow/ethehelltheywantenlace

    [] yes_thats_right (NA) 2puntos3mesesatrs

    Eventhoughthisisajokeitisprobablynotfarfromthetruth.Matchmakinghasasignificantimpactontheoutcomeofourgames(muchmorethanwhetherSivirgetsanadditional+12basemana),yetwenevergettoldhowitworks.Inagamewheretheoutcomeislargelydeterminedbyhowmanymistakesyourweakestplayermakes,itwouldbenicetoknowhowtheplayersonyourteamarebeingselected.enlace

    [] Therealjohnsmith01 2puntos3mesesatrs

    Iwouldjustliketothankyouforfinallyexposingsomethingtheyweallnewwasgoingonbehindthescenes,Itoaminthelowerdivisionsofsilverandamconstantlyplacedwithtrolls.FinallysomereliefandproofthatRIOTareindeedscumandthematchmakingprocessistotalbullshit.SomethingIhavebeensayingforyears.Againthankyou.enlace

    cargarmscomentarios(1respuesta)

    [] [deleted]2puntos3mesesatrs

    Nowweknowwhatthereportsystemisreallybeingusedfor.Stopreportingpeopleandtheywillhaveahardtimefiguringoutwhata"balancingplayer"is.enlace

    [] picklegauze 2puntos3mesesatrs

    topkekenlace

    [] Gooleshka 2puntos3mesesatrs

    Riothateshim!enlace

    [] PenPaperShotgun 2puntos3mesesatrs

    Thingisthough,peoplethatlosebecause011midlanereventhoughthewarnedaboutganks,toldthemtowardandpinged.Butthissubreddithasa"Youcanalwayscarrymentality"andit'snottrue.Yougettwoabsolubtefeedersonyourteamandyouaren'twinning.Onepersoncan'tcarryinthismeta,itstooeasytosimplylock(you)thefedguydown.Youcan'tcarryleagueanymorelikeyouusedtobeableto.Hell,youcan'tevenwardasasupport,youhaveONEjob,togetvisiontomakeplays,andyoucanonlyplace3wardsand1pinkandthenevenasasupportyouhavetoasktheteam.

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 22/23

    "Nowards!"noshit,Iliterallycanonlyplace3.enlace

    cargarmscomentarios(1respuesta)

    [] flitzbue 2puntos3mesesatrs

    besttrollever10/10enlace

    [] sexyeh 2puntos3mesesatrs

    WhatitakefromthisisthatyouareabadLeagueplayerandbadatcoding^

    enlace

    cargarmscomentarios(1respuesta)

    [] crapp7y 2puntos3mesesatrs

    Thankyousirformakingmyday,ireallyneededthis.enlace

    [] bowser445 2puntos3mesesatrs

    Idoubtmatchmakingisdoneclientside.Couldyoupointoutthespecificfilethatyouopened?BecauseIdon'tseeanysourcefiles,onlyexecutables.enlace

    cargarmscomentarios(2respuestas)

    [] ubbarina 2puntos3mesesatrs

    lolsuchbsbro,goodtrythoenlace

    [] xSoleil 2puntos3mesesatrs

    lol.enlace

    [] Sodehs 2puntos3mesesatrs

    Player.GetToxicPlayer()ofcit'sriotcoding/senlace

    [] srosell984 2puntos3mesesatrs

    andhowdoyouthinkotherpeoplecanscale?luck?andwitchlegalactionsareyougoingtodo.roflmaoenlace

    [] syther555 2puntos3mesesatrs

    Justfyi,youhavenolegalactionpossible,butgoodworkonthecode.enlace

    [] Mixtorek 2puntos3mesesatrs

    lolathenehadthisfiguredoutmorethatayearagohttps://www.youtube.com/watch?v=Z4P7yakJyg4enlace

  • 27/11/2014 Matchmakingalgorithm:theinvestigation'sshockingtruth:leagueoflegends

    data:text/htmlcharset=utf8,%3Cdiv%20id%3D%22siteTable%22%20class%3D%22sitetable%20linklisting%22%20style%3D%22margin%3A%200px 23/23

    [] Frostmage82 2puntos3mesesatrs

    Ilovethatsomeonegavegoldforthispost.I'dbeeagertoknowifthatpersongavegoldbecausetheythoughtitwasrealandtheOPwasuncoveringthisRiotconspiracy,oriftheydidsobecausethisisoneofthebestandmostelaboratetrollpostsevermadeonthissub.Anyway,totheOP,nicepost,I'mgladthisleveloftrollingmadeittothefrontpage.enlace

    [] Manzarek123 2puntos3mesesatrs

    Wasfunnyandsomeofitcanbethetruth.but1.Thesourcecodeisnotinthegamefolders.2.Theonlywaytoseeacodeistodissasembleit(allyouseeisasm).3.ThecodefortheMatchmakingisSERVERSIDE.enlace

    [] thundersjokz 2puntos3mesesatrs

    Whatdoesitmatteriftheguyissilver4?IbelievethereissomethingbehindrankedmatchmakingbecauseafriendandIduo'dandwereunstoppableandgavemea58%winrateinranked.ThensuddenlyIgetonthehugestlosestreakthatgotmedemotedalmostthreetimesandIgetbackto5051%winrate.enlace

    [] DecibeLDancE 2puntos3mesesatrs

    Ihadagoodlaugh.Thankyoubro:)enlace

    [] Sherool [Sherool](EUNE) 2puntos3mesesatrs

    WonderhowmanypeoplewillswallowthiswholeandciteitasevidencewhytheyshouldbeDiamond:Denlace

    cargarmscomentarios(1respuesta)

    [] MasterEvilAce (NA) 2puntos3mesesatrs

    Astrollasthisis,theconceptofa"BalancingPlayer"canprobablyactuallybeappliedtorealgames,andrealmatchmaking.Notthatthegameintentionallyputssomebodybadonyourteam,butratheryouhavetocarrysomeoneworsethanyoutosucceed.enlace