[1.2.4] ActorsSeenDisplay not showing up on screen

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Zireael
Archmage
Posts: 449
Joined: Tue Jun 18, 2013 7:24 pm

[1.2.4] ActorsSeenDisplay not showing up on screen

#1 Post 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.

Marson
Uruivellas
Posts: 645
Joined: Thu Jan 16, 2014 4:56 am

Re: [1.2.4] ActorsSeenDisplay not showing up on screen

#2 Post 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.

Zireael
Archmage
Posts: 449
Joined: Tue Jun 18, 2013 7:24 pm

Re: [1.2.4] ActorsSeenDisplay not showing up on screen

#3 Post 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?

Marson
Uruivellas
Posts: 645
Joined: Thu Jan 16, 2014 4:56 am

Re: [1.2.4] ActorsSeenDisplay not showing up on screen

#4 Post 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

Post Reply