Download
(40 Kb)
Download
Updated: 06/02/18 09:01 PM
Pictures
File Info
Compatibility:
Summerset (4.0)
Morrowind (3.0)
Homestead (2.7)
One Tamriel (2.6)
Shadows of the Hist (2.5)
Dark Brotherhood (2.4)
Thieves Guild (2.3)
Orsinium (2.2.4)
Updated:06/02/18 09:01 PM
Created:02/14/15 08:41 PM
Monthly downloads:129
Total downloads:55,073
Favorites:45
MD5:
Circonians PvP Ranks  Popular! (More than 5000 hits)
Version: 2.5d
by: Denidil [More]
What does it do?
PvP Ranks displays a list of all of the PvP ranks with icons.
Each rank also has a tooltip when you mouse over it to tell you what XP the rank starts & ends at and if any Assault/Support ranks are unlocked as a reward for reaching that pvp rank.

It will highlight your current pvp rank in red & every time you open the window it will scroll your pvp rank to the middle of the scroll list, so you can easily see where you are.
Version 2.4 --

Bug Fix Fixed a bug in the bug fix that fixed a bug introduced in 2.2 :D
Version 2.3 --

Bug Fix Fixed a bug introduced in 2.2 that would cause an error when PvPRanks was loaded on a character that did not have an assigned campaign.
Version 2.2 --

Code Update Made some changes so PvP Ranks will correctly handle the upcoming changes to the AVA skill line Ranks alliance point requirements.
AP Icons Added an inline icon with AP amounts to reflect that the values are AP values.
Comma Delimiters Added comma delimiters to values to make large ap values easier to read.
AP Icons Added the AP amount at which the unlock actually occurs, not all skill line unlocks occur at the same time you gain an AVA Rank.
Skill Unlocks Added skill unlocks to the tooltips. The tooltips now show the skill line rank that is unlocked as well as any skill active/passive skills that are unlocked at the skill line rank.
Version 2.1 --

API Update No changes, just an API update
Version 2.0 --

API # Update
Version 1.8 --[indent]
Current Rank Color Added a settings menu to allow you to choose the color of your current rank.[indent]

Version 1.7 --[indent]
Invalid Keybind A while back the PvP Ranks window was integrated into the "Alliance War" UI window and the "Toggle Window" keybind was no longer needed. I forgot to remove the keybind since it is no longer used. It has now been removed.[indent]

Version 1.6 --[indent]
Added code to update your characters highlighted AvA Rank when you rank up. I do not do AvA so I did not test it. It is only about 5 lines of code so there shouldn't be any problems, but if there is let me know.[indent]

Version 1.5 --[indent]
ESO Stats Compatability Added some code to resize & reposition the window slightly if ESO Stats is installed so that it won't overlap with the ESO Stats button.[indent]

Version 1.4 --[indent]
Updated API Version Number [indent]

Version 1.3 --[indent]
Bug Fix The ranks in the scroll list were duplicating on player activation. It has been fixed.[indent]
Version 1.2 --[indent]
ESO Stats Compatability Added some code to resize & reposition the window slightly if ESO Stats is installed so that it won't overlap with the ESO Stats button.[indent]
Version 1.1 --

Fixed Rank Bugs

0 Rank Ranks were starting at 0 for Citizen, instead of 1
Rank Unlocks I do not PvP & Missunderstood the rank unlock rewards. I thought the pvp ranks actually unlocked the pvp skill line skills. That has been removed from the tooltips & replaced with the (hopefully) correct unlocks for the given pvp ranks.
Integrated UI Into Campaign Overview Window
Colored Rank Your Rank will now appear in Red.
Centered Rank Everytime the window is shown it will scroll your rank to the center of the scroll window (if possible).
Archived Files (21)
File Name
Version
Size
Uploader
Date
2.5c
41kB
Denidil
05/22/17 09:29 AM
2.5b
41kB
Denidil
02/07/17 09:30 AM
2.5
41kB
Denidil
10/27/16 12:52 PM
2.4e
41kB
Denidil
10/05/16 11:38 AM
2.4d
41kB
Denidil
08/01/16 03:56 PM
2.4c
41kB
Denidil
05/31/16 07:27 PM
2.4b
41kB
Denidil
04/21/16 10:40 AM
2.4
40kB
circonian
02/27/16 08:57 PM
2.3
40kB
circonian
02/26/16 05:34 PM
2.2
40kB
circonian
02/19/16 05:01 AM
2.1
39kB
circonian
11/03/15 03:19 PM
2.0
34kB
circonian
08/31/15 06:54 PM
1.9
34kB
circonian
08/31/15 06:50 PM
1.8
34kB
circonian
04/09/15 09:25 PM
1.7
4kB
circonian
03/31/15 01:51 PM
1.6
4kB
circonian
03/07/15 05:48 PM
1.5
4kB
circonian
03/06/15 07:28 PM
1.3
4kB
circonian
02/20/15 04:33 AM
1.2
4kB
circonian
02/19/15 08:40 PM
1.1
4kB
circonian
02/15/15 04:35 AM
1.0
3kB
circonian
02/14/15 08:41 PM


Post A Reply Comment Options
Unread 04/09/15, 09:26 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Re: Text Colour

Originally Posted by Enodoc
A personal niggle - is there a way I can tweak the code to make the red highlight green instead?
I added a settings menu to allow you to adjust the color of your current rank.

Posted Version 1.8
Report comment to moderator  
Reply With Quote
Unread 04/09/15, 04:18 PM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Linea 206, replace

Lua Code:
  1. rowControl: SetColor(1,0,0,1)

with

Lua Code:
  1. rowControl: SetColor(0,1,0,1)

(r, g, b, alpha)
Report comment to moderator  
Reply With Quote
Unread 04/09/15, 04:04 PM  
Enodoc
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 159
Uploads: 6
Text Colour

This is a great addon, and I love how it fits nicely into the corner of the window. A personal niggle - is there a way I can tweak the code to make the red highlight green instead? I find red-on-black a bit hard to read, and AP totals and the Alliance War progress bar are all green, so I'd like it to match up (Also, the Justice System is using red all over the place )
Report comment to moderator  
Reply With Quote
Unread 03/31/15, 01:57 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by QuadroTony
error when press keybind "toggle window"
its redundand function right?
Ah, that is outdated. That keybind should no longer exist, it is from when the PvP Ranks window was its own window. After I integrated the PvP Ranks window into the Alliance War window there is no longer a need for the "Toggle Window" keybind.

It has been removed. Posted Version 1.7
Report comment to moderator  
Reply With Quote
Unread 03/31/15, 08:15 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
error when press keybind "toggle window"
its redundand function right?

Report comment to moderator  
Reply With Quote
Unread 03/09/15, 10:01 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by Kevinmon
This is one of those add-ons that I didn't know I wanted until it existed. Now that I have it, it is awesome. Thank you!
Glad you like it
Report comment to moderator  
Reply With Quote
Unread 03/09/15, 09:55 PM  
Kevinmon

Forum posts: 17
File comments: 150
Uploads: 0
This is one of those add-ons that I didn't know I wanted until it existed. Now that I have it, it is awesome. Thank you!
Report comment to moderator  
Reply With Quote
Unread 03/07/15, 05:49 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by Ayantir
Could you add something that when we gain a pvp rank the red text change from the old one to the new rank?

thank you.
Added.
I do not do AvA and didn't want to run around forever trying to level to test it :P, but it was only like 5 lines of code. I doubt there are any problems, but if you have any trouble let me know.

Added, Posted Version 1.6
Last edited by circonian : 03/07/15 at 05:50 PM.
Report comment to moderator  
Reply With Quote
Unread 03/07/15, 07:32 AM  
Enodoc
AddOn Author - Click to view AddOns

Forum posts: 52
File comments: 159
Uploads: 6
Originally Posted by circonian
Originally Posted by yvette
works now great work !

but why are rank 49 and 50 displaying 4 stars instead of 5 stars ?
http://www.uesp.net/wiki/Online:Alliance_Points

I don't know where they got that 5 star texture, but the game API says that ranks 47-50 all use the same 4 star texture as returned by both:
GetAvARankIcon(integer rank)
GetLargeAvARankIcon(integer rank)
We got the icons direct from ZOS Community Support, so it's a UI error if the API is calling the 4 stars icon for both Overlord and Grand Overlord.
Report comment to moderator  
Reply With Quote
Unread 03/07/15, 01:36 AM  
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1019
File comments: 1531
Uploads: 31
Could you add something that when we gain a pvp rank the red text change from the old one to the new rank?

thank you.
Report comment to moderator  
Reply With Quote
Unread 03/06/15, 08:54 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by joshmiller83
For some reason it is still incrementing the list and I have a Long list repeating all the ranks over and over.
Was that with 1.4? Try version 1.5.

When I uploaded the updated version for the new API, I accidently updated an old copy of PvPRanks and uploaded it as version 1.4. It may have been a version from before I fixed that problem.

Try version 1.5, if its still doing it let me know, but I looked at the code I uploaded again real quick & didn't see any reason for it to do that...so I'm guessing that was the problem.
Report comment to moderator  
Reply With Quote
Unread 03/06/15, 08:17 PM  
joshmiller83
AddOn Super User
 
joshmiller83's Avatar
Premium Member

Forum posts: 70
File comments: 243
Uploads: 0
For some reason it is still incrementing the list and I have a Long list repeating all the ranks over and over.
Report comment to moderator  
Reply With Quote
Unread 03/06/15, 07:29 PM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by yvette
1.6 made your addon collidate with esostats.com addon again.
Woops, when I updated the API version I updated & uploaded an old version from before I fixed that.
I posted a new version it should be fixed now.
Report comment to moderator  
Reply With Quote
Unread 03/05/15, 07:12 AM  
yvette

Forum posts: 31
File comments: 42
Uploads: 0
1.6 made your addon collidate with esostats.com addon again.
Report comment to moderator  
Reply With Quote
Unread 02/21/15, 09:10 AM  
circonian
AddOn Author - Click to view AddOns

Forum posts: 613
File comments: 804
Uploads: 27
Originally Posted by yvette
works now great work !

but why are rank 49 and 50 displaying 4 stars instead of 5 stars ?
http://www.uesp.net/wiki/Online:Alliance_Points

I don't know where they got that 5 star texture, but the game API says that ranks 47-50 all use the same 4 star texture as returned by both:
GetAvARankIcon(integer rank)
GetLargeAvARankIcon(integer rank)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: