Thread Tools Display Modes
10/31/20, 11:44 AM   #1
Gedalya
Join Date: May 2014
Posts: 7
PvP, AvA, Leaderboards Question

Is there a way I can poll for the current state of the leaderboards when I am in PvP AvA? I would like to create an addon that lists this information on screen, mitigating the need to check for those of us who are score minded.
  Reply With Quote
10/31/20, 12:48 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Maybe this info helps:
https://www.esoui.com/forums/showthr...ht=leaderboard

Else check the current API txt files linked in the APIVersion history of the wiki:
https://wiki.esoui.com/APIVersion

The ESOUIDocumentation files are the ones to look into. You should find leaderbaord related stuff in there if it exists.
Just do a text search for pvp, rank, ava, board, leader or similar search terms.

The source code of the leaderboards can be found here:
https://github.com/esoui/esoui/tree/...e/leaderboards
The AVA one should be this https://github.com/esoui/esoui/blob/...rds_shared.lua
-> basing on ZO_LeaderboardBase_Shared: https://github.com/esoui/esoui/blob/..._shared.lua#L5

Last edited by Baertram : 10/31/20 at 01:25 PM.
  Reply With Quote
10/31/20, 01:16 PM   #3
Gedalya
Join Date: May 2014
Posts: 7
Thumbs up

Originally Posted by Baertram View Post
Maybe this info helps:
https://www.esoui.com/forums/showthr...ht=leaderboard

Else check the current API txt files linked in the APIVersion history of the wiki:
https://wiki.esoui.com/APIVersion

The ESOUIDocumentation fiels are the ones to look into. You should find leaderbaord related stuff in there if it exists.
Just do a text search for pvp, rank, ava, board, leader or similar search terms.

The source code of the leaderboards can be found here:
https://github.com/esoui/esoui/tree/...e/leaderboards
The AVA one should be this https://github.com/esoui/esoui/blob/...rds_shared.lua
-> basing on ZO_LeaderboardBase_Shared: https://github.com/esoui/esoui/blob/..._shared.lua#L5
Thanks!!! 100 points!
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » PvP, AvA, Leaderboards Question

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off