Download
(5 Kb)
Download
Updated: 03/20/15 10:32 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:03/20/15 10:32 PM
Created:12/03/14 06:33 PM
Monthly downloads:46
Total downloads:5,969
Favorites:7
MD5:
Categories:Discontinued & Outdated, Character Advancement, Raid Mods, ToolTip
HyperToxic's Leaderboard  Popular! (More than 5000 hits)
Version: 1.2
by: HyperToxic, jaaf
Finally, HyperToxic’s Leaderboard! A way to see who in guild, party, friends or if the current target is on the raid leaderboards.

This add-on was initially developed by HyperToxic the GM of <Lost Relic> to identify player’s leaderboard achievements.

Features:
  • Movable target window that shows top 100 rank and time for current target
  • Tooltip information for the guild roster, party and friends list.
  • Displays your currently logged in character's raid leaderboard ranks in chat.
  • Creates a global searchable Lua table for raid leaderboards.
Tooltip work done by the talented jaaf!
Post A Reply Comment Options
Unread 12/31/14, 07:10 AM  
HyperToxic
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
Patch is on its way!

Thank you Garkin.

I will patch it right away.
Report comment to moderator  
Reply With Quote
Unread 12/22/14, 07:06 PM  
Garkin
 
Garkin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 832
File comments: 1097
Uploads: 33
Originally Posted by HyperToxic
This seems to rarely occur when the Leaderboard data is not available from the server.

I've seen this occur after having a group disconnect and kicked from AA hardmode and after reloading the game client the Leaderboard data was not immediately available.

Try reloading your ui with /reloadui. Please let me know if the problem persist.

Originally Posted by Puseidr
Just add simple nil check the same way as you have in function htLeaderboard:ShowTooltip. You will not need to deal with unexpected UI errors later.

Original function:
Lua Code:
  1. function htLeaderboard:GetCharectorNameRaidLeaderboardData(leaderboardName, charName)
  2.     for key,value in pairs(htLeaderboard.raidLeaderboardData[leaderboardName]) do
  3.         if (key == charName) then
  4.             return value
  5.         end
  6.     end
  7.     return nil
  8. end
The same function with nil check, so the reported error will never happen again:
Lua Code:
  1. function htLeaderboard:GetCharectorNameRaidLeaderboardData(leaderboardName, charName)
  2.     local data = htLeaderboard.raidLeaderboardData[leaderboardName]
  3.     if data then
  4.         for key,value in pairs(data) do
  5.             if (key == charName) then
  6.                 return value
  7.             end
  8.         end
  9.     end
  10.     return nil
  11. end
Last edited by Garkin : 12/22/14 at 07:08 PM.
Report comment to moderator  
Reply With Quote
Unread 12/17/14, 08:48 AM  
Axier

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by QuadroTony
request feature - settings!
we need be able to choose which strings will be displayed and which - not
^ Basically, without it -- it is useless somewhat.
Report comment to moderator  
Reply With Quote
Unread 12/15/14, 05:13 AM  
HyperToxic
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
This seems to rarely occur when the Leaderboard data is not available from the server.

I've seen this occur after having a group disconnect and kicked from AA hardmode and after reloading the game client the Leaderboard data was not immediately available.

Try reloading your ui with /reloadui. Please let me know if the problem persist.

Originally Posted by Puseidr
Report comment to moderator  
Reply With Quote
Unread 12/14/14, 11:03 AM  
Puseidr

Forum posts: 5
File comments: 16
Uploads: 0
Last edited by Puseidr : 12/14/14 at 11:03 AM.
Report comment to moderator  
Reply With Quote
Unread 12/04/14, 02:19 PM  
HyperToxic
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
great idea, we are exploring this option.

Originally Posted by timidobserver
Great idea.

It would be awesome if there was some way to attach this information to whispers as well. Basically, a way to make it so that you can see the ranking information for anyone that whispers you. This would be useful for forming up timed run groups.

What I am envisioning would work exactly like Chat2Clipboard in terms of UI functionality(http://www.esoui.com/downloads/info5...Clipboard.html.) An tiny icon would appear next to each name in your chat window, and if you click it a small window would appear showing the ranking information on that person.
Report comment to moderator  
Reply With Quote
Unread 12/04/14, 02:19 PM  
HyperToxic
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 23
Uploads: 2
great idea, will see about getting these added.

Originally Posted by QuadroTony
request feature - settings!
we need be able to choose which strings will be displayed and which - not
Report comment to moderator  
Reply With Quote
Unread 12/04/14, 09:40 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
request feature - settings!
we need be able to choose which strings will be displayed and which - not
Report comment to moderator  
Reply With Quote
Unread 12/03/14, 08:25 PM  
timidobserver

Forum posts: 37
File comments: 299
Uploads: 0
Great idea.

It would be awesome if there was some way to attach this information to whispers as well. Basically, a way to make it so that you can see the ranking information for anyone that whispers you. This would be useful for forming up timed run groups.

What I am envisioning would work exactly like Chat2Clipboard in terms of UI functionality(http://www.esoui.com/downloads/info5...Clipboard.html.) An tiny icon would appear next to each name in your chat window, and if you click it a small window would appear showing the ranking information on that person.
Last edited by timidobserver : 12/03/14 at 08:26 PM.
Report comment to moderator  
Reply With Quote
Unread 12/03/14, 07:25 PM  
jaaf

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by QuadroTony
great =)
add some screenshots pls too =)
Screenshots added!
Report comment to moderator  
Reply With Quote
Unread 12/03/14, 06:50 PM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
great =)
add some screenshots pls too =)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: