Page 1 of 1

[1.2.4] ActorsSeenDisplay not showing up on screen

Posted: Mon Oct 20, 2014 3:01 pm
by Zireael
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

Posted: Wed Oct 22, 2014 12:27 am
by Marson
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

Posted: Mon Nov 17, 2014 12:32 pm
by Zireael
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

Posted: Mon Nov 17, 2014 2:56 pm
by Marson
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