Download
(1 MB)
Download
Updated: 02/07/21 02:33 AM
Pictures
File Info
Compatibility:
Markarth (6.2.5)
Updated:02/07/21 02:33 AM
Created:12/14/20 04:54 PM
Monthly downloads:17
Total downloads:2,857
Favorites:2
MD5:
Kal's Crown
Version: 1.1.3
by: Kalinfe [More]
Puts an icon over group member's heads to more easily see the important people in your raid.

Icons are based on LFG roles (healer/tank/dps)

Uses people's Hodor Reflexes icons if they have them, or the addon's own buffer of custom icons.
Supports animated icons.

Adjustable heights / sizes / visibility
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Uploader
Date
1.1.2
1MB
Kalinfe
01/12/21 12:40 PM
1.1.1
1MB
Kalinfe
12/22/20 01:11 AM
1.1.0
1MB
Kalinfe
12/22/20 01:07 AM
1.0.0
1MB
12/14/20 04:54 PM


Post A Reply Comment Options
Unread 03/17/21, 06:06 AM  
SuppeFuss165

Forum posts: 1
File comments: 28
Uploads: 0
I'm not sure if this problem is new or if it's been happening for some time, since I'm not been using your addon for long.
While it works great usually at first after joining a group, my chars often gets a (wrong) icon over their heads after dying or porting into a dungeon. It's usually either the tank icon or the same marked one as the groupleader has. I'm not sure, what exactly causes this to happen, but since it keeps happening, maybe someone else has an idea?
I disabled the icon over my own char in the settings and selected only heals, tanks and the lead to get marked and as far as I've seen the icons have always been right for the other players in the group with no spare ones appearing.
Report comment to moderator  
Reply With Quote
Unread 01/13/21, 08:23 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5990
Uploads: 78
Your adon is still doing this wrong! Please fix the call to library LibStub like described in my last post. It's simple and will not break anything, where the current call to LibStub will not work anymore soon in the future.

Same relates to the DependsOn in your txt file.

Originally Posted by Baertram
Hello,

please name the dependencies in your addon's description:
HodorReflexes
LibAddonMenu

So that users know what to install via Minion e.g. outside of the game.

And a very important change you need to do is:

In your txt file add
Code:
## DependsOn: LibAddonMenu-2.0>=32
So that your addon will not load if this library LibAddonMenu -2.0, which your settings menu relys on, is missing.
Else, if you'd remove the dependsOn HodorReflexes, the library would be not loaded (whch it currently is via HordorReflexes and this is why your addon is working for the moment) and your addon would throw errors.

And in your KralsCrownMenu.lua file please change this line from
Code:
  local LAM = LibStub("LibAddonMenu-2.0")
to:
Lua Code:
  1. local LAM = LibAddonMenu2

Reason: LibStub is obsolete since Summerset. You need to use the global library variables instead, like LibAddonMenu2 is for LAM 2.0.
Please do not use LibStub any longer where not needed.
Report comment to moderator  
Reply With Quote
Unread 12/22/20, 04:49 PM  
iiJonno
 
iiJonno's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 42
Uploads: 5
Re: New Update :)

Thanks

Originally Posted by Kalinfe
Originally Posted by iiJonno
how do i turn the icon off above my own head?
Included this option in the new update, you'll see under 'show self'
Report comment to moderator  
Reply With Quote
Unread 12/22/20, 10:03 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5990
Uploads: 78
Hello,

please name the dependencies in your addon's description:
HodorReflexes
LibAddonMenu

So that users know what to install via Minion e.g. outside of the game.

And a very important change you need to do is:

In your txt file add
Code:
## DependsOn: LibAddonMenu-2.0>=32
So that your addon will not load if this library LibAddonMenu -2.0, which your settings menu relys on, is missing.
Else, if you'd remove the dependsOn HodorReflexes, the library would be not loaded (whch it currently is via HordorReflexes and this is why your addon is working for the moment) and your addon would throw errors.

And in your KralsCrownMenu.lua file please change this line from
Code:
  local LAM = LibStub("LibAddonMenu-2.0")
to:
Lua Code:
  1. local LAM = LibAddonMenu2

Reason: LibStub is obsolete since Summerset. You need to use the global library variables instead, like LibAddonMenu2 is for LAM 2.0.
Please do not use LibStub any longer where not needed.
Last edited by Baertram : 12/22/20 at 10:05 AM.
Report comment to moderator  
Reply With Quote
Unread 12/22/20, 01:11 AM  
Kalinfe
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 1
Uploads: 2
New Update :)

Originally Posted by iiJonno
how do i turn the icon off above my own head?
Included this option in the new update, you'll see under 'show self'
Report comment to moderator  
Reply With Quote
Unread 12/16/20, 12:51 PM  
iiJonno
 
iiJonno's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 42
Uploads: 5
how do i turn the icon off above my own head?
Report comment to moderator  
Reply With Quote
Unread 12/14/20, 05:37 PM  
Akopian Atrebates

Forum posts: 9
File comments: 230
Uploads: 0
Funny

This has amazing potential for amusing screenshots posted into discord concerning other guildies.
`
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: