PvPAssistant

PvPAssistant

5.4k Downloads

Player Tooltip: Data from Battlenet API

derfloh205 opened this issue ยท 5 comments

commented

If we want to show the player tooltip pvp score data without wierd delay and bugging out the ingame inspect player window we need to fetch the data (per realm / per zone) via bnet api outside of the client and then put it into the addon

commented

Impossible to implement impossible to get all player names realms and information for all characters data information would exceed one terabyte in size

commented

I mean Raider.io does the same and they compress the data down to a few bytes per character (about 60mb for all r.io characters on eu)

commented

@Ulminia @Larsj02 @derfloh205 its clearly not impossible to do so ulminia get that working.

commented

@Larsj02 Maybe you can take a look at this also?

commented

@Ulminia did the hard prework and we now have a first file ๐Ÿ˜Ž

I will now put that into the addon and rework the tooltip code to use that within this issue