Classic is good. Some of the most fun I’ve had was playing hardcore. By the time I got lvl 50 I kinda died on purpose tho because I just needed to be saved from leveling.
Makes sense tbh
He has about 100k more. And I play this game a lot. There’s no way someone could do something that much and not love what they’re doing.
Is it super tine consuming to go through alts and everything? And does it flag fake alts? I know I’ve name changed or race/faction transferred some characters and it duplicates them on check pvp.
Also, does it track shuffle games in the 3v3, or no?
Hard to explain but data is in different locations:
for the leaderboard data (2v2,3v3,blitz(by spec),solos(by spec), rbgs) its in top 5000 people format for each season: /data/wow/pvp-season/{pvpSeasonId}/pvp-leaderboard/{pvpBracket}
it gives the columns like: current rating, ranking on the leaderboard, bracket(2v2,3v3,rbg,solo,blitz), wins, losses, total matches played and toon name, toon server (but no spec details for 2v2,3v3,rbg)
for specific toons achievements and stats you have to look at: /profile/wow/character/{realmSlug}/{characterName}/achievements/statistics
for each toon…
As for whether it is time consuming, yes to find the data and write the code specifically for that table it took me afew hrs with the help of chatgpt haha. but once the code is written I can take multiple alts from the check-pvp page and it sorts it into a nice table with the press of a button.
as for how check pvp does their alts checking I am not sure but it may be to do with timing of achievements… who knows how they do it…
So when it reports the columns of “total arenas played” and “total 3v3” does that include 3v3 AND shuffle, or just regular ladder 3v3??? Sorry if you explained that and I didn’t understand the answer.
imo its not shuffle, but there is no documentation from blizzard to clarify. I would say total arenas played includes 2v2,3v3,5v5 and skirms(possibly). but those are the numbers directly from the api
you can find these achieve values in game (press Y → Player vs Player Tab → Rated Arenas)