maxyz

VanDragoon
Does anyone have information about a website that tracks the number of Skirmish Arenas won and lost? Back in Draenor/BFA, there was a site where twinks could check their rating in Skirmish Arenas, but I can’t find it, and I’m not sure if it’s still working.

Now that BGs take so long to pop, or sometimes don’t pop at all, it might be a good idea to bring that system back, at least for those of us who play regularly.

By: Maxyz
 
someone with less brain damage than me can probably update this old script to tell you a targets 2v2 record/rating

/run InspectUnit("target")InspectFrameTab2:Click()C_Timer.After(1,function()local a,b,c=GetInspectArenaData(5)print(format("%s, %s %d, %s (%d%% winrate)",ARENA_BATTLES_2V2,PVP_RATING,a,PVP_RECORD_DESCRIPTION:format(c,b-c),100*c/b))end)

edit: turns out it still works, you just have to target someone who has actually done arenas and not your mothballed twink lol
 

Users who are viewing this thread

Top