Download
(8 Kb)
Download
Updated: 03/07/24 06:50 PM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Necrom (9.0.0)
Updated:03/07/24 06:50 PM
Created:07/28/23 07:52 PM
Monthly downloads:78
Total downloads:820
Favorites:1
MD5:
9.3.0
Equipped Champion Stars - Equipped CP
Version: 1.1.1
by: notnear [More]
Optional Dependencies:
LibAddonMenu and LibSlashCommander

Inspired by Currently Equipped and made in similar style.

Commands:
Code:
"/equippedcp", "/ecp" - Toggle window
"/ecpa", "/ecpall"    - Toggle show all Champion Point types (Craft, Warfare and Fitness)
"/ecpc"               - Toggle show Craft
"/ecpw"               - Toggle show Warfare
"/ecpf"               - Toggle show Fitness
"/ecp/combat"         - Toggle hide in combat
"/ecp/menu"           - Toggle hide in menus
"/ecp/lockui"         - Toggle lock UI

"/ecpsettings"        - Open addon menu panel (requires LibAddonMenu)
Additional commands if LibAddonMenu is not active:
Code:
"/ecp/align"          - Toggle text alignment (left/right)
"/ecp/resetposition"  - Resets window position
With LibSlashCommander all commands will have a description like the ones above.

Per character settings is available when using LibAddonMenu.
  • Version 1.1.1
    • Added a warning for the reset position button
    • Fixed anchor points when moving the window to the bottom half of the screen and when using a text alignment side opposite to the screen side you moved the window to (Eg.: Left text alignment and position anywhere to the right past half of the screen)
    • Code optimizations
  • Version 1.1.0
    • Added option to use per character settings (by request), previous saved variables will be ignored as I had to make changes to overall structure
    • Fixed anchor points for right text alignment
    • Code optimizations
    • API bump to U41
  • Version 1.0.0
    • Initial release
Optional Files (0)


Archived Files (2)
File Name
Version
Size
Uploader
Date
1.1.0
8kB
notnear
02/14/24 10:06 PM
1.0.0
7kB
07/28/23 07:52 PM


Post A Reply Comment Options
Unread 03/07/24, 08:40 PM  
DruiD

Forum posts: 2
File comments: 36
Uploads: 0
Originally Posted by DruiD
Originally Posted by SCREAMER19
just go to the other files tab on the addon page and download the version that works properly
Author has FIX Released based on feedback - suggest you try the newest one.. works great now for me

FYI -
Change log - Version 1.1.1
Added a warning for the reset position button
Fixed anchor points when moving the window to the bottom half of the screen and when using a text alignment side opposite to the screen side you moved the window to (Eg.: Left text alignment and position anywhere to the right past half of the screen)
Code optimizations

@near - thanks for updating this!!
Report comment to moderator  
Reply With Quote
Unread 03/07/24, 08:04 PM  
DruiD

Forum posts: 2
File comments: 36
Uploads: 0
Originally Posted by SCREAMER19
just go to the other files tab on the addon page and download the version that works properly
Author has FIX Released based on feedback - suggest you try the newest one..
FYI -
Change log - Version 1.1.1
Added a warning for the reset position button
Fixed anchor points when moving the window to the bottom half of the screen and when using a text alignment side opposite to the screen side you moved the window to (Eg.: Left text alignment and position anywhere to the right past half of the screen)
Code optimizations
Report comment to moderator  
Reply With Quote
Unread 03/07/24, 01:59 AM  
DruiD

Forum posts: 2
File comments: 36
Uploads: 0
Originally Posted by notnear
Sorry, I didn't get the notifications for the comments.

I can't seem to replicate the issue, can you give some more information on what server do you play, what was happening and maybe a copy of your saved vars?
Will send you some info via message.
Last edited by DruiD : 03/07/24 at 02:40 AM.
Report comment to moderator  
Reply With Quote
Unread 03/04/24, 01:51 PM  
notnear
 
notnear's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 61
Uploads: 10
Originally Posted by SCREAMER19
Originally Posted by DruiD
Originally Posted by SCREAMER19
new newest update with the profiles just ****ed it up, it always resets on each toon even with account wide enabled. im reverting and ignoring updates
I have this issue as well , how do you revert it?

@notnear - is this some quick code we could fix? Do you have some time to look at it? How can we help?
just go to the other files tab on the addon page and download the version that works properly
Sorry, I didn't get the notifications for the comments.

I can't seem to replicate the issue, can you give some more information on what server do you play, what was happening and maybe a copy of your saved vars?

Only things I can think of are:
Try reinstalling the new version of the addon making sure all of the old files are removed and test if the problem persists.
Delete old SavedVariables for the addon (you need to be logged off) and test.

I tested with a copy of my saved vars from before the update in NA and PTS before uploading to make sure there were no issues, so I'm kind of in the dark here about what could be causing that.

The saved vars structure should look similar to this for v1.1 (if you never used per character settings there will be no ["char"]):
Lua Code:
  1. NearEquippedCp_Data =
  2. {
  3.     ["NA Megaserver"] =
  4.     {
  5.         ["@youraccount"] =
  6.         {
  7.             ["$AccountWide"] =
  8.             {
  9.                 ["settings"] =
  10.                 {
  11.                     ["char"] =
  12.                     {
  13.                         ["id of your character"] =
  14.                         {
  15.                             ["show_warfare"] = true,
  16.                             ["show_fitness"] = true,
  17.                             ["lockUI"] = true,
  18.                             ["labelAnchors"] =
  19.                             {
  20.                                 ["point"] = 9,
  21.                                 ["relativePoint"] = 12,
  22.                             },
  23.                             ["show_all"] = false,
  24.                             ["show_craft"] = true,
  25.                             ["offsetY"] = 460,
  26.                             ["offsetX"] = 0,
  27.                             ["hide"] =
  28.                             {
  29.                                 ["inCombat"] = false,
  30.                                 ["inMenu"] = true,
  31.                             },
  32.                         },
  33.                     },
  34.                     ["account"] =
  35.                     {
  36.                         ["show_warfare"] = true,
  37.                         ["show_fitness"] = true,
  38.                         ["lockUI"] = true,
  39.                         ["labelAnchors"] =
  40.                         {
  41.                             ["point"] = 9,
  42.                             ["relativePoint"] = 12,
  43.                         },
  44.                         ["show_all"] = false,
  45.                         ["show_craft"] = false,
  46.                         ["offsetY"] = 460,
  47.                         ["offsetX"] = 0,
  48.                         ["hide"] =
  49.                         {
  50.                             ["inCombat"] = false,
  51.                             ["inMenu"] = true,
  52.                         },
  53.                     },
  54.                     ["version"] = 2,
  55.                     ["accountwide"] = true,
  56.                 },
  57.             },
  58.         },
  59.     },
  60. }

This is the structure from v1.0:
Lua Code:
  1. NearEquippedCp_Data =
  2. {
  3.     ["Default"] =
  4.     {
  5.         ["@youraccount"] =
  6.         {
  7.             ["$AccountWide"] =
  8.             {
  9.                 ["NA Megaserver"] =
  10.                 {
  11.                     ["hide"] =
  12.                     {
  13.                         ["inMenu"] = true,
  14.                         ["inCombat"] = false,
  15.                     },
  16.                     ["lockUI"] = true,
  17.                     ["show_craft"] = true,
  18.                     ["labelAnchors"] =
  19.                     {
  20.                         ["relativePoint"] = 6,
  21.                         ["point"] = 3,
  22.                     },
  23.                     ["version"] = 1,
  24.                     ["show_all"] = true,
  25.                     ["show_fitness"] = true,
  26.                     ["show_warfare"] = true,
  27.                 },
  28.             },
  29.         },
  30.     },
  31. }

It's ok to have both sections inside NearEquippedCp_Data in your file like below, since one is only used by v1.0 and the other by v1.1
Lua Code:
  1. NearEquippedCp_Data =
  2. {
  3.     ["NA Megaserver"] =
  4.     {...
  5.     },
  6.     ["Default"] =
  7.     {...
  8.     },
  9. }
Last edited by notnear : 03/04/24 at 10:40 PM.
Report comment to moderator  
Reply With Quote
Unread 02/26/24, 07:03 PM  
SCREAMER19

Forum posts: 0
File comments: 30
Uploads: 0
Originally Posted by DruiD
Originally Posted by SCREAMER19
new newest update with the profiles just ****ed it up, it always resets on each toon even with account wide enabled. im reverting and ignoring updates
I have this issue as well , how do you revert it?

@notnear - is this some quick code we could fix? Do you have some time to look at it? How can we help?
just go to the other files tab on the addon page and download the version that works properly
Report comment to moderator  
Reply With Quote
Unread 02/24/24, 02:04 AM  
DruiD

Forum posts: 2
File comments: 36
Uploads: 0
Originally Posted by SCREAMER19
new newest update with the profiles just ****ed it up, it always resets on each toon even with account wide enabled. im reverting and ignoring updates
I have this issue as well , how do you revert it?

@notnear - is this some quick code we could fix? Do you have some time to look at it? How can we help?
Last edited by DruiD : 02/24/24 at 06:40 AM.
Report comment to moderator  
Reply With Quote
Unread 02/16/24, 03:44 AM  
SCREAMER19

Forum posts: 0
File comments: 30
Uploads: 0
new newest update with the profiles just ****ed it up, it always resets on each toon even with account wide enabled. im reverting and ignoring updates
Report comment to moderator  
Reply With Quote
Unread 08/16/23, 04:05 PM  
notnear
 
notnear's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 61
Uploads: 10
Re: request

Originally Posted by bluepitbull13
would it be possible to add an option for a horizontal layout? sort of like this ex:



Thanks
I'll take a look when I have some time, thank you for the suggestion
Report comment to moderator  
Reply With Quote
Unread 08/06/23, 04:07 AM  
bluepitbull13
 
bluepitbull13's Avatar

Forum posts: 4
File comments: 84
Uploads: 0
request

would it be possible to add an option for a horizontal layout? sort of like this ex:



Thanks
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: