[1.2.4] ActorsSeenDisplay not showing up on screen
Moderator: Moderator
[1.2.4] ActorsSeenDisplay not showing up on screen
I wanted to tinker some with ActorsSeenDisplay, and to my great disappointment saw that it doesn't work at all, in neither Minimalist nor Classic UI.
Re: [1.2.4] ActorsSeenDisplay not showing up on screen
I modified a version to work in my UI Mod for the NPC list, if you want to take a look at that.
Re: [1.2.4] ActorsSeenDisplay not showing up on screen
Poked around some more and it seems that the switch which displays ActorsSeenDisplay only works for text talent listing, not the hotbar. Uh, any ideas how to work around this?
Re: [1.2.4] ActorsSeenDisplay not showing up on screen
I did in the addon, as it now works with the icon hotkeys. It's been a while since I looked at the code so I can't remember exactly how at the moment, but I'm pretty sure I just fleshed out the display code so that it worked like other Minimalist UI elements. Unfortunately I don't think I commented all that much, but if you do a search for "npc_list" across the addon you should find all the spots that I manipulate it.
hooks\load.lua
overload\engine\ActorsSeenDisplayMin.lua
overload\mod\class\Game.lua
overload\mod\class\uiset\Minimalist.lua
hooks\load.lua
overload\engine\ActorsSeenDisplayMin.lua
overload\mod\class\Game.lua
overload\mod\class\uiset\Minimalist.lua